Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953876 - [guru] dev-libs/fortran-stdlib-0.7.0 fails to compile: Fatal Error: Cannot open module file test_stdlib_math.mod for reading at (1): No such file or directory
Summary: [guru] dev-libs/fortran-stdlib-0.7.0 fails to compile: Fatal Error: Cannot op...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-15 07:01 UTC by Agostino Sarubbo
Modified: 2025-04-16 12:45 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,967.60 KB, text/plain)
2025-04-15 07:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2025-04-15 07:01:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/fortran-stdlib-0.7.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2025-04-15 07:01:37 UTC
Created attachment 924903 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2025-04-15 07:01:38 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Error: There is no specific subroutine for the generic ‘check’ at (1)
FAILED: test/math/CMakeFiles/test_stdlib_math.dir/test_stdlib_math.f90.o test/math/test_stdlib_math.mod 
FAILED: test/quadrature/CMakeFiles/test_simps.dir/test_simps.f90.o test/quadrature/test_simps.mod 
Fatal Error: Cannot open module file ‘test_simps.mod’ for reading at (1): No such file or directory
Fatal Error: Cannot open module file ‘test_stdlib_math.mod’ for reading at (1): No such file or directory
Comment 3 Sergey Torokhov 2025-04-15 16:39:06 UTC
Tests fail due to fortran-test-drive-0.5.0 and are OK with 0.4.0 version.
I will restrict USE="test" dependency of fortran-test-drive.
Comment 4 Larry the Git Cow gentoo-dev 2025-04-16 12:45:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26ee074a97e6558dab49d843bdcf35d75c4be43f

commit 26ee074a97e6558dab49d843bdcf35d75c4be43f
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2025-04-15 16:36:16 +0000
Commit:     Sergey Torokhov <torokhov-s-a@yandex.ru>
CommitDate: 2025-04-15 16:36:16 +0000

    dev-libs/fortran-stdlib: restrict fortran-test-drive version (USE=test)
    
    Closes: https://bugs.gentoo.org/953876
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>

 dev-libs/fortran-stdlib/fortran-stdlib-0.5.0.ebuild | 2 +-
 dev-libs/fortran-stdlib/fortran-stdlib-0.6.1.ebuild | 2 +-
 dev-libs/fortran-stdlib/fortran-stdlib-0.7.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)