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

Bug 560830

Summary: media-gfx/kpovmodeler fails with undefined references
Product: Gentoo Linux Reporter: Heiko Schäfer <heiko>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal CC: alex_y_xu, heiko
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixes undefined references

Description Heiko Schäfer 2015-09-19 09:27:48 UTC
Created attachment 412256 [details, diff]
fixes undefined references

Following symbols stay hidden:

PMFactory::aboutData()
PMGLView::s_bDirect
PMShell::PMShell()

for some reason the visibility macros get undefined, so I had fixed it with
explicitely adding __attribute__((visibility("default"))) in front of that symbols.

Further I fixed the no more supported command line option 'QR' to 'HR'. You may want to split up my patch, since I have it all in one.
Comment 1 Heiko Schäfer 2015-09-19 09:30:16 UTC
my gcc (Gentoo 4.9.3 p1.0, pie-0.6.2) 4.9.3
KDELibs: 4.14.12
Comment 2 Michael Palimaka (kensington) gentoo-dev 2015-09-22 13:48:11 UTC
Please attach build log and emerge --info.