emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#16125: closed (24.3.50; build failure)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16125: closed (24.3.50; build failure)
Date: Fri, 13 Dec 2013 02:08:02 +0000

Your message dated Fri, 13 Dec 2013 11:07:33 +0900
with message-id <address@hidden>
and subject line Re: bug#16125: 24.3.50; build failure
has caused the debbugs.gnu.org bug report #16125,
regarding 24.3.50; build failure
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16125: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16125
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; build failure Date: Fri, 13 Dec 2013 08:38:44 +0900 User-agent: Gnus/5.130008 (真 Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin)
The recent change in regex.c (r115491) causes an error when
bootstrapping bootstrap-emacs on Cygwin (at least?).
Reverting it works around.

if test "no" = "yes"; then \
  rm -f bootstrap-emacs.exe; \
  ln temacs.exe bootstrap-emacs.exe; \
else \
  ./temacs --batch --load loadup bootstrap || exit 1; \
  test "X" = X ||  -zex emacs.exe; \
  mv -f emacs.exe bootstrap-emacs.exe; \
fi
Loading loadup.el (source)...
Using load-path (/Work/emacs/lisp /Work/emacs/lisp/emacs-lisp 
/Work/emacs/lisp/language /Work/emacs/lisp/international 
/Work/emacs/lisp/textmodes /Work/emacs/lisp/vc)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version...
[...]
Loading /Work/emacs/lisp/startup.el (source)...
Loading /Work/emacs/lisp/ldefs-boot.el (source)...
Invalid regexp: "Invalid content of \\{\\}"
Makefile:811: recipe for target 'bootstrap-emacs.exe' failed


In GNU Emacs 24.3.50.1 (i686-pc-cygwin, GTK+ Version 3.8.2)
 of 2013-12-13 on localhost
Bzr revision: 115496 address@hidden
Windowing system distributor `The Cygwin/X Project', version 11.0.11404000
Configured using:
 `configure --verbose --with-x-toolkit=gtk3'



--- End Message ---
--- Begin Message --- Subject: Re: bug#16125: 24.3.50; build failure Date: Fri, 13 Dec 2013 11:07:33 +0900 User-agent: Gnus/5.130008 (真 Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin)
Solved by r115499.  Thanks.

Katsumi Yamaoka wrote:
> The recent change in regex.c (r115491) causes an error when
> bootstrapping bootstrap-emacs on Cygwin (at least?).
> Reverting it works around.

> if test "no" = "yes"; then \
>   rm -f bootstrap-emacs.exe; \
>   ln temacs.exe bootstrap-emacs.exe; \
> else \
>   ./temacs --batch --load loadup bootstrap || exit 1; \
>   test "X" = X ||  -zex emacs.exe; \
>   mv -f emacs.exe bootstrap-emacs.exe; \
> fi
> Loading loadup.el (source)...
> Using load-path (/Work/emacs/lisp /Work/emacs/lisp/emacs-lisp 
> /Work/emacs/lisp/language /Work/emacs/lisp/international 
> /Work/emacs/lisp/textmodes /Work/emacs/lisp/vc)
> Loading emacs-lisp/byte-run...
> Loading emacs-lisp/backquote...
> Loading subr...
> Loading version...
> [...]
> Loading /Work/emacs/lisp/startup.el (source)...
> Loading /Work/emacs/lisp/ldefs-boot.el (source)...
> Invalid regexp: "Invalid content of \\{\\}"
> Makefile:811: recipe for target 'bootstrap-emacs.exe' failed

> In GNU Emacs 24.3.50.1 (i686-pc-cygwin, GTK+ Version 3.8.2)
>  of 2013-12-13 on localhost
> Bzr revision: 115496 address@hidden
> Windowing system distributor `The Cygwin/X Project', version 11.0.11404000
> Configured using:
>  `configure --verbose --with-x-toolkit=gtk3'


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]