[Debian GNUstep maintainers] Bug#455771: lynkeos.app: Missing build-depends on liba52-0.7.4-dev

Michael Bienia michael at vorlon.ping.de
Tue Dec 11 19:01:06 UTC 2007


Package: lynkeos.app
Version: 1.2-2
Severity: normal
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu hardy

Hello,

lynkeos.app is currently missing a build-dependency on liba52-0.7.4-dev as
debian/patches/05_ffmpeg_build_fix.dpatch is adding -la52.

,----[ from the build ]-
| gcc  -rdynamic      -shared-libgcc -fexceptions -fgnu-runtime -o Lynkeos.app/./Lynkeos \
|         ./obj/ffmpeg_access.o ./obj/stack.o ./obj/fourier.o ./obj/corelation.o ./obj/main.o ./obj/MyImageListEnumerator.o ./obj/MyCustomViews.o ./obj/MyDocumentData.o ./obj/MyDocument.o ./obj/MyImageListItem.o ./obj/MyImageList.o ./obj/MyImageListWindow.o ./obj/MyImageListWindowPrivate.o ./obj/MyImageView.o ./obj/MyImageViewSelection.o ./obj/MyListProcessing.o ./obj/MyObjectImageList.o ./obj/MyPostProcessing.o ./obj/MySizeLock.o ./obj/MyUserPrefsController.o ./obj/LynkeosFfmpegMovie.o      -L/usr/local/lib -L/usr/lib     -lgnustep-gui    -lgnustep-base -lavformat -lavcodec -lavutil -lfftw3f_threads -lfftw3_threads -lfftw3f -lfftw3 -lvorbis -lvorbisenc -ltheora -logg -ldts -la52 -lraw1394 -ldc1394_control -lgsm -lz -lm   -lpthread -lobjc   -lm
| /usr/bin/ld: cannot find -la52
| collect2: ld returned 1 exit status
| make[2]: *** [Lynkeos.app/./Lynkeos] Error 1
| make[1]: *** [Lynkeos.all.app.variables] Error 2
| make[1]: Leaving directory `/tmp/buildd/lynkeos.app-1.2/Sources'
| make: *** [build-stamp] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
`----

With the added build-dependency it builds successfully but dpkg-shlibdeps gives the following warnings:
,----[ dpkg-shlibs warnings ]-
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libfftw3f_threads.so.3 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libfftw3.so.3 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libvorbis.so.0 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libvorbisenc.so.2 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libtheora.so.0 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libogg.so.0 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with liba52-0.7.4.so (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libraw1394.so.8 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libdc1394_control.so.13 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libgsm.so.1 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libz.so.1 (it uses none of its symbols).
| dpkg-shlibdeps: warning: debian/lynkeos.app/usr/lib/GNUstep/Applications/Lynkeos.app/Lynkeos shouldn't be linked with libgcc_s.so.1 (it uses none of its symbols).
`----
This is from building lynkeos.app in a Ubuntu hardy pbuilder.

Michael





More information about the pkg-GNUstep-maintainers mailing list