tags 725549 +pending tags 725549 +patch thanks Hi,
On Sun, Oct 06, 2013 at 10:00:57PM +0200, David Suárez wrote: > Source: yorick-gl > Version: 1.1+cvs20070922+dfsg-6 > Severity: serious > Tags: jessie sid > User: [email protected] > Usertags: qa-ftbfs-20131006 qa-ftbfs > Justification: FTBFS on amd64 > > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part (hopefully): > > glTarray.c: In function 'yglTarrayAlpha': > > glTarray.c:162:3: warning: incompatible implicit declaration of built-in > > function 'sprintf' [enabled by default] > > sprintf(msg, "in yglTarrayAlpha, alpha_pass is %d\n", alpha_pass); > > ^ > > cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > > -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPLUG_IN -I. > > -I/usr/lib/yorick/include -D_FORTIFY_SOURCE=2 -c -o gltexsubs.o gltexsubs.c > > cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > > -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPLUG_IN -I. > > -I/usr/lib/yorick/include -D_FORTIFY_SOURCE=2 -c -o glustub.o glustub.c > > cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > > -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPLUG_IN -I. > > -I/usr/lib/yorick/include -D_FORTIFY_SOURCE=2 -c -o glGlyph.o glGlyph.c > > cc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 > > -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPLUG_IN -I. > > -I/usr/lib/yorick/include -DUSE_MESA_PIXMAPS -o oglx.o -c oglx.c > > /usr/lib/yorick/lib/codger w yorgl cntrfunc.i glfunc.i > > found cntrfunc.i in current directory > > found glfunc.i in current directory > > cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > > -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPLUG_IN -I. > > -I/usr/lib/yorick/include -D_FORTIFY_SOURCE=2 -c -o ywrap.o ywrap.c > > cc -Wl,-z,relro -fPIC -shared -o yorgl.so ContourTets3D.o Gradient3D.o > > isotree.o slicetree.o glPolys.o glStrips.o gltexture.o glcode.o glfunc.o > > glMouse.o glx11view.o glx11setup.o TriUtil.o dlist3d.o glTarray.o > > gltexsubs.o glustub.o glGlyph.o oglx.o ywrap.o -lGL -lXext -lX11 -lm > > make[2]: Leaving directory `/«BUILDDIR»/yorick-gl-1.1+cvs20070922+dfsg' > > make[1]: Leaving directory `/«BUILDDIR»/yorick-gl-1.1+cvs20070922+dfsg' > > dh_auto_test > > make[1]: Entering directory `/«BUILDDIR»/yorick-gl-1.1+cvs20070922+dfsg' > > make[1]: *** No rule to make target `check.i', needed by `check-dll'. Stop. > > make[1]: Leaving directory `/«BUILDDIR»/yorick-gl-1.1+cvs20070922+dfsg' > > dh_auto_test: make -j1 check returned exit code 2 Not sure where this is from as yorick-gl does not seem to have any checks. I've overriden it and uploaded a fixed package to DELAYED/5-days, see attached debdiff. Michael
diff -Nru yorick-gl-1.1+cvs20070922+dfsg/debian/changelog yorick-gl-1.1+cvs20070922+dfsg/debian/changelog --- yorick-gl-1.1+cvs20070922+dfsg/debian/changelog 2012-06-28 15:38:40.000000000 +0200 +++ yorick-gl-1.1+cvs20070922+dfsg/debian/changelog 2013-11-23 15:59:04.000000000 +0100 @@ -1,3 +1,10 @@ +yorick-gl (1.1+cvs20070922+dfsg-6.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * debian/rules: Force dh_auto_test to successful (Closes: #725549). + + -- Michael Banck <[email protected]> Sat, 23 Nov 2013 15:57:38 +0100 + yorick-gl (1.1+cvs20070922+dfsg-6) unstable; urgency=low * Update watch to look at github diff -Nru yorick-gl-1.1+cvs20070922+dfsg/debian/rules yorick-gl-1.1+cvs20070922+dfsg/debian/rules --- yorick-gl-1.1+cvs20070922+dfsg/debian/rules 2012-06-28 15:40:38.000000000 +0200 +++ yorick-gl-1.1+cvs20070922+dfsg/debian/rules 2013-11-23 15:57:35.000000000 +0100 @@ -27,3 +27,6 @@ ifeq (,$(shell head -1 Makegl)) rm -f Makegl *.o endif + +override_dh_auto_test: + /bin/true

