Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836234 - media-gfx/pqstego-0.0.1 fails to compile: ld: libpqstego.so: undefined reference to gsl_rng_alloc
Summary: media-gfx/pqstego-0.0.1 fails to compile: ld: libpqstego.so: undefined refere...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-26 21:08 UTC by Agostino Sarubbo
Modified: 2022-03-26 21:08 UTC (History)
0 users

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


Attachments
build.log (build.log,40.17 KB, text/plain)
2022-03-26 21:08 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 2022-03-26 21:08:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/pqstego-0.0.1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-26 21:08:55 UTC
Created attachment 767936 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-26 21:08:55 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: /usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../lib/libpqstego.so: undefined reference to `gsl_rng_alloc'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: /usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../lib/libpqstego.so: undefined reference to `gsl_rng_mt19937'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: /usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../lib/libpqstego.so: undefined reference to `gsl_rng_set'
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: warning: libgsl.so.27, needed by /usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../lib/libpqstego.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../x86_64-gentoo-linux-musl/bin/ld: warning: libgslcblas.so.0, needed by /usr/lib/gcc/x86_64-gentoo-linux-musl/11.2.1/../../../../lib/libpqstego.so, not found (try using -rpath or -rpath-link)
collect2: error: ld returned 1 exit status