Bug#1100200: biglybt: FTBFS: dh_install: warning: Cannot find (any matches for) "debian/biglybtd-files/env_display.conf"
Santiago Vila
sanvila at debian.org
Wed Mar 12 16:30:23 GMT 2025
Package: src:biglybt
Version: 3.8.0.0-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_auto_clean
bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
mh_unpatchpoms -pbiglybt
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
mh_patchpoms -pbiglybt --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
dh_auto_build
/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] BiglyBT - Parent [pom]
[INFO] BiglyBT - Core [jar]
[INFO] BiglyBT - UI [jar]
[INFO]
[INFO] ---------------------< com.biglybt:biglybt-parent >---------------------
[INFO] Building BiglyBT - Parent 3.4.0.1-SNAPSHOT [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] ----------------------< com.biglybt:biglybt-core >----------------------
[INFO] Building BiglyBT - Core 3.4.0.1-SNAPSHOT [2/3]
[INFO] from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.17 has been relocated to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ biglybt-core ---
[INFO] Copying 72 resources from src to target/classes
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/core/src/META-INF/services
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/core/src/META-INF/services
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ biglybt-core ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2264 source files with javac [debug release 8] to target/classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] /<<PKGBUILDDIR>>/core/src/com/biglybt/core/networkmanager/impl/tcp/VirtualAcceptSelector.java: Some input files use or override a deprecated API.
[INFO] /<<PKGBUILDDIR>>/core/src/com/biglybt/core/networkmanager/impl/tcp/VirtualAcceptSelector.java: Recompile with -Xlint:deprecation for details.
[INFO] /<<PKGBUILDDIR>>/core/src/com/biglybt/core/internat/LocaleUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /<<PKGBUILDDIR>>/core/src/com/biglybt/core/internat/LocaleUtil.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ biglybt-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ biglybt-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ biglybt-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ biglybt-core ---
[INFO] Building jar: /<<PKGBUILDDIR>>/core/target/biglybt-core-3.4.0.1-SNAPSHOT.jar
[INFO]
[INFO] -----------------------< com.biglybt:biglybt-ui >-----------------------
[INFO] Building BiglyBT - UI 3.4.0.1-SNAPSHOT [3/3]
[INFO] from uis/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ biglybt-ui ---
[INFO] Copying 484 resources from src to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ biglybt-ui ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1070 source files with javac [debug release 8] to target/classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/MenuBuildUtils.java:[136,86] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/MenuBuildUtils.java:[147,70] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/skin/sidebar/SideBar.java:[1411,90] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/skin/sidebar/SideBar.java:[1418,74] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/skin/sidebar/SideBar.java:[1490,110] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/skin/sidebar/SideBar.java:[1497,94] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/mainwindow/MainMenuV2.java:[200,82] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/TorrentMenuFancy.java:[740,63] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/TorrentMenuFancy.java:[2036,86] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/shells/main/MainMenuV3.java:[124,65] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/shells/main/MainMenuV3.java:[251,82] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/shells/main/MainMenuV3.java:[266,106] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/console/commands/Share.java: Some input files use or override a deprecated API.
[INFO] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/console/commands/Share.java: Recompile with -Xlint:deprecation for details.
[INFO] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/table/utils/TableColumnCreator.java: Some input files use unchecked or unsafe operations.
[INFO] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/table/utils/TableColumnCreator.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ biglybt-ui ---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ biglybt-ui ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ biglybt-ui ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ biglybt-ui ---
[INFO] Building jar: /<<PKGBUILDDIR>>/uis/target/BiglyBT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BiglyBT - Parent 3.4.0.1-SNAPSHOT:
[INFO]
[INFO] BiglyBT - Parent ................................... SUCCESS [ 0.001 s]
[INFO] BiglyBT - Core ..................................... SUCCESS [ 23.661 s]
[INFO] BiglyBT - UI ....................................... SUCCESS [ 12.708 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.541 s
[INFO] Finished at: 2025-03-12T15:40:16Z
[INFO] ------------------------------------------------------------------------
dh_auto_test
/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] BiglyBT - Parent [pom]
[INFO] BiglyBT - Core [jar]
[INFO] BiglyBT - UI [jar]
[INFO]
[INFO] ---------------------< com.biglybt:biglybt-parent >---------------------
[INFO] Building BiglyBT - Parent 3.4.0.1-SNAPSHOT [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] ----------------------< com.biglybt:biglybt-core >----------------------
[INFO] Building BiglyBT - Core 3.4.0.1-SNAPSHOT [2/3]
[INFO] from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.17 has been relocated to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ biglybt-core ---
[INFO] Copying 72 resources from src to target/classes
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/core/src/META-INF/services
[INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/core/src/META-INF/services
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ biglybt-core ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ biglybt-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ biglybt-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ biglybt-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] -----------------------< com.biglybt:biglybt-ui >-----------------------
[INFO] Building BiglyBT - UI 3.4.0.1-SNAPSHOT [3/3]
[INFO] from uis/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ biglybt-ui ---
[INFO] Copying 484 resources from src to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ biglybt-ui ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ biglybt-ui ---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ biglybt-ui ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ biglybt-ui ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BiglyBT - Parent 3.4.0.1-SNAPSHOT:
[INFO]
[INFO] BiglyBT - Parent ................................... SUCCESS [ 0.005 s]
[INFO] BiglyBT - Core ..................................... SUCCESS [ 1.035 s]
[INFO] BiglyBT - UI ....................................... SUCCESS [ 0.378 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.574 s
[INFO] Finished at: 2025-03-12T15:40:19Z
[INFO] ------------------------------------------------------------------------
create-stamp debian/debhelper-build-stamp
dh_prep
dh_installdirs
dh_auto_install
/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Ddebian.package=biglybt -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo -Dinstall.to.usj=true org.debian.maven:debian-maven-plugin:2.6:install
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] BiglyBT - Parent [pom]
[INFO] BiglyBT - Core [jar]
[INFO] BiglyBT - UI [jar]
[INFO]
[INFO] ---------------------< com.biglybt:biglybt-parent >---------------------
[INFO] Building BiglyBT - Parent 3.4.0.1-SNAPSHOT [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- debian:2.6:install (default-cli) @ biglybt-parent ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/pom.xml.save with options:
[INFO] --keep-pom-version --package=biglybt
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]
[INFO] ----------------------< com.biglybt:biglybt-core >----------------------
[INFO] Building BiglyBT - Core 3.4.0.1-SNAPSHOT [2/3]
[INFO] from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian:2.6:install (default-cli) @ biglybt-core ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/core/pom.xml.save with options:
[INFO] --keep-pom-version --package=biglybt
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for biglybt-core into /usr/share/java
[INFO]
[INFO] -----------------------< com.biglybt:biglybt-ui >-----------------------
[INFO] Building BiglyBT - UI 3.4.0.1-SNAPSHOT [3/3]
[INFO] from uis/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian:2.6:install (default-cli) @ biglybt-ui ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/uis/pom.xml.save with options:
[INFO] --keep-pom-version --package=biglybt
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for biglybt-ui into /usr/share/java
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BiglyBT - Parent 3.4.0.1-SNAPSHOT:
[INFO]
[INFO] BiglyBT - Parent ................................... SUCCESS [ 0.400 s]
[INFO] BiglyBT - Core ..................................... SUCCESS [ 0.080 s]
[INFO] BiglyBT - UI ....................................... SUCCESS [ 0.058 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.742 s
[INFO] Finished at: 2025-03-12T15:40:22Z
[INFO] ------------------------------------------------------------------------
mh_resolve_dependencies --non-interactive --offline --build -pbiglybt --base-directory=/<<PKGBUILDDIR>> --non-explore
Analysing pom.xml...
Analysing core/pom.xml...
Checking the parent dependency in the sub project core/pom.xml
Analysing uis/pom.xml...
Checking the parent dependency in the sub project uis/pom.xml
mh_unpatchpoms -pbiglybt
dh_install
dh_install: warning: Cannot find (any matches for) "debian/biglybtd-files/env_display.conf" (tried in ., debian/tmp)
dh_install: warning: biglybtd missing files: debian/biglybtd-files/env_display.conf
dh_install: error: missing files, aborting
make: *** [debian/rules:4: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202503/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:biglybt, so that this is still
visible in the BTS web page for this package.
Thanks.
More information about the pkg-java-maintainers
mailing list