Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281424 - media-sound/mup-5.4 fails with multilib-nosymlink
Summary: media-sound/mup-5.4 fails with multilib-nosymlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: portage-multilib
  Show dependency tree
 
Reported: 2009-08-14 02:00 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2010-05-05 17:20 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2009-08-14 02:00:44 UTC
media-sound/mup-5.4 fails to build because it tries to link to fltk. fltk isn't in the default linking path, it is in /usr/$(get_libdir)/libfltk-1.1/libfltk.so. So mup's buildsystem appends -L/usr/lib/libfltk-1.1 to its LDFLAGS.

My arch is amd64, so all of my libs are in /usr/lib64 and /lib64. I am refusing to symlink my /lib to /lib64 and /usr/lib to /usr/lib64 ;-). (and other bugs like this one have been accepted: bug 259780, bug 209679).
Comment 1 Thomas Beierlein gentoo-dev 2010-05-05 17:20:16 UTC
Fixed. Thanks for reporting.

+  05 May 2010; Thomas Beierlein <tomjbe@gentoo.org> mup-5.4.ebuild:
+  Use /usr/$(get_libdir) instead hardcoded /usr/lib; Resolves Bug #281424.
+