Bug#669525: bumprace: FTBFS: configure: error: Your system is missing libjpeg!

2012-05-10 Thread Artur Rona

tags 669525 patch
thanks



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#669525: bumprace: FTBFS: configure: error: Your system is missing libjpeg!

2012-04-29 Thread Artur Rona

Tags: patch

Hello,

I've prepared a simple patch to fix this bug. Just add zlib1g-dev to 
Build-Depends.

Please consider use wrap-and-sort to clean up your debian/* directory.

--
Pozdrawiam / Kind regards,
Artur Rona

diff -Nru bumprace-1.5.3/debian/control bumprace-1.5.3/debian/control
--- bumprace-1.5.3/debian/control	2011-09-04 18:50:00.0 +0200
+++ bumprace-1.5.3/debian/control	2012-04-27 23:47:04.0 +0200
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Christian T. Steigies c...@debian.org
-Build-Depends: cdbs, debhelper ( 5), libsdl1.2-dev (=1.2.4), libsdl-mixer1.2-dev (=1.2.4-1.1), libsdl-image1.2-dev (=1.2.2-3), libtool, autotools-dev, devscripts
+Build-Depends: cdbs, debhelper ( 5), libsdl1.2-dev (=1.2.4), libsdl-mixer1.2-dev (=1.2.4-1.1), libsdl-image1.2-dev (=1.2.2-3), libtool, autotools-dev, devscripts, libjpeg8-dev, zlib1g-dev
 Standards-Version: 3.9.2
 
 Package: bumprace


Bug#669525: bumprace: FTBFS: configure: error: Your system is missing libjpeg!

2012-04-19 Thread Lucas Nussbaum
Source: bumprace
Version: 1.5.3-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p .
 if test -e /usr/share/misc/config.guess ; then \
   for i in ./config.guess ; do \
   if ! test -e $i.cdbs-orig ; then \
   mv $i $i.cdbs-orig ; \
   cp --remove-destination 
 /usr/share/misc/config.guess $i ; \
   fi ; \
   done ; \
   fi
 if test -e /usr/share/misc/config.sub ; then \
   for i in ./config.sub ; do \
   if ! test -e $i.cdbs-orig ; then \
   mv $i $i.cdbs-orig ; \
   cp --remove-destination 
 /usr/share/misc/config.sub $i ; \
   fi ; \
   done ; \
   fi
 touch debian/stamp-autotools-files
 chmod a+x /«PKGBUILDDIR»/./configure
 mkdir -p .
 cd .CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
 -Wformat-security -Werror=format-security -Wall CXXFLAGS=-g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
 -Werror=format-security -Wall CPPFLAGS=-D_FORTIFY_SOURCE=2 
 LDFLAGS=-Wl,-z,relro /«PKGBUILDDIR»/./configure --build=x86_64-linux-gnu  
 --prefix=/usr --includedir=\${prefix}/include 
 --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
 --sysconfdir=/etc --localstatedir=/var --libexecdir=\${prefix}/lib/bumprace 
 --srcdir=. --disable-maintainer-mode --disable-dependency-tracking 
 --disable-silent-rules   --prefix=/usr --bindir=/usr/games/ 
 --mandir=/usr/share/man --datadir=/usr/share/games 
 checking build system type... x86_64-pc-linux-gnu
 checking host system type... x86_64-pc-linux-gnu
 checking target system type... x86_64-pc-linux-gnu
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... /bin/mkdir -p
 checking for gawk... no
 checking for mawk... mawk
 checking whether make sets $(MAKE)... yes
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking for style of include used by make... GNU
 checking dependency style of gcc... none
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for ranlib... ranlib
 checking for an ANSI C-conforming const... yes
 checking for main in -lm... yes
 checking for sdl-config... /usr/bin/sdl-config
 checking for SDL - version = 1.1.5... yes
 configure: error: Your system is missing libjpeg!
 checking for main in -ljpeg... no
 make: *** [debian/stamp-autotools] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/04/19/bumprace_1.5.3-3_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org