Package: mpdscribble
Version: 0.17-1
Severity: serious
Justification: no longer builds from source

Failed to build from source, following classic method:
1/ apt-get build-dep mpdscribble
2/ apt-get source mpdscribble
3/ cd mpdscribble && debuild -us -uc

Attached is the debuild command output.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mpdscribble depends on:
ii  adduser                       3.110      add and remove users and groups
ii  debconf [debconf-2.0]         1.5.26     Debian configuration management sy
ii  libc6                         2.9-6      GNU C Library: Shared libraries
ii  libglib2.0-0                  2.20.0-2   The GLib library of C routines
ii  libsoup2.4-1                  2.24.3-2   an HTTP library implementation in 
ii  lsb-base                      3.2-22     Linux Standard Base 3.2 init scrip
ii  ucf                           3.0018     Update Configuration File: preserv

mpdscribble recommends no packages.

Versions of packages mpdscribble suggests:
ii  mpd                           0.14.2-3   Music Player Daemon

-- debconf information:
  mpdscribble/user:
  mpdscribble/systemwide: false
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage : définir CFLAGS à la valeur par défaut : -g -O2
dpkg-buildpackage : définir CPPFLAGS à la valeur par défaut : 
dpkg-buildpackage : définir LDFLAGS à la valeur par défaut : 
dpkg-buildpackage : définir FFLAGS à la valeur par défaut : -g -O2
dpkg-buildpackage : définir CXXFLAGS à la valeur par défaut : -g -O2
dpkg-buildpackage: paquet source mpdscribble
dpkg-buildpackage: version source 0.17-1
dpkg-buildpackage: source changé par Michal Čihař <ni...@debian.org>
dpkg-buildpackage: architecture hôte i386
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
make[1]: entrant dans le répertoire « /home/julian/Desktop/mpdscribble-0.17 »
test -z "src/mpdscribble" || rm -f src/mpdscribble
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f 
rm -f src/.dirstamp
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -rf ./.deps
rm -f Makefile
make[1]: quittant le répertoire « /home/julian/Desktop/mpdscribble-0.17 »
   dh_clean
debconf-updatepo
 dpkg-source -b mpdscribble-0.17
dpkg-source: info: utilisation du format source « 1.0 »
dpkg-source: info: construction de mpdscribble à partir de mpdscribble_0.17.orig.tar.gz
dpkg-source: info: construction de mpdscribble dans mpdscribble_0.17-1.diff.gz
dpkg-source: info: construction de mpdscribble dans mpdscribble_0.17-1.dsc
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
configure: WARNING: unrecognized options: --disable-maintainer-mode
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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 dependency style of gcc... none
checking for gcc option to accept ISO C99... -std=gnu99
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking for syslog... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libglib... yes
checking for libgobject... yes
checking for libgthread... yes
checking for libsoup... yes
checking whether the C compiler accepts -Wall... yes
checking whether the C compiler accepts -Wextra... yes
checking whether the C compiler accepts -Wno-deprecated-declarations... yes
checking whether the C compiler accepts -Wmissing-prototypes... yes
checking whether the C compiler accepts -Wdeclaration-after-statement... yes
checking whether the C compiler accepts -Wshadow... yes
checking whether the C compiler accepts -Wpointer-arith... yes
checking whether the C compiler accepts -Wstrict-prototypes... yes
checking whether the C compiler accepts -Wcast-qual... yes
checking whether the C compiler accepts -Wwrite-strings... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   dh_auto_build
make[1]: entrant dans le répertoire « /home/julian/Desktop/mpdscribble-0.17 »
make  all-am
make[2]: entrant dans le répertoire « /home/julian/Desktop/mpdscribble-0.17 »
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o mpdscribble.o `test -f 'src/mpdscribble.c' || echo './'`src/mpdscribble.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o daemon.o `test -f 'src/daemon.c' || echo './'`src/daemon.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o as.o `test -f 'src/as.c' || echo './'`src/as.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o conn.o `test -f 'src/conn.c' || echo './'`src/conn.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o cmdline.o `test -f 'src/cmdline.c' || echo './'`src/cmdline.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o file.o `test -f 'src/file.c' || echo './'`src/file.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o journal.o `test -f 'src/journal.c' || echo './'`src/journal.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o lmc.o `test -f 'src/lmc.c' || echo './'`src/lmc.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o log.o `test -f 'src/log.c' || echo './'`src/log.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o mbid.o `test -f 'src/mbid.c' || echo './'`src/mbid.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o str_pool.o `test -f 'src/libmpdclient/str_pool.c' || echo './'`src/libmpdclient/str_pool.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o resolver.o `test -f 'src/libmpdclient/resolver.c' || echo './'`src/libmpdclient/resolver.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o song.o `test -f 'src/libmpdclient/song.c' || echo './'`src/libmpdclient/song.c
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I./src -I./src/libmpdclient -DFILE_CONF='"/etc/mpdscribble.conf"'  -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2 -c -o libmpdclient.o `test -f 'src/libmpdclient/libmpdclient.c' || echo './'`src/libmpdclient/libmpdclient.c
gcc -std=gnu99 -DNDEBUG -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -g -O2   -o src/mpdscribble mpdscribble.o daemon.o as.o conn.o cmdline.o file.o journal.o lmc.o log.o mbid.o str_pool.o resolver.o song.o libmpdclient.o -lgobject-2.0 -lglib-2.0   -pthread -lgthread-2.0 -lrt -lglib-2.0   -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0    -lglib-2.0   
mpdscribble.o: In function `main':
/home/julian/Desktop/mpdscribble-0.17/src/mpdscribble.c:219: undefined reference to `as_init'
/home/julian/Desktop/mpdscribble-0.17/src/mpdscribble.c:242: undefined reference to `as_cleanup'
mpdscribble.o: In function `timer_save_cache':
/home/julian/Desktop/mpdscribble-0.17/src/mpdscribble.c:117: undefined reference to `as_save_cache'
mpdscribble.o: In function `song_ended':
/home/julian/Desktop/mpdscribble-0.17/src/mpdscribble.c:181: undefined reference to `as_songchange'
mpdscribble.o: In function `song_changed':
/home/julian/Desktop/mpdscribble-0.17/src/mpdscribble.c:107: undefined reference to `as_now_playing'
collect2: ld returned 1 exit status
make[2]: *** [src/mpdscribble] Erreur 1
make[2]: quittant le répertoire « /home/julian/Desktop/mpdscribble-0.17 »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /home/julian/Desktop/mpdscribble-0.17 »
dh_auto_build: make returned exit code 2
make: *** [build-stamp] Erreur 1
dpkg-buildpackage: échec: debian/rules build a produit une erreur de sortie de type 2

Reply via email to