| Summary: | media-gfx/kpovmodeler fails with undefined references | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Heiko Schäfer <heiko> |
| Component: | Current packages | Assignee: | 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 | ||
my gcc (Gentoo 4.9.3 p1.0, pie-0.6.2) 4.9.3 KDELibs: 4.14.12 Please attach build log and emerge --info. |
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.