Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741648 - sci-physics/vgm-4.8 fails to compile
Summary: sci-physics/vgm-4.8 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Oliver Freyermuth
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-09-11 12:07 UTC by Agostino Sarubbo
Modified: 2020-09-17 07:39 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,156.30 KB, text/plain)
2020-09-11 12:07 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 2020-09-11 12:07:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-physics/vgm-4.8 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-11 12:07:09 UTC
Created attachment 659522 [details]
build.log

build log and emerge --info
Comment 2 Oliver Freyermuth 2020-09-11 12:18:07 UTC
Thanks for reporting! 
This looks like a missed USE-flag dependency in the VGM ebuild. 

To confirm, could you please provide the USE flags set on sci-physics/geant? 

I presume "gdml" is not set, and we miss this implicit dependency on sci-physics/geant[gdml] in sci-physics/vgm.
Comment 3 Oliver Freyermuth 2020-09-12 17:03:00 UTC
I pinned this down, it only happens with vgm[test] which should require geant[gdml]. Fixup PR will follow soon.
Comment 4 Larry the Git Cow gentoo-dev 2020-09-17 07:39:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe392555bcebb237089b337c062bd1e689e33e5

commit ebe392555bcebb237089b337c062bd1e689e33e5
Author:     Oliver Freyermuth <o.freyermuth@googlemail.com>
AuthorDate: 2020-09-12 17:08:45 +0000
Commit:     Guilherme Amadio <amadio@gentoo.org>
CommitDate: 2020-09-17 07:39:05 +0000

    sci-physics/vgm: Add missing dependency on sci-physics/geant[gdml]
    
    This is required only for sci-physics/vgm[test] since it is used
    by the test suite.
    
    Closes: https://bugs.gentoo.org/741648
    Closes: https://github.com/gentoo/gentoo/pull/17511
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
    Signed-off-by: Guilherme Amadio <amadio@gentoo.org>

 sci-physics/vgm/vgm-4.5.ebuild  | 5 ++++-
 sci-physics/vgm/vgm-4.8.ebuild  | 5 ++++-
 sci-physics/vgm/vgm-9999.ebuild | 5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)