DA bug report logs -
#294328
specimen: FTBFS: Missing Build-Depends on 'libphat0-dev'
Reported by: Andreas Jochens <aj@andaco.de>
Date: Wed, 9 Feb 2005 08:33:05 UTC
Severity: serious
Tags: patch
Fixed in version specimen/0.4.5-3
Done: Eduardo Marcel Macan <macan@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to
debian-bugs-dist@lists.debian.org, Eduardo Marcel Macan <macan@debian.org>:
Bug#294328; Package
specimen.
Full text and
rfc822 format available.
Acknowledgement sent to
Andreas Jochens <aj@andaco.de>:
New Bug report received and forwarded. Copy sent to
Eduardo Marcel Macan <macan@debian.org>.
Full text and
rfc822 format available.
Message #5 received at submit@bugs.debian.org (full text, mbox):
Package: specimen
Severity: serious
Tags: patch
When building 'specimen' in a clean chroot,
I get the following error:
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 libxml-2.0 jack alsa samplerate sndfile phat... Package phat was not found in the pkg-config search path.
Perhaps you should add the directory containing `phat.pc'
to the PKG_CONFIG_PATH environment variable
No package 'phat' found
configure: error: Library requirements (gtk+-2.0 libxml-2.0 jack alsa samplerate sndfile phat) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
make: *** [config.status] Error 1
Please add the missing Build-Depends on 'libphat0-dev'
to debian/control.
When this is fixed, I get another error when trying to build the
package on amd64 with gcc-4.0:
if x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/alsa -pthread -DPIXMAPSDIR=\"/usr/share/specimen/pixmaps/\" -Wall -Werror -MT beef.o -MD -MP -MF".deps/beef.Tpo" -c -o beef.o beef.c; \
then mv -f ".deps/beef.Tpo" ".deps/beef.Po"; else rm -f ".deps/beef.Tpo"; exit 1; fi
cc1: warnings being treated as errors
beef.c: In function 'beef_write':
beef.c:39: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differin signedness
make[4]: *** [beef.o] Error 1
make[4]: Leaving directory `/srv/dbuild/tmp/specimen-0.4.5/src'
The attached patch also fixes this.
Regards
Andreas Jochens
diff -urN ../tmp-orig/specimen-0.4.5/debian/control ./debian/control
--- ../tmp-orig/specimen-0.4.5/debian/control 2005-02-09 08:45:39.686432279 +0100
+++ ./debian/control 2005-02-09 08:42:25.000000000 +0100
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Eduardo Marcel Macan <macan@debian.org>
-Build-Depends: debhelper (>= 4.0.0), libphat0 (>= 0.2.3), libgtk2.0-dev (>= 2.4.13), libjack-dev , libsamplerate0-dev (>= 0.1.1), libxml2-dev (>= 2.6.11), libsndfile1-dev (>= 1.0.10), libasound2-dev (>= 1.0.8)
+Build-Depends: debhelper (>= 4.0.0), libphat0-dev (>= 0.2.3), libgtk2.0-dev (>= 2.4.13), libjack-dev , libsamplerate0-dev (>= 0.1.1), libxml2-dev (>= 2.6.11), libsndfile1-dev (>= 1.0.10), libasound2-dev (>= 1.0.8)
Standards-Version: 3.6.1
Package: specimen
diff -urN ../tmp-orig/specimen-0.4.5/src/beef.c ./src/beef.c
--- ../tmp-orig/specimen-0.4.5/src/beef.c 2004-10-03 06:56:34.000000000 +0200
+++ ./src/beef.c 2005-02-09 08:45:22.321802453 +0100
@@ -36,7 +36,7 @@
debug ("Writing current bank to file %s\n", name);
/* create the guts of the doc */
- doc = xmlNewDoc ("1.0");
+ doc = xmlNewDoc ((unsigned char*)"1.0");
rootnode = xmlNewDocNode (doc, NULL, (const xmlChar *) "beef", NULL);
xmlDocSetRootElement (doc, rootnode);
Reply sent to
Eduardo Marcel Macan <macan@debian.org>:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
Andreas Jochens <aj@andaco.de>:
Bug acknowledged by developer.
Full text and
rfc822 format available.
Message #10 received at 294328-close@bugs.debian.org (full text, mbox):
Source: specimen
Source-Version: 0.4.5-3
We believe that the bug you reported is fixed in the latest version of
specimen, which is due to be installed in the Debian FTP archive:
specimen_0.4.5-3.diff.gz
to pool/main/s/specimen/specimen_0.4.5-3.diff.gz
specimen_0.4.5-3.dsc
to pool/main/s/specimen/specimen_0.4.5-3.dsc
specimen_0.4.5-3_i386.deb
to pool/main/s/specimen/specimen_0.4.5-3_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 294328@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Eduardo Marcel Macan <macan@debian.org> (supplier of updated specimen package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 10 Feb 2005 15:15:22 -0200
Source: specimen
Binary: specimen
Architecture: source i386
Version: 0.4.5-3
Distribution: unstable
Urgency: low
Maintainer: Eduardo Marcel Macan <macan@debian.org>
Changed-By: Eduardo Marcel Macan <macan@debian.org>
Description:
specimen - a MIDI controllable audio sampler for GNU/Linux systems
Closes: 294328
Changes:
specimen (0.4.5-3) unstable; urgency=low
.
* Fixed builddeps (will I ever learn?) applied user supplied patch (closes: #294328)
Files:
800a067a6a32866ba74b9dddf93164b1 751 sound optional specimen_0.4.5-3.dsc
637a09432f2ff54cd4e662e9298d3352 9230 sound optional specimen_0.4.5-3.diff.gz
da9d19dbe192157837f5cc95e618cc9e 85260 sound optional specimen_0.4.5-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCDM/VoUSye+uc2tURApUrAJ0XY5jPyh2Ssb+KMRzHiD64sGEr3ACbB1Gj
crwvsF1FaZKXqOy4I+GlMdM=
=u4Ro
-----END PGP SIGNATURE-----
Send a report that this bug log contains spam.
Don Armstrong <don@donarmstrong.com>.
Last modified:
Thu Sep 2 19:27:36 2010;
Machine Name:
crito.ucr.edu
DA bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.