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

Bug 418121

Summary: app-admin/hardinfo-0.5.2_pre20120527 - ld: CMakeFiles/hardinfo.dir/hardinfo/expr.c.o: undefined reference to symbol 'powf@@GLIBC_2.0'
Product: Gentoo Linux Reporter: Sławomir Nizio <slawomir.nizio>
Component: New packagesAssignee: Julian Ospald <hasufell>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 372079    
Attachments: build log
patch that fixed the issue

Description Sławomir Nizio 2012-05-29 11:51:03 UTC
If linker doesn't allow indirect linking, this happens. I'll attach build log and a patch.

Reproducible: Always
Comment 1 Sławomir Nizio 2012-05-29 11:51:41 UTC
Created attachment 313515 [details]
build log
Comment 2 Sławomir Nizio 2012-05-29 11:52:11 UTC
Created attachment 313517 [details, diff]
patch that fixed the issue
Comment 3 Julian Ospald 2012-05-29 23:11:10 UTC
thanks

+  29 May 2012; Julian Ospald <hasufell@gentoo.org>
+  hardinfo-0.5.2_pre20120527.ebuild,
+  +files/hardinfo-0.5.2_pre20120527-underlinking.patch:
+  fix underlinking wrt #418121

plz resync

I'll report it upstream.
Comment 4 Julian Ospald 2012-05-30 00:13:04 UTC
send pull request: https://github.com/lpereira/hardinfo/pull/1
Comment 5 Sławomir Nizio 2012-05-30 12:07:37 UTC
Nice, thanks.