GNU bug report logs -
#13849
24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists
Previous Next
Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
Date: Fri, 1 Mar 2013 19:22:01 UTC
Severity: normal
Tags: notabug
Found in version 24.3.50
Done: Glenn Morris <rgm <at> gnu.org>
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 13849 in the body.
You can then email your comments to 13849 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13849
; Package
emacs
.
(Fri, 01 Mar 2013 19:22:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 01 Mar 2013 19:22:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
cd lisp && make all \
CC='gcc -std=gnu99' CFLAGS='-g -ggdb3 -H -pipe -fPIC -fno-common -
Os -mcpu=7450 -mtune=7450 -maltivec -faltivec -mabi=altivec'
CPPFLAGS='-I/sw/include' \
LDFLAGS='-L/sw/lib -v -Wl,-v -Wl,-bind_at_load -Wl,-t -L/usr/X11R6/
lib' MAKE='make'
Compiling emacs-lisp/eieio-base.el
Source file `.../emacs-24.3.50/lisp/emacs-lisp/eieio.el' newer than
byte-compiled file
In toplevel form:
emacs-lisp/eieio-base.el:64:1:Error: (eieio--object-class nobj) is
not a valid place expression
make[2]: *** [emacs-lisp/eieio-base.elc] Error 1
make[1]: *** [compile-main] Error 2
make: *** [lisp] Error 2
--
Greetings
Pete
Government is actually the worst failure of civilized man. There has
never been a really good one, and even those that are most tolerable
are arbitrary, cruel, grasping and unintelligent.
– H. L. Mencken
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Fri, 01 Mar 2013 19:40:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
:
bug acknowledged by developer.
(Fri, 01 Mar 2013 19:40:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 13849-done <at> debbugs.gnu.org (full text, mbox):
Peter Dyballa wrote:
> Source file `.../emacs-24.3.50/lisp/emacs-lisp/eieio.el' newer than
> byte-compiled file
If you `make bootstrap', your problems will go away.
Added tag(s) notabug.
Request was from
Stefan Monnier <monnier <at> iro.umontreal.ca>
to
control <at> debbugs.gnu.org
.
(Fri, 01 Mar 2013 19:53:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13849
; Package
emacs
.
(Fri, 01 Mar 2013 19:53:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 13849-done <at> debbugs.gnu.org (full text, mbox):
tags 13849 notabug
thanks
> cd lisp && make all \
> CC='gcc -std=gnu99' CFLAGS='-g -ggdb3 -H -pipe -fPIC -fno-common -
> Os -mcpu=7450 -mtune=7450 -maltivec -faltivec -mabi=altivec'
> CPPFLAGS='-I/sw/include' \
> LDFLAGS='-L/sw/lib -v -Wl,-v -Wl,-bind_at_load -Wl,-t -L/usr/X11R6/lib'
> MAKE='make'
> Compiling emacs-lisp/eieio-base.el
> Source file `.../emacs-24.3.50/lisp/emacs-lisp/eieio.el' newer than
> byte-compiled file
> In toplevel form:
> emacs-lisp/eieio-base.el:64:1:Error: (eieio--object-class nobj) is
> not a valid place expression
> make[2]: *** [emacs-lisp/eieio-base.elc] Error 1
> make[1]: *** [compile-main] Error 2
> make: *** [lisp] Error 2
I'm 99.9% sure that this is not a bug. Try one of:
- make boostrap
- make -k; make -k; make
For me, the second option was sufficient.
Stefan
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13849
; Package
emacs
.
(Fri, 01 Mar 2013 20:28:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 13849 <at> debbugs.gnu.org (full text, mbox):
Am 01.03.2013 um 20:40 schrieb GNU bug Tracking System:
> If you `make bootstrap', your problems will go away.
When I invoke 'make bootstrap' configure is uselessly invoked again and it is not clear which software components from the system, the Fink package manager, and the MacPorts package manager it will find. The big problem on my Snow Leopard or Mac OS X 10.6.8 system with intel hardware is that Fink uses and builds 32-bit binaries and MacPorts uses and builds 64-bit binaries. These can't be mixed. Therefore I try to avoid a 'make bootstrap' in the recent setup because it can produce more chaos than I already have.
--
Greetings
Pete
We need a president who's fluent in at least one language.
– Buck Henry
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13849
; Package
emacs
.
(Fri, 01 Mar 2013 20:36:01 GMT)
Full text and
rfc822 format available.
Message #21 received at 13849-done <at> debbugs.gnu.org (full text, mbox):
Am 01.03.2013 um 20:50 schrieb Stefan Monnier:
> - make -k; make -k; make
> For me, the second option was sufficient.
Thanks, I'll try that as well!
--
Greetings
Pete
Cabbage, n. A familiar kitchen-garden vegetable about as large and wise as a man's head.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 30 Mar 2013 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.