Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951461 - dev-lang/nqp USE="moar static-libs" misses dependencies mimalloc/libuv/msgpack/msgpack-cxx/libtommath/libffi-compat/libffi
Summary: dev-lang/nqp USE="moar static-libs" misses dependencies mimalloc/libuv/msgpac...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-16 14:48 UTC by Jon Daniel
Modified: 2025-03-16 16:04 UTC (History)
1 user (show)

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


Attachments
nqp-9999 build.log for moarvm-9999 with USE="static-libs" installed (build.log,185.84 KB, text/x-log)
2025-03-16 15:47 UTC, Jon Daniel
Details
nqp-9999 build-moar.log with moarvm-9999 USE="static-libs" installed (build-moar.log,182.86 KB, text/x-log)
2025-03-16 15:48 UTC, Jon Daniel
Details
emerge --info (emerge.log,18.51 KB, text/x-log)
2025-03-16 16:04 UTC, Jon Daniel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Daniel 2025-03-16 14:48:11 UTC
Undefined references to all these libs with installed moar appear

Reproducible: Always

Steps to Reproduce:
1. USE="moar" emerge -v dev-lang/nqp
Actual Results:  
emerge fails with undefined references because of missing dependencies.

Expected Results:  
completion of installation
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-03-16 14:52:08 UTC
Please show the full build.log and emerge --info.
Comment 2 Jon Daniel 2025-03-16 15:14:42 UTC
Probably caused
Comment 3 Jon Daniel 2025-03-16 15:15:44 UTC
Already installed dev-lang/moarvm-9999 installed with USE="static-libs" seems to  cause all the submodule dependencies to be missing from moarvm already
Comment 4 Jon Daniel 2025-03-16 15:47:21 UTC
Created attachment 920921 [details]
nqp-9999 build.log for moarvm-9999 with USE="static-libs" installed
Comment 5 Jon Daniel 2025-03-16 15:48:39 UTC
Created attachment 920922 [details]
nqp-9999 build-moar.log with moarvm-9999 USE="static-libs" installed
Comment 6 Jon Daniel 2025-03-16 15:58:54 UTC
Error does not occur with USE="-static-libs"
Comment 7 Jon Daniel 2025-03-16 16:01:08 UTC
It also doesn't matter which version of the ebuild
Comment 8 Jon Daniel 2025-03-16 16:04:46 UTC
Created attachment 920923 [details]
emerge --info