Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55249 - xmms-musepack-0.99: missing -fPIC to build correctly on amd64 and incorrect error handling in makefile
Summary: xmms-musepack-0.99: missing -fPIC to build correctly on amd64 and incorrect e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-26 09:30 UTC by Arcila Thomas
Modified: 2004-07-18 09:01 UTC (History)
1 user (show)

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 Arcila Thomas 2004-06-26 09:30:54 UTC
- missing -fPIC flag, breaks when linking
- the compilation command is 
$(CC) -s -DVERSION=\"$(VERSION)\" $(OPTIONS) `xmms-config --cflags --libs` `gtk-config --cflags --libs` -o xmms-musepack-$(VERSION).so $(SOURCE) 2>&1 | grep -v '/usr/'

"grep -v '/usr'" prevents compilation errors from being detected
and catches stranges errors...


Reproducible: Always
Steps to Reproduce:
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-07-18 09:01:06 UTC
Already fixed in CVS.