-L/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r5/work/bigloo-4.4c-4/lib/bigloo/4.4c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic \ -ldl -lresolv -lunistring -lpcre2-8 -lgmp -lm -lc -lgc -lasound -lpulse-simple -lpulse -pthread -lbigloo_s-4.4c -lbigloomultimedia_s-4.4c -lbiglooalsa_s-4.4c -lbigloopulseaudio_s-4.4c \ -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 && \ if [ "libbigloowav_s-4.4c.so" != "/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r5/work/bigloo-4.4c-4/lib/bigloo/4.4c/libbigloowav_s-4.4c.so" ]; then \ mv libbigloowav_s-4.4c.so /var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r5/work/bigloo-4.4c-4/lib/bigloo/4.4c/libbigloowav_s-4.4c.so; \ fi /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: cannot find -lbigloopulseaudio_s-4.4c: No such file or directory collect2: error: ld returned 1 exit status make[9]: *** [../../../Makefile.misc:117: shared-soname] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome_systemd-20230730-202004 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 16.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.6 Python 3.11.4 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-1.71.0 * The following VMs are available for generation-2: 1) OpenJDK 11.0.19_p7 [openjdk-11] 2) OpenJDK 17.0.7_p7 [openjdk-17] 3) OpenJDK 8.372_p07 [openjdk-8] 4) Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17] 6) Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-8 [2] openjdk-11 [3] openjdk-17 [4] openjdk-bin-8 [5] openjdk-bin-11 [6] openjdk-bin-17 system-vm php cli (if any): go version go1.20.6 linux/amd64 HEAD of ::gentoo commit 4ef4c0ff35a9f0c8bf796a5696ad4766f1d2389b Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Aug 3 14:01:48 2023 +0000 2023-08-03 14:01:47 UTC emerge -qpvO dev-scheme/bigloo [ebuild N ] dev-scheme/bigloo-4.4c_p4-r5 USE="alsa flac gmp gstreamer mp3 sqlite -avahi -emacs -gpg -java -libuv -pulseaudio"
Created attachment 866952 [details] emerge-info.txt
Created attachment 866953 [details] dev-scheme:bigloo-4.4c_p4-r5:20230803-151143.log.xz
Created attachment 866954 [details] emerge-history.txt.xz
Created attachment 866955 [details] environment
Created attachment 866956 [details] etc.clang.tar.xz
Created attachment 866957 [details] etc.portage.tar.xz
Created attachment 866958 [details] logs.tar.xz
Created attachment 866959 [details] temp.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6040b5193950693e6ddfade4b00f8ff0f12b31 commit 4a6040b5193950693e6ddfade4b00f8ff0f12b31 Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2024-06-05 19:03:42 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2024-06-05 19:33:34 +0000 dev-scheme/bigloo: drop 4.4c_p4-r6 Closes: https://bugs.gentoo.org/927163 Closes: https://bugs.gentoo.org/924857 Closes: https://bugs.gentoo.org/870481 Closes: https://bugs.gentoo.org/911667 Closes: https://github.com/gentoo/gentoo/pull/37037 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Signed-off-by: Maciej Barć <xgqt@gentoo.org> dev-scheme/bigloo/Manifest | 1 - dev-scheme/bigloo/bigloo-4.4c_p4-r6.ebuild | 221 ----------------------------- 2 files changed, 222 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a251f84a66c98413f0d15ad7e8d0f37250f67c00 commit a251f84a66c98413f0d15ad7e8d0f37250f67c00 Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2024-06-05 14:58:08 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2024-06-05 19:33:34 +0000 dev-scheme/bigloo: add 4.5b Upstream fixed implicit declaration bug. There are some broken build dependencies that prevent parallel compiles in bdb subfolder. They are fixed in patch. Sed in configure file left space where no space is needed - so autoconfig was running when it wasn't intended to, and assignment of actual ar ranlib variables executed them as commands instead Manually pointed configure to location of GC library Gstreamer can't be build without enabling pulseaudio, noted that in USE flags Bug: https://bugs.gentoo.org/927163 Bug: https://bugs.gentoo.org/924857 Bug: https://bugs.gentoo.org/870481 Bug: https://bugs.gentoo.org/911667 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Signed-off-by: Maciej Barć <xgqt@gentoo.org> dev-scheme/bigloo/Manifest | 1 + dev-scheme/bigloo/bigloo-4.5b.ebuild | 224 +++++++++++++++++++++ dev-scheme/bigloo/files/bigloo-4.5b-makefile.patch | 36 ++++ 3 files changed, 261 insertions(+)