Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
While investigating the regression of 10.5 builds after commit d7321893d I noticed that the configure stage when it runs on buildbot.askmonty.org kvm-sid-amd64 prints out different dependencies than what a build in a clean environment would.
In a clean environment only dependencies listed in the debian/control file are installed. On buildbot builders however all dependencies are installed manually and thus are out of sync with debian/control contents, in this case specifically that there are more libraries installed than there should.
Below is a diff of a clean build and of that reveals the differences of dependencies found in the configure stage:
--- configure-build-de4148bf93c-ok-10.5.log 2021-05-29 20:53:27.237047757 -0700
|
+++ configure-build-10.5-kvm-deb-sid-amd64.log 2021-05-29 20:54:06.813694165 -0700
|
@@ -655,4 +653,4 @@
|
--- Performing Test LIBEDIT_HAVE_COMPLETION_INT
|
--- Performing Test LIBEDIT_HAVE_COMPLETION_INT - Failed
|
--- Performing Test LIBEDIT_HAVE_COMPLETION_CHAR
|
--- Performing Test LIBEDIT_HAVE_COMPLETION_CHAR - Success
|
+-- Performing Test NEW_READLINE_INTERFACE
|
+-- Performing Test NEW_READLINE_INTERFACE - Success
|
+-- Performing Test READLINE_V5
|
+-- Performing Test READLINE_V5 - Success
|
@@ -877 +874,0 @@
|
--- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.10")
|
@@ -880,2 +877,2 @@
|
--- Could NOT find Java (missing: Java_JAVA_EXECUTABLE Java_JAR_EXECUTABLE Java_JAVAC_EXECUTABLE Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (Required is at least version "1.6")
|
--- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
|
+-- Found Java: /usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java (found suitable version "11.0.11-ea", minimum required is "1.6")
|
+-- Found JNI: /usr/lib/jvm/java-1.11.0-openjdk-amd64/lib/libjawt.so
|
@@ -976,2 +972,0 @@
|
--- Looking for netdb.h
|
--- Looking for netdb.h - found
|
@@ -1017 +1012 @@
|
--- Looking for event_init in event - not found
|
+-- Looking for event_init in event - found
|
@@ -1085,2 +1080 @@
|
--- Looking for event.h - not found
|
--- Found BISON: /usr/bin/bison (found suitable version "3.7.5", minimum required is "2.0")
|
+-- Looking for event.h - found
|