Your message dated Thu, 02 Feb 2006 17:32:06 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#350689: fixed in libmpeg3 1.5.4-5 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; 31 Jan 2006 09:23:39 +0000 >From [EMAIL PROTECTED] Tue Jan 31 01:23:39 2006 Return-path: <[EMAIL PROTECTED]> Received: from srv-smtp.math.univ-rennes1.fr ([129.20.36.164]) by spohr.debian.org with esmtp (Exim 4.50) id 1F3rjf-0003CY-8x for [EMAIL PROTECTED]; Tue, 31 Jan 2006 01:23:39 -0800 Received: from dyn37004.math.univ-rennes1.fr (dyn37004.math.univ-rennes1.fr [129.20.37.4]) by srv-smtp.math.univ-rennes1.fr (Postfix) with ESMTP id 5BCDDB8A2 for <[EMAIL PROTECTED]>; Tue, 31 Jan 2006 10:23:08 +0100 (CET) From: Daniel Schepler <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: libmpeg3: FTBFS with new make Date: Tue, 31 Jan 2006 10:22:56 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_0xy3DTadKZXyhHj" Message-Id: <[EMAIL PROTECTED]> 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 --Boundary-00=_0xy3DTadKZXyhHj Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Package: libmpeg3 Version: 1.5.4-4.1 Severity: serious Tags: patch =46rom my pbuilder build log: =2E.. debian/rules build dh_testdir /usr/bin/make /bin/sh: -c: line 1: syntax error: unexpected end of file /bin/sh: i386/c_flags: No such file or directory /bin/sh: i386/objs: No such file or directory make[1]: Entering directory `/tmp/buildd/libmpeg3-1.5.4' gcc -c -D_REENTRANT `cat i386/c_flags` audio/ac3.c -o i386/audio/ac3.o cat: i386/c_flags: No such file or directory audio/ac3.c:4:17: error: a52.h: No such file or directory audio/ac3.c:5:26: error: mpeg3private.h: No such file or directory audio/ac3.c:6:25: error: mpeg3protos.h: No such file or directory =2E.. make[1]: *** [i386/audio/ac3.o] Error 1 make[1]: Leaving directory `/tmp/buildd/libmpeg3-1.5.4' make: *** [build-stamp] Error 2 I've attached a patch which fixes the build for me. =2D-=20 Daniel Schepler --Boundary-00=_0xy3DTadKZXyhHj Content-Type: text/x-diff; charset="us-ascii"; name="libmpeg3.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="libmpeg3.diff" diff -urN libmpeg3-1.5.4.old/Makefile libmpeg3-1.5.4/Makefile --- libmpeg3-1.5.4.old/Makefile 2006-01-28 16:29:31.000000000 +0000 +++ libmpeg3-1.5.4/Makefile 2006-01-28 16:30:31.000000000 +0000 @@ -147,7 +147,7 @@ LIBS = -lm -lpthread -la52 -$(shell if ! test -d $(OBJDIR) \; then mkdir -p $(OBJDIR) \; fi ) +$(shell if ! test -d $(OBJDIR) ; then mkdir -p $(OBJDIR) ; fi ) $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags) $(shell echo $(OBJS) $(ASMOBJS) $(A52OBJS) $(NASMOBJS) > $(OBJDIR)/objs) --Boundary-00=_0xy3DTadKZXyhHj-- --------------------------------------- Received: (at 350689-close) by bugs.debian.org; 3 Feb 2006 01:40:18 +0000 >From [EMAIL PROTECTED] Thu Feb 02 17:40:18 2006 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1F4pny-000693-NE; Thu, 02 Feb 2006 17:32:06 -0800 From: =?utf-8?q?David_Mart=C3=ADnez_Moreno?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#350689: fixed in libmpeg3 1.5.4-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 02 Feb 2006 17:32:06 -0800 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: libmpeg3 Source-Version: 1.5.4-5 We believe that the bug you reported is fixed in the latest version of libmpeg3, which is due to be installed in the Debian FTP archive: libmpeg3-1_1.5.4-5_i386.deb to pool/main/libm/libmpeg3/libmpeg3-1_1.5.4-5_i386.deb libmpeg3-dev_1.5.4-5_i386.deb to pool/main/libm/libmpeg3/libmpeg3-dev_1.5.4-5_i386.deb libmpeg3_1.5.4-5.diff.gz to pool/main/libm/libmpeg3/libmpeg3_1.5.4-5.diff.gz libmpeg3_1.5.4-5.dsc to pool/main/libm/libmpeg3/libmpeg3_1.5.4-5.dsc mpeg3-utils_1.5.4-5_i386.deb to pool/main/libm/libmpeg3/mpeg3-utils_1.5.4-5_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. David MartÃnez Moreno <[EMAIL PROTECTED]> (supplier of updated libmpeg3 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: Fri, 3 Feb 2006 02:13:40 +0100 Source: libmpeg3 Binary: mpeg3-utils libmpeg3-dev libmpeg3-1 Architecture: source i386 Version: 1.5.4-5 Distribution: unstable Urgency: low Maintainer: David MartÃnez Moreno <[EMAIL PROTECTED]> Changed-By: David MartÃnez Moreno <[EMAIL PROTECTED]> Description: libmpeg3-1 - MPEG streams decoding library libmpeg3-dev - Headers and static libraries for libMPEG3 mpeg3-utils - MPEG streams decoding library Closes: 287422 350689 Changes: libmpeg3 (1.5.4-5) unstable; urgency=low . * Fixed syntax in Makefile for compatibility with new make. Thanks, Daniel Schepler (closes: #350689). * Acknowledge NMU from Steve (closes: #287422). * debian/control: Bumped Standards-Version to 3.6.2.2. * debian/copyright: Updated FSF's address. Files: ca11235e15b2bf4ca255983f7b5c82a1 616 libs optional libmpeg3_1.5.4-5.dsc b9465cc2490db149c55860cd9e60c5c5 6349 libs optional libmpeg3_1.5.4-5.diff.gz 371669e1c4d80dbe212d16ce4fcc568d 17680 utils optional mpeg3-utils_1.5.4-5_i386.deb 6a8a9908100e66c5d2f60218d2caf992 82844 libs optional libmpeg3-1_1.5.4-5_i386.deb a6d60e5f1f4588aaf714f544e453b55a 106888 libdevel optional libmpeg3-dev_1.5.4-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD4q7wWs/EhA1iABsRAgoLAKChPADVdn/mzHxUaux7MmZBVRl/LACgiHjA 2svfseFmwPXqB+ksrnKn6qE= =3Ibv -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]