Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916544 - app-crypt/efitools-1.9.2-r1 fails to build: memset undefined in ReadVars.so
Summary: app-crypt/efitools-1.9.2-r1 fails to build: memset undefined in ReadVars.so
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-30 21:06 UTC by Christopher Smith
Modified: 2023-10-30 23:29 UTC (History)
0 users

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


Attachments
build.log (build.log,336.32 KB, text/x-log)
2023-10-30 21:07 UTC, Christopher Smith
Details
emerge --info (emerge.info,8.78 KB, text/plain)
2023-10-30 21:08 UTC, Christopher Smith
Details
emerge -pvq (emerge.pqv,80 bytes, text/plain)
2023-10-30 21:08 UTC, Christopher Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Smith 2023-10-30 21:06:14 UTC
After running a simple `emerge efitools`, the build fails because ReadVars.so has an undefined symbol memset.

Reproducible: Always

Steps to Reproduce:
emerge efitools
Actual Results:  
x86_64-pc-linux-gnu-nm -D ReadVars.so | grep ' U ' && exit 1 || exit 0
                 U memset


Expected Results:  
successful build
Comment 1 Christopher Smith 2023-10-30 21:07:06 UTC
Created attachment 873726 [details]
build.log
Comment 2 Christopher Smith 2023-10-30 21:08:12 UTC
Created attachment 873727 [details]
emerge --info
Comment 3 Christopher Smith 2023-10-30 21:08:26 UTC
Created attachment 873728 [details]
emerge -pvq