[MDEV-25819] Clean up buildbot images from manual/old extra packages Created: 2021-05-30  Updated: 2021-05-31

Status: Open
Project: MariaDB Server
Component/s: None
Fix Version/s: None

Type: Task Priority: Major
Reporter: Otto Kekäläinen Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: 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


Generated at Thu Feb 08 09:40:38 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.