unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists
@ 2013-03-01 19:16 Peter Dyballa
  2013-03-01 19:37 ` Glenn Morris
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Dyballa @ 2013-03-01 19:16 UTC (permalink / raw)
  To: 13849

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






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists
  2013-03-01 19:16 bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists Peter Dyballa
@ 2013-03-01 19:37 ` Glenn Morris
  2013-03-01 19:50 ` Stefan Monnier
       [not found] ` <handler.13849.D13849.13621667885333.notifdone@debbugs.gnu.org>
  2 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2013-03-01 19:37 UTC (permalink / raw)
  To: 13849-done

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists
  2013-03-01 19:16 bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists Peter Dyballa
  2013-03-01 19:37 ` Glenn Morris
@ 2013-03-01 19:50 ` Stefan Monnier
  2013-03-01 20:29   ` Peter Dyballa
       [not found] ` <handler.13849.D13849.13621667885333.notifdone@debbugs.gnu.org>
  2 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2013-03-01 19:50 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 13849-done

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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#13849: closed (Re: bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists)
       [not found] ` <handler.13849.D13849.13621667885333.notifdone@debbugs.gnu.org>
@ 2013-03-01 20:22   ` Peter Dyballa
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2013-03-01 20:22 UTC (permalink / raw)
  To: 13849


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






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists
  2013-03-01 19:50 ` Stefan Monnier
@ 2013-03-01 20:29   ` Peter Dyballa
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2013-03-01 20:29 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 13849-done


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.






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-01 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 19:16 bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists Peter Dyballa
2013-03-01 19:37 ` Glenn Morris
2013-03-01 19:50 ` Stefan Monnier
2013-03-01 20:29   ` Peter Dyballa
     [not found] ` <handler.13849.D13849.13621667885333.notifdone@debbugs.gnu.org>
2013-03-01 20:22   ` bug#13849: closed (Re: bug#13849: 24.3.50; at revno: 111907 a problem wth emacs-lisp/eieio-base.el exists) Peter Dyballa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).