GNU bug report logs - #13430
24.2.92; Fatal error at startup

Previous Next

Package: emacs;

Reported by: Alejandro Benitez <benitezalejandrogm <at> gmail.com>

Date: Sun, 13 Jan 2013 23:36:01 UTC

Severity: important

Found in version 24.2.92

Fixed in version 24.2.93

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Glenn Morris <rgm <at> gnu.org>
To: Alejandro Benitez <benitezalejandrogm <at> gmail.com>
Cc: 13430 <at> debbugs.gnu.org, Wolfgang Jenkner <wjenkner <at> inode.at>
Subject: Re: bug#13430: 24.2.92; Fatal error at startup
Date: Tue, 15 Jan 2013 20:01:42 -0500
I think this should fix it.

*** Makefile.in	2013-01-01 09:11:05 +0000
--- Makefile.in	2013-01-16 01:00:14 +0000
***************
*** 534,539 ****
--- 534,540 ----
  	       tar -xvf - && cat > /dev/null) || exit 1; \
  	  [ "$${dir}" != "${srcdir}/etc" ] || rm -f $${dest}/DOC* ; \
  	  for subdir in `find $${dest} -type d -print` ; do \
+ 	    chmod a+rx $${subdir} ; \
  	    rm -f $${subdir}/.gitignore ; \
  	    rm -f $${subdir}/.arch-inventory ; \
  	    rm -f $${subdir}/.DS_Store ; \
***************
*** 568,574 ****
  	    done )
  	-chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
  
! # The last chmod isn't needed at present.
  
  ## We install only the relevant DOC file if possible
  ## (ie DOC-${version}.buildnumber), otherwise DOC-${version}*.
--- 569,577 ----
  	    done )
  	-chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
  
! ## The above chmods are needed because "umask 022; tar ..." is not
! ## guaranteed to do the right thing; eg if we are root and tar is
! ## preserving source permissions.
  
  ## We install only the relevant DOC file if possible
  ## (ie DOC-${version}.buildnumber), otherwise DOC-${version}*.





This bug report was last modified 12 years and 132 days ago.

Previous Next


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