Your message dated Fri, 11 Feb 2005 10:47:05 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#294328: fixed in specimen 0.4.5-3 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 9 Feb 2005 08:26:14 +0000 >From [EMAIL PROTECTED] Wed Feb 09 00:26:14 2005 Return-path: <[EMAIL PROTECTED]> Received: from d157137.adsl.hansenet.de (localhost.localdomain) [80.171.157.137] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CynAs-0001kR-00; Wed, 09 Feb 2005 00:26:14 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CynAp-0003K9-05; Wed, 09 Feb 2005 09:26:11 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: specimen: FTBFS: Missing Build-Depends on 'libphat0-dev' Message-Id: <[EMAIL PROTECTED]> Date: Wed, 09 Feb 2005 09:26:11 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: 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 <[EMAIL PROTECTED]> -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); --------------------------------------- Received: (at 294328-close) by bugs.debian.org; 11 Feb 2005 15:53:08 +0000 >From [EMAIL PROTECTED] Fri Feb 11 07:53:07 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Czd6R-00049q-00; Fri, 11 Feb 2005 07:53:07 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1Czd0b-0006WG-00; Fri, 11 Feb 2005 10:47:05 -0500 From: Eduardo Marcel Macan <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#294328: fixed in specimen 0.4.5-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 11 Feb 2005 10:47:05 -0500 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Eduardo Marcel Macan <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED]) -----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 <[EMAIL PROTECTED]> Changed-By: Eduardo Marcel Macan <[EMAIL PROTECTED]> 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----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]