/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc x86_64-pc-linux-gnu-gcc -fPIC -O -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wno-unused-value -Wno-parentheses-equality -Wno-parentheses -Wno-invalid-source-encoding -Wno-return-type -Wno-trigraphs -DBMEMDEBUG -fPIC -Ilib -I/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/work/bigloo-4.4c-4/lib/bigloo/4.4c lib/alloc.c -o lib/alloc.o -c lib/alloc.c: In function create_vector: lib/alloc.c:1034:13: error: implicit declaration of function ____create_vector; did you mean create_vector? [-Werror=implicit-function-declaration] 1034 | __res = ____##ident call ; \ | ^~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_systemd-j4-20220914-130006 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-12.2.0 * clang/llvm (if any): clang version 15.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin /usr/lib/llvm/15 15.0.0 Python 3.10.7 Available Rust versions: [1] rust-bin-1.63.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17] 2) Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 9.0.2 php cli (if any): GNU Make 4.3.90 HEAD of ::gentoo commit 25d0e22d7429848e74ec1c705f365c6c3d7523e0 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Sep 16 18:31:51 2022 +0000 2022-09-16 18:31:51 UTC emerge -qpvO dev-scheme/bigloo [ebuild N ] dev-scheme/bigloo-4.4c_p4-r3 USE="alsa flac gmp mp3 sqlite -avahi -emacs -gpg -gstreamer -java -libuv -pulseaudio"
Created attachment 806113 [details] emerge-info.txt
Created attachment 806116 [details] dev-scheme:bigloo-4.4c_p4-r3:20220916-185949.log.bz2
Created attachment 806119 [details] emerge-history.txt
Created attachment 806122 [details] environment
Created attachment 806125 [details] etc.portage.tar.bz2
Created attachment 806128 [details] logs.tar.bz2
Created attachment 806131 [details] temp.tar.bz2
Upstream is 4.5b Error is appears to be fixed there. There's a number of missing makefile dependencies, which prevent large number of jobs running. Will provide new ebuild when I finish dealing that.
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(+)