GNU bug report logs - #14835
Makefile path bug

Previous Next

Package: emacs;

Reported by: Devon Sean McCullough <Emacs-Builder <at> jovi.net>

Date: Wed, 10 Jul 2013 04:19:01 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14835 in the body.
You can then email your comments to 14835 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#14835; Package emacs. (Wed, 10 Jul 2013 04:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Devon Sean McCullough <Emacs-Builder <at> jovi.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 10 Jul 2013 04:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Devon Sean McCullough <Emacs-Builder <at> jovi.net>
To: bug-gnu-emacs <at> gnu.org
Subject: Makefile path bug
Date: Wed, 10 Jul 2013 00:18:04 -0400
Makefile fails to remove consecutive null paths.

		Peace
			--Devon

P.S.  Spotted while failing to replicate unreported chown-not-found trouble.

P.P.S.  Here's the Makefile fix:

$ diff -Bbdu Makefile.in.~1~ Makefile.in
--- Makefile.in.~1~	2013-03-05 11:42:28.000000000 +0800
+++ Makefile.in	2013-07-10 02:56:09.000000000 +0800
@@ -282,7 +282,7 @@
 
 .PHONY: all ${SUBDIR} blessmail epaths-force FRC
 
-removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
+removenullpaths=sed -e 's/^::*//g' -e 's/::*$$//g' -e 's/:::*/:/g'
 
 # Generate epaths.h from epaths.in.  This target is invoked by `configure'.
 # See comments in configure.ac for why it is done this way, as opposed




Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Wed, 10 Jul 2013 06:43:02 GMT) Full text and rfc822 format available.

Notification sent to Devon Sean McCullough <Emacs-Builder <at> jovi.net>:
bug acknowledged by developer. (Wed, 10 Jul 2013 06:43:04 GMT) Full text and rfc822 format available.

Message #10 received at 14835-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: 14835-done <at> debbugs.gnu.org
Subject: Re: Makefile path bug
Date: Tue, 09 Jul 2013 23:42:39 -0700
Thanks, I fixed that with a slightly different patch
in Emacs trunk bzr 113352.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 07 Aug 2013 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.