Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 916544

Summary: app-crypt/efitools-1.9.2-r1 fails to build: memset undefined in ReadVars.so
Product: Gentoo Linux Reporter: Christopher Smith <chrylis>
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info
emerge -pvq

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