Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882533 - sci-electronics/voacapl-0.7.6-r1 - Fatal Error: Cannot open module file cant99.mod for reading at (1): No such file or directory
Summary: sci-electronics/voacapl-0.7.6-r1 - Fatal Error: Cannot open module file cant9...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-22 18:59 UTC by Toralf Förster
Modified: 2022-12-24 13:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.89 KB, text/plain)
2022-11-22 18:59 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,125.26 KB, text/plain)
2022-11-22 18:59 UTC, Toralf Förster
Details
environment (environment,62.25 KB, text/plain)
2022-11-22 19:00 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,14.94 KB, application/x-bzip)
2022-11-22 19:00 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.52 KB, application/x-bzip)
2022-11-22 19:00 UTC, Toralf Förster
Details
sci-electronics:voacapl-0.7.6-r1:20221122-180039.log (sci-electronics:voacapl-0.7.6-r1:20221122-180039.log,40.47 KB, text/plain)
2022-11-22 19:00 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,19.12 KB, application/x-bzip)
2022-11-22 19:00 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-11-22 18:59:56 UTC
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
Comment 1 Toralf Förster gentoo-dev 2022-11-22 18:59:57 UTC
Created attachment 835939 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-22 18:59:58 UTC
Created attachment 835941 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-22 19:00:00 UTC
Created attachment 835943 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-22 19:00:01 UTC
Created attachment 835945 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-22 19:00:02 UTC
Created attachment 835947 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-22 19:00:04 UTC
Created attachment 835949 [details]
sci-electronics:voacapl-0.7.6-r1:20221122-180039.log
Comment 7 Toralf Förster gentoo-dev 2022-11-22 19:00:05 UTC
Created attachment 835951 [details]
temp.tar.bz2
Comment 8 Thomas Beierlein gentoo-dev 2022-12-24 12:59:44 UTC
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
Comment 9 Larry the Git Cow gentoo-dev 2022-12-24 13:05:55 UTC
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(-)