Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54266 - xmms-mp3cue needs amd64 tweaks (-fPIC)
Summary: xmms-mp3cue needs amd64 tweaks (-fPIC)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-17 22:14 UTC by Jeremy Huddleston (RETIRED)
Modified: 2004-07-03 15:27 UTC (History)
2 users (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 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-17 22:14:09 UTC
g++ -O -Wall -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DVERSION=\"0.94\" -O -Wall -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DVERSION=\"0.94\"  -c -o mp3cue.o mp3cue.c
g++ -O -Wall -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DVERSION=\"0.94\" -O -Wall -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DVERSION=\"0.94\"  -c -o cuesheet.o cuesheet.c
g++ -O -Wall -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DVERSION=\"0.94\" -O -Wall -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DVERSION=\"0.94\"  -c -o interface.o interface.c
g++ -O2 -pipe -fomit-frame-pointer -O -Wall -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DVERSION=\"0.94\"  -c -o ID3tag.o ID3tag.C
g++ -o libmp3cue.so mp3cue.o cuesheet.o interface.o ID3tag.o -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lxmms -shared
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: mp3cue.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
mp3cue.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [mp3cue] Error 1
Comment 1 Frank van de Pol (RETIRED) gentoo-dev 2004-07-03 15:27:45 UTC
-fPIC patch added and validated on amd64 and x86 architectures.
Committed to CVS as revision 0.94-r1.

(Phew, took some more time than expected since cue files for mp3 are hard to find...)