[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#556306: FTBFS with binutils-gold



Source: qsynth
Version: 0.3.4-1
Severity: minor
User: peter.fritzsche@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

g++ -Wl,-O1 -o qsynth .obj/main.o .obj/qsynthEngine.o .obj/qsynthChannels.o .obj/qsynthKnob.o .obj/qsynthMeter.o .obj/qsynthSetup.o .obj/qsynthOptions.o .obj/qsynthSystemTray.o .obj/qsynthTabBar.o .obj/qsynthAboutForm.o .obj/qsynthChannelsForm.o .obj/qsynthMainForm.o .obj/qsynthMessagesForm.o .obj/qsynthOptionsForm.o .obj/qsynthPresetForm.o .obj/qsynthSetupForm.o .obj/qsynthDialClassicStyle.o .obj/qsynthDialPeppinoStyle.o .obj/qsynthDialVokiStyle.o .obj/qsynthDialSkulptureStyle.o .obj/moc_qsynthKnob.o .obj/moc_qsynthMeter.o .obj/moc_qsynthSystemTray.o .obj/moc_qsynthTabBar.o .obj/moc_qsynthAboutForm.o .obj/moc_qsynthChannelsForm.o .obj/moc_qsynthMainForm.o .obj/moc_qsynthMessagesForm.o .obj/moc_qsynthOptionsForm.o .obj/moc_qsynthPresetForm.o .obj/moc_qsynthSetupForm.o .obj/qrc_qsynth.o    -L/usr/lib -L/usr/local/lib -L/usr/lib -L/usr/lib64 -lfluidsynth -lpthread -lQtGui -lQtCore
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x3e3): error: undefined reference to 'XGrabServer'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x412): error: undefined reference to 'XSetSelectionOwner'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x41f): error: undefined reference to 'XUngrabServer'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x4a9): error: undefined reference to 'XDefaultScreenOfDisplay'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x4b1): error: undefined reference to 'XScreenNumberOfScreen'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x4ff): error: undefined reference to 'XInternAtom'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x568): error: undefined reference to 'XSelectInput'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x592): error: undefined reference to 'XSendEvent'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x5a1): error: undefined reference to 'XSync'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x5b6): error: undefined reference to 'XRaiseWindow'
/usr/bin/ld: .obj/main.o: in function main:main.cpp(.text+0x628): error: undefined reference to 'XChangeProperty'
/usr/bin/ld: .obj/main.o: in function qsynthApplication::x11EventFilter(_XEvent*):main.cpp(.text._ZN17qsynthApplication14x11EventFilterEP7_XEvent+0xc2): error: undefined reference to 'XGetWindowProperty'
/usr/bin/ld: .obj/main.o: in function qsynthApplication::x11EventFilter(_XEvent*):main.cpp(.text._ZN17qsynthApplication14x11EventFilterEP7_XEvent+0xf0): error: undefined reference to 'XFree'
/usr/bin/ld: .obj/main.o: in function qsynthApplication::x11EventFilter(_XEvent*):main.cpp(.text._ZN17qsynthApplication14x11EventFilterEP7_XEvent+0x11b): error: undefined reference to 'XDeleteProperty'
/usr/bin/ld: .obj/main.o: in function qsynthApplication::qsynthApplication(int&, char**):main.cpp(.text._ZN17qsynthApplicationC1ERiPPc+0x36e): error: undefined reference to 'XInternAtom'
/usr/bin/ld: .obj/main.o: in function qsynthApplication::qsynthApplication(int&, char**):main.cpp(.text._ZN17qsynthApplicationC1ERiPPc+0x37b): error: undefined reference to 'XGrabServer'
/usr/bin/ld: .obj/main.o: in function qsynthApplication::qsynthApplication(int&, char**):main.cpp(.text._ZN17qsynthApplicationC1ERiPPc+0x388): error: undefined reference to 'XGetSelectionOwner'
/usr/bin/ld: .obj/main.o: in function qsynthApplication::qsynthApplication(int&, char**):main.cpp(.text._ZN17qsynthApplicationC1ERiPPc+0x395): error: undefined reference to 'XUngrabServer'
collect2: ld returned 1 exit status
make[2]: *** [qsynth] Error 1



Reply to: