Re: emacs-unicode-2: bootstrap failed

2007-07-22 Thread Leo
On 2007-07-21 15:53 +0100, Zhang Wei wrote:
 oo-spd/i386/temacs1.a(abbrev.o):abbrev.c:(.text+0x3b6): undefined reference 
 to `
 SYNTAX_ENTRY_FOLLOW_PARENT'
 collect2: ld returned 1 exit status
 make[2]: *** [oo-spd/i386/temacs.exe] Error 1
 make[2]: Leaving directory `D:/emacs-unicode-2/src'
 make[1]: *** [bootstrap-temacs] Error 2
 make[1]: Leaving directory `D:/emacs-unicode-2/src'
 make: *** [bootstrap-gmake] Error 2

Also in GNU/Linux:

,
| abbrev.o: In function `abbrev_check_chars':
| /home/emacs/src/abbrev.c:201: undefined reference to 
`SYNTAX_ENTRY_FOLLOW_PARENT'
| collect2: ld returned 1 exit status
| make[1]: *** [temacs] Error 1
| make[1]: Leaving directory `/home/emacs/src'
| make: *** [src] Error 2
`

-- 
Leo sdl.web AT gmail.com (GPG Key: 9283AA3F)



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Bill Wohler
Zhang Wei [EMAIL PROTECTED] writes:

 Compiling /home/brep/emacs-source/emacs-unicode-2/lisp/./mh-e/mh-e.el

 In toplevel form:
 mh-e/mh-e.el:997:1:Error: Symbol's function definition is void: 
 mh-strip-package-version
 make[2]: *** [compile] Error 1
 make[2]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2/lisp'
 make[1]: *** [bootstrap-build] Error 2
 make[1]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2'
 make: *** [bootstrap] Error 2

Fixed. Apologies.

If an update doesn't resolve the problem, please remove
lisp/mh-e/*.elc and try again.

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Randal L. Schwartz
 Zhang == Zhang Wei [EMAIL PROTECTED] writes:

Zhang Compiling /home/brep/emacs-source/emacs-unicode-2/lisp/./mh-e/mh-e.el

Zhang In toplevel form:
Zhang mh-e/mh-e.el:997:1:Error: Symbol's function definition is void: 
mh-strip-package-version
Zhang make[2]: *** [compile] Error 1
Zhang make[2]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2/lisp'
Zhang make[1]: *** [bootstrap-build] Error 2
Zhang make[1]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2'
Zhang make: *** [bootstrap] Error 2

Oh good, it's not just me. :)  I was about to report the same thing.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
merlyn@stonehenge.com URL:http://www.stonehenge.com/merlyn/
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Bill Wohler
Luc Teirlinck [EMAIL PROTECTED] wrote:

 Bill Wohler wrote:
 
If an update doesn't resolve the problem, please remove
lisp/mh-e/*.elc and try again.
 
 All of that is apparently not sufficient to solve the problem.  Still
 same error message:
 
 Compiling /home/teirllm/emacscvsdir/emacs/lisp/./mh-e/mh-e.el
 
 In toplevel form: mh-e/mh-e.el:997:1:Error: Symbol's function
 definition is void: mh-strip-package-version
 make[2]: *** [compile] Error 1
 make[2]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lisp'
 make[1]: *** [bootstrap-build] Error 2
 make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs'
 make: *** [bootstrap] Error 2

I do not understand this. If you remove mh-e/*.elc, it compiles. If you
just touch mh-e/mh-e.el and compile it fails.

I found that making mh-strip-package-version a macro fixes the error
(which I just checked in). If someone would like to explain why this is
so, I would listen eagerly. Is this fixing the problem, or merely
masking the symptoms?

Color me baffled by the compiler (again).

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Luc Teirlinck
Bill Wohler wrote:

   I do not understand this. If you remove mh-e/*.elc, it compiles. If you
   just touch mh-e/mh-e.el and compile it fails.

I did `make maintainer-clean' and I even checked that that really
removed all mh-e/*.elc files.  Bootstrapping nevertheless failed
(before your very latest change).

   I found that making mh-strip-package-version a macro fixes the error
   (which I just checked in)

Now bootstrapping indeed works again.

Sincerely,

Luc.




___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug