Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560830 - media-gfx/kpovmodeler fails with undefined references
Summary: media-gfx/kpovmodeler fails with undefined references
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-19 09:27 UTC by Heiko Schäfer
Modified: 2015-09-27 19:37 UTC (History)
2 users (show)

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


Attachments
fixes undefined references (kpovmodeler-1.1.3-visibility.patch,3.55 KB, patch)
2015-09-19 09:27 UTC, Heiko Schäfer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.