anttyp99.f95:17:9: 17 | use Cant99 | 1 Fatal Error: Cannot open module file cant99.mod for reading at (1): No such file or directory compilation terminated. make[1]: *** [Makefile:344: anttyp99.o] Error 1 shuffle=2487643788 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_systemd-j4-20221121-210005 ------------------------------------------------------------------- GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle" gcc-config -l: [1] x86_64-pc-linux-gnu-12 * clang/llvm (if any): /usr/lib/llvm/15 15.0.5 Python 3.10.8 Available Ruby profiles: [1] ruby31 * Available Rust versions: [1] rust-bin-1.65.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17] 3) Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 9.0.2 php cli (if any): HEAD of ::gentoo commit dc2af1f417ad5c3b600e6f68e9bcd889822a9cf4 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Nov 22 17:46:54 2022 +0000 2022-11-22 17:46:54 UTC emerge -qpvO sci-electronics/voacapl [ebuild N ] sci-electronics/voacapl-0.7.6-r1
Created attachment 835939 [details] emerge-info.txt
Created attachment 835941 [details] emerge-history.txt
Created attachment 835943 [details] environment
Created attachment 835945 [details] etc.portage.tar.bz2
Created attachment 835947 [details] logs.tar.bz2
Created attachment 835949 [details] sci-electronics:voacapl-0.7.6-r1:20221122-180039.log
Created attachment 835951 [details] temp.tar.bz2
Looks like a make order problem. Here cant99.o gets compiled before ant99.o. A check of the original Makefile.in did not show the right order. After an autoreconf the correct order gets forced. So lets add an 'eautoreconf' to src_prepare
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a65c575970910eeff285a176e5cc4f84f67a665 commit 6a65c575970910eeff285a176e5cc4f84f67a665 Author: Thomas Beierlein <tomjbe@gentoo.org> AuthorDate: 2022-12-24 13:03:24 +0000 Commit: Thomas Beierlein <tomjbe@gentoo.org> CommitDate: 2022-12-24 13:05:34 +0000 sci-electronics/voacapl: Add eautoreconf to force compile order See comment on bug 882533 Closes: https://bugs.gentoo.org/882533 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)