Your message dated Wed, 17 Feb 2016 13:56:44 +0100 with message-id <56c46e0c.3010...@debian.org> and subject line Re: sdl-image1.2: FTBFS: /usr/lib/x86_64-linux-gnu/libpng.a: error adding symbols: Bad value has caused the Debian Bug report #814974, regarding sdl-image1.2: FTBFS: /usr/lib/x86_64-linux-gnu/libpng.a: error adding symbols: Bad value to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 814974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814974 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: sdl-image1.2 Version: 1.2.12-5 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Dear Maintainer, sdl-image1.2 fails to build from source in unstable/amd64: [..] /bin/bash ./libtool --mode=link gcc -I/usr/include/libpng12 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -pipe -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -no-undefined -release 1.2 -version-info 8:4:8 -Wl,-z,relro -Wl,--as-needed -o libSDL_image.la -rpath /usr/lib/x86_64-linux-gnu IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo IMG_xv.lo IMG_webp.lo -lpng -lz -ljpeg -ltiff -lz -lwebp -L/usr/lib/x86_64-linux-gnu -lSDL libtool: link: gcc -shared -fPIC -DPIC .libs/IMG.o .libs/IMG_bmp.o .libs/IMG_gif.o .libs/IMG_jpg.o .libs/IMG_lbm.o .libs/IMG_pcx.o .libs/IMG_png.o .libs/IMG_pnm.o .libs/IMG_tga.o .libs/IMG_tif.o .libs/IMG_xcf.o .libs/IMG_xpm.o .libs/IMG_xv.o .libs/IMG_webp.o -Wl,--as-needed -lpng -ljpeg -ltiff -lz -lwebp -L/usr/lib/x86_64-linux-gnu -lSDL -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-soname -Wl,libSDL_image-1.2.so.0 -o .libs/libSDL_image-1.2.so.0.8.4 /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libpng.a(libpng12_la-png.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/lib/x86_64-linux-gnu/libpng.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:541: recipe for target 'libSDL_image.la' failed make[1]: *** [libSDL_image.la] Error 1 make[1]: Leaving directory '/home/lamby/temp/cdt.20160217093625.I45idgCdO8/sdl-image1.2-1.2.12' dh_auto_build: make -j9 returned exit code 2 debian/rules:16: recipe for target 'build' failed make: *** [build] Error 2 [..] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-sdl-image1.2.1.2.12-5.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message --------BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Chris, > /bin/bash ./libtool --mode=link gcc -I/usr/include/libpng12 -g > -O2 -fstack-protector-strong -Wformat -Werror=format-security > -pipe -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT > -no-undefined -release 1.2 -version-info 8:4:8 -Wl,-z,relro > -Wl,--as-needed -o libSDL_image.la -rpath /usr/lib/x86_64-linux-gnu > IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo > IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo > IMG_xv.lo IMG_webp.lo -lpng -lz -ljpeg -ltiff -lz -lwebp > -L/usr/lib/x86_64-linux-gnu -lSDL libtool: link: gcc -shared -fPIC > -DPIC .libs/IMG.o .libs/IMG_bmp.o .libs/IMG_gif.o .libs/IMG_jpg.o > .libs/IMG_lbm.o .libs/IMG_pcx.o .libs/IMG_png.o .libs/IMG_pnm.o > .libs/IMG_tga.o .libs/IMG_tif.o .libs/IMG_xcf.o .libs/IMG_xpm.o > .libs/IMG_xv.o .libs/IMG_webp.o -Wl,--as-needed -lpng -ljpeg > -ltiff -lz -lwebp -L/usr/lib/x86_64-linux-gnu -lSDL -g -O2 > -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-soname > -Wl,libSDL_image-1.2.so.0 -o .libs/libSDL_image-1.2.so.0.8.4 > /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libpng.a(libpng12_la-png.o): > relocation R_X86_64_32 against `.rodata.str1.8' can not be used > when making a shared object; recompile with -fPIC > /usr/lib/x86_64-linux-gnu/libpng.a: error adding symbols: Bad value > collect2: error: ld returned 1 exit status this is bug #814971, the .so symlink was broken, so the linker tried to link with the static version. Not a bug in sdl-image1.2, and libpng is already fixed (not dinstalled yet). Closing then, I tried to pick from incoming and rebuild. Everything was good. [...] make[1]: Entering directory '/sdl-image1.2-1.2.12' dh_strip --dbg-package=libsdl-image1.2-dbg make[1]: Leaving directory '/sdl-image1.2-1.2.12' dh_makeshlibs -O--parallel dh_shlibdeps -O--parallel dh_installdeb -O--parallel dh_gencontrol -O--parallel dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dh_md5sums -O--parallel dh_builddeb -O--parallel dpkg-deb: building package 'libsdl-image1.2' in '../libsdl-image1.2_1.2.12-5_amd64.deb'. dpkg-deb: building package 'libsdl-image1.2-dbg' in '../libsdl-image1.2-dbg_1.2.12-5_amd64.deb'. dpkg-deb: building package 'libsdl-image1.2-dev' in '../libsdl-image1.2-dev_1.2.12-5_amd64.deb'. dpkg-genchanges >../sdl-image1.2_1.2.12-5_amd64.changes dpkg-genchanges: not including original source code in upload dpkg-source --after-build sdl-image1.2-1.2.12 dpkg-buildpackage: binary and diff upload (original source NOT included) cheers, G. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJWxG4JAAoJEPNPCXROn13ZRjYP/3hqh/6snruenkpNI1v+F9/Y n2XD5j+8pZxG7vs52RYvnMo7gEVV6SMHMoyH6/taEStytPUzzd0hAspoLa2vTX2z 8gKfFnl12dt6Yjs2LzuUKlM/SFsNSSEgxuaG7TlkELkxp6QA3icfBYCc4pVKPsib 86CRcTHAXHy9kksLd6NIvltGh6d4KzPL6wP0nvfj+lFKDBZY8FJtBdUEMVERh9ID QJTYaCU0V4Ekaj4t5Ip1w08h9hZ038TESj5nvI0R+qEYXIi3SfJg1vRaWR+kixop xLuY0DfibAUBaWSplnJuZO3lx30BRVFQecYwiyCR+TnhW8xjfqeVKEjXsBxhYDd3 ijX3BqpfxbUGu/4PHVLXDz1+Iw340lDNJZqspmsWOMyZiIRR0xJzkwjbbd+p1u/V XkO0jCV6XLp8SfKpB2NWvR2LCAF32rvRO1LS5UkX9gpBExom2dKPc9b1KXuMVe2i z0HITM12CBaMCvWzXdGuinfdKy3H4zMHnhCotkw4UE7xveAHy9vNZQt6hRqMA3eq AQ5mZIq5lVRtP27ePTlLl5gxer5A3Z/XQvZ3qvJ4R5RpN9em7sGgbcEP7HOPNzox G5h/xiyJMgOVWCh10g75FjJf8HDwPDinQ8o1VsSFEZJRulGEJJ5Sf6ZxGcjXqpsB YBQbFyWVIZd/kIajoIfL =99tZ -----END PGP SIGNATURE-----
--- End Message ---