make[1]: Nothing to be done for 'prg'. make[1]: Leaving directory '/var/tmp/portage/net-misc/mico-2.3.13-r14/work/mico/auxdir' make[1]: Entering directory '/var/tmp/portage/net-misc/mico-2.3.13-r14/work/mico/coss' for i in naming events property time; do make -C $i idlcompile || exit 1; done make[1]: *** No rule to make target 'naming/CosNaming.o', needed by 'libmicocoss2.3.13.a'. Stop. make[1]: *** Waiting for unfinished jobs.... make[2]: Entering directory '/var/tmp/portage/net-misc/mico-2.3.13-r14/work/mico/coss/naming' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_systemd-j4-20221120-180005 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11 [2] x86_64-pc-linux-gnu-12 * clang/llvm (if any): clang version 15.0.5 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/15 15.0.5 Python 3.10.8 Available Ruby profiles: (none found) Available Rust versions: [1] rust-bin-1.65.0 * The following VMs are available for generation-2: 1) OpenJDK 17.0.5_p8 [openjdk-17] 2) Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17] 4) Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-17 [2] openjdk-bin-8 [3] openjdk-bin-11 [4] openjdk-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 9.0.2 php cli (if any): HEAD of ::gentoo commit a665bf9523236ddec5dd73b6d348987d4a55de3a Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Nov 23 21:01:55 2022 +0000 2022-11-23 21:01:55 UTC emerge -qpvO net-misc/mico [ebuild N ] net-misc/mico-2.3.13-r14 USE="X gtk ssl -postgres -tcl -threads"
Created attachment 836065 [details] emerge-info.txt
Created attachment 836067 [details] emerge-history.txt.bz2
Created attachment 836069 [details] environment
Created attachment 836071 [details] etc.clang.tar.bz2
Created attachment 836073 [details] etc.portage.tar.bz2
Created attachment 836075 [details] logs.tar.bz2
Created attachment 836077 [details] net-misc:mico-2.3.13-r14:20221123-214151.log
Created attachment 836079 [details] temp.tar.bz2
For the mico make[1]: *** No rule to make target 'naming/CosNaming.o', needed by 'libmicocoss2.3.13.a'. error: I'm not sure if anybody's still interested, but I'm working with this package. The compilation dies because of some race condition. Adding src_compile() { emake -j1 } to the .ebuild file mitigates this build error. I do not want to debug the Makefile, but this should help to anybody out there trying to compile with the same error. Also, newer GCC do not tolerate the old code, so adding append-cflags -Wno-implicit-int to the src_configure() { block is also advisable. Best would be ofc patching the package. K.