Your message dated Sat, 6 Aug 2005 21:23:47 +0100 with message-id <[EMAIL PROTECTED]> and subject line closing libgig bugs 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; 8 Apr 2005 15:59:47 +0000 >From [EMAIL PROTECTED] Fri Apr 08 08:59:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from c203154.adsl.hansenet.de (localhost.localdomain) [213.39.203.154] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DJvtb-0004zo-00; Fri, 08 Apr 2005 08:59:47 -0700 Received: from aj by localhost.localdomain with local (Exim 4.50) id 1DJvtZ-0003ci-J0; Fri, 08 Apr 2005 17:59:45 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: libgig: FTBFS: 'configure' not executable / Missing Build-Depends on 'pkg-config, libsndfile1-dev, doxygen' Message-Id: <[EMAIL PROTECTED]> Date: Fri, 08 Apr 2005 17:59:45 +0200 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: libgig Version: 1.0.cvs02032005-1 Severity: serious Tags: patch When building 'libgig' on amd64/unstable with gcc-4.0, I get the following error: /usr/bin/make -f Makefile.cvs make[1]: Entering directory `/libgig-1.0.cvs02032005' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/libgig-1.0.cvs02032005' ./configure --host=x86_64-linux --build=x86_64-linux --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info /bin/sh: ./configure: Permission denied make: *** [clean] Error 126 When this is fixed, it turns out that Build-Depends on 'pkg-config, libsndfile1-dev, doxygen' are missing. With the attached patch 'libgig' can be compiled. Regards Andreas Jochens diff -urN ../tmp-orig/libgig-1.0.cvs02032005/debian/control ./debian/control --- ../tmp-orig/libgig-1.0.cvs02032005/debian/control 2005-04-08 17:49:14.994426245 +0200 +++ ./debian/control 2005-04-08 17:49:06.668050032 +0200 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Matt Flax <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper, pkg-config, libsndfile1-dev, doxygen Standards-Version: 3.6.1 Package: libgig-dev diff -urN ../tmp-orig/libgig-1.0.cvs02032005/debian/rules ./debian/rules --- ../tmp-orig/libgig-1.0.cvs02032005/debian/rules 2005-04-08 17:49:14.995426050 +0200 +++ ./debian/rules 2005-04-08 17:44:40.099998475 +0200 @@ -25,6 +25,7 @@ config.status: configure dh_testdir # Add here commands to configure the package. + chmod a+x configure ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -49,6 +50,7 @@ rm -f build-stamp $(MAKE) -f Makefile.cvs + chmod a+x configure ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --------------------------------------- Received: (at 303758-done) by bugs.debian.org; 6 Aug 2005 20:24:22 +0000 >From [EMAIL PROTECTED] Sat Aug 06 13:24:22 2005 Return-path: <[EMAIL PROTECTED]> Received: from 81-178-88-217.dsl.pipex.com (localhost.localdomain) [81.178.88.217] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E1VDN-0002yA-00; Sat, 06 Aug 2005 13:24:17 -0700 Received: from piem by localhost.localdomain with local (Exim 4.52) id 1E1VCt-00009I-HV; Sat, 06 Aug 2005 21:23:47 +0100 Date: Sat, 6 Aug 2005 21:23:47 +0100 From: Paul Brossier <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: closing libgig bugs Message-ID: <[EMAIL PROTECTED]> Reply-To: Paul Brossier <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i 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-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 hi, forgot to acknowledge 303758 in the last upload, which also fixed 321224 cheers, piem -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]