Your message dated Fri, 09 Dec 2005 20:47:07 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#117566: fixed in make 3.80+3.81.b3-1
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; 29 Oct 2001 16:49:50 +0000
>From [EMAIL PROTECTED] Mon Oct 29 10:49:50 2001
Return-path: <[EMAIL PROTECTED]>
Received: from papaya.ikk.sztaki.hu [193.225.87.57] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15yFbi-0006aq-00; Mon, 29 Oct 2001 10:49:50 -0600
Received: from don by papaya.ikk.sztaki.hu with local (Exim 3.12 #1 (Debian))
id 15yFdX-0000Iy-00; Mon, 29 Oct 2001 17:51:43 +0100
From: Pásztor Szilárd <[EMAIL PROTECTED]>
Subject: make: bogus output of make -np
To: [EMAIL PROTECTED]
X-Mailer: bug 3.2.10
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 29 Oct 2001 17:51:43 +0100
Delivered-To: [EMAIL PROTECTED]
Package: make
Version: 3.79.1-1.potato.1
Severity: normal
With a 2.4.5 or 2.4.13 kernel source, make -np produces garbage upon
substituting filenames when making modules and works properly when
making symlinks.
sample output from make -np symlinks:
-----------------------------------------------------------------
# Variables
# default
F77 = $(FC)
# makefile (from `.config', line 219)
CONFIG_BLK_DEV_ADMA = y
# makefile (from `Makefile', line 39)
DEPMOD = /sbin/depmod
# makefile (from `Makefile', line 17)
-----------------------------------------------------------------
sample output from make -np modules:
----------------------------------------------------------------
# Variables
# default
F77 = $(FC)
# makefile (from `<C0><FB>^H<82>
<D8>$^', line 219)
CONFIG_BLK_DEV_ADMA = y
# makefile (from `/usr/src/linux-2.4.13/Rules.make', line 25)
obj-m :=
# default
PREPROCESS.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F
# environment
OBJCOPY = objcopy -O binary -R .note -R .comment -S
# makefile (from `<C0><FB>^H<82>
<D8>$^', line 216)
---------------------------------------------------------------
-- System Information
Debian Release: 2.2
Kernel Version: Linux papaya 2.4.13 #1 Mon Oct 29 16:46:06 CET 2001 i586 unknown
Versions of the packages make depends on:
ii fileutils 4.0l-8 GNU file management utilities.
ii libc6 2.1.3-18 GNU C Library: Shared libraries and Timezone
---------------------------------------
Received: (at 117566-close) by bugs.debian.org; 10 Dec 2005 04:56:40 +0000
>From [EMAIL PROTECTED] Fri Dec 09 20:56:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EkwdX-0008Uh-Hb; Fri, 09 Dec 2005 20:47:07 -0800
From: Manoj Srivastava <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#117566: fixed in make 3.80+3.81.b3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 09 Dec 2005 20:47:07 -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
X-CrossAssassin-Score: 3
Source: make
Source-Version: 3.80+3.81.b3-1
We believe that the bug you reported is fixed in the latest version of
make, which is due to be installed in the Debian FTP archive:
make-doc_3.80+3.81.b3-1_all.deb
to pool/main/m/make/make-doc_3.80+3.81.b3-1_all.deb
make_3.80+3.81.b3-1.diff.gz
to pool/main/m/make/make_3.80+3.81.b3-1.diff.gz
make_3.80+3.81.b3-1.dsc
to pool/main/m/make/make_3.80+3.81.b3-1.dsc
make_3.80+3.81.b3-1_i386.deb
to pool/main/m/make/make_3.80+3.81.b3-1_i386.deb
make_3.80+3.81.b3.orig.tar.gz
to pool/main/m/make/make_3.80+3.81.b3.orig.tar.gz
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.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated make 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, 9 Dec 2005 21:28:14 -0600
Source: make
Binary: make-doc make
Architecture: source i386 all
Version: 3.80+3.81.b3-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description:
make - The GNU version of the "make" utility.
make-doc - Documentation for the GNU version of the "make" utility.
Closes: 59311 117566 164165 176639 279900
Changes:
make (3.80+3.81.b3-1) unstable; urgency=low
.
* New upstream pre-release.
* Bug fix: "make: continued command lines are not passed to the shell
correctly", thanks to Jeff Sheinberg. This has been fixed in this release.
(http://savannah.gnu.org/bugs/?func=detailitem&item_id=1332) (Closes:
#59311).
* Bug fix: "make: bogus output of make -np", thanks to P�sztorSzil�rd I
believe this bug is the result of a known, rare, and already-fixed
problem with the parser that occurs if a line is exactly the right
length. (Closes:
#117566).
* Bug fix: "make segfault with -t", thanks to Philipp Meier
(https://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=1418)
(Closes:
#279900).
* Bug fix: "make -f '' dumps core", thanks to Peter Maydell (Closes:
#164165).
* Bug fix: "make: documentation of VPATH does not match behavior",
thanks to Matthew Swift (Closes:
#176639).
Files:
fd29429f4948f2562bb637c7bc76c9c2 673 devel standard make_3.80+3.81.b3-1.dsc
9c3efe2728780211b9e02eadef85a80f 1476905 devel standard
make_3.80+3.81.b3.orig.tar.gz
8256d4bf6763d630a9af55da18adabf5 55816 devel standard
make_3.80+3.81.b3-1.diff.gz
1f7cd63ac53bbf227c645f9f27966de6 611504 doc optional
make-doc_3.80+3.81.b3-1_all.deb
30c3c8a7ae4b6fb4e381a8acdbd2c26b 504060 devel standard
make_3.80+3.81.b3-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDmlj4Ibrau78kQkwRAhJAAJ9Nv99pvp3cqiwZaJD3SoAiHpeP8ACZAaOV
Brf6Uvgq4yBP6xfh1jK+uzM=
=/Pr3
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]