GNU bug report logs - #6760
24.0.50; ld: duplicate symbol _Qwindow in data.o and buffer.o

Previous Next

Package: emacs;

Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>

Date: Thu, 29 Jul 2010 22:07:01 UTC

Severity: normal

Found in version 24.0.50

Done: Dan Nicolaescu <dann <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 6760 in the body.
You can then email your comments to 6760 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6760; Package emacs. (Thu, 29 Jul 2010 22:07: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. (Thu, 29 Jul 2010 22:07:01 GMT) Full text and rfc822 format available.

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

From: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; ld: duplicate symbol _Qwindow in data.o and buffer.o 
Date: Fri, 30 Jul 2010 00:06:58 +0200
Hello!

When trying to build the NS variant with GCC 4.2 I get:

gcc-4.2  -prebind -framework AppKit -Xlinker -headerpad -Xlinker 6C8   \
	  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o   
window.o charset.o coding.o category.o ccl.o character.o chartab.o  
bidi.o cm.o term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o  
keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o  
fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o  
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o  
eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o  
bytecode.o process.o callproc.o region-cache.o sound.o atimer.o  
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    
nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o  
fringe.o image.o   terminfo.o lastfile.o               -lresolv  - 
lncurses
ld: duplicate symbol _Qwindow in data.o and buffer.o
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make[1]: Target `all' not remade because of errors.
make: *** [src] Error 2
make: Target `all' not remade because of errors.


src/data.c:85:Lisp_Object Qwindow;
src/data.c:212:	return Qwindow;
src/data.c:3188:  Qwindow = intern_c_string ("window");
src/data.c:3213:  staticpro (&Qwindow);
src/buffer.c:165:Lisp_Object Qpriority, Qwindow, Qevaporate,  
Qbefore_string, Qafter_string;
src/buffer.c:3015:	      window = Foverlay_get (overlay, Qwindow);
src/buffer.c:3159:      window = Foverlay_get (overlay, Qwindow);
src/buffer.c:3187:      window = Foverlay_get (overlay, Qwindow);
src/buffer.c:5348:  Qwindow = intern_c_string ("window");
src/buffer.c:5349:  staticpro (&Qwindow);

Mac OS X 10.5.8, PPC

--
Greetings

  Pete

Ce qui été compris n'existe plus.
				(Paul Eluard)





Reply sent to Dan Nicolaescu <dann <at> gnu.org>:
You have taken responsibility. (Fri, 30 Jul 2010 04:54:02 GMT) Full text and rfc822 format available.

Notification sent to Peter Dyballa <Peter_Dyballa <at> Freenet.DE>:
bug acknowledged by developer. (Fri, 30 Jul 2010 04:54:02 GMT) Full text and rfc822 format available.

Message #10 received at 6760-done <at> debbugs.gnu.org (full text, mbox):

From: Dan Nicolaescu <dann <at> gnu.org>
To: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
Cc: 6760-done <at> debbugs.gnu.org
Subject: Re: bug#6760: 24.0.50;
	ld: duplicate symbol _Qwindow in data.o and buffer.o
Date: Fri, 30 Jul 2010 00:53:29 -0400
Peter Dyballa <Peter_Dyballa <at> Freenet.DE> writes:

> Hello!
>
> When trying to build the NS variant with GCC 4.2 I get:
>
> gcc-4.2  -prebind -framework AppKit -Xlinker -headerpad -Xlinker 6C8   \
> 	  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o
> menu.o   window.o charset.o coding.o category.o ccl.o character.o
> chartab.o  bidi.o cm.o term.o terminal.o xfaces.o    emacs.o
> keyboard.o macros.o  keymap.o sysdep.o buffer.o filelock.o insdel.o
> marker.o minibuf.o  fileio.o dired.o filemode.o cmds.o casetab.o
> casefiddle.o indent.o  search.o regex.o undo.o alloc.o data.o doc.o
> editfns.o callint.o  eval.o floatfns.o fns.o font.o print.o lread.o
> syntax.o unexmacosx.o  bytecode.o process.o callproc.o region-cache.o
> sound.o atimer.o  doprnt.o strftime.o intervals.o textprop.o
> composite.o md5.o    nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o
> nsfont.o fontset.o  fringe.o image.o   terminfo.o lastfile.o
> -lresolv  - 
> lncurses
> ld: duplicate symbol _Qwindow in data.o and buffer.o
> collect2: ld returned 1 exit status
> make[1]: *** [temacs] Error 1
> make[1]: Target `all' not remade because of errors.
> make: *** [src] Error 2
> make: Target `all' not remade because of errors.
>
>
> src/data.c:85:Lisp_Object Qwindow;
> src/data.c:212:	return Qwindow;
> src/data.c:3188:  Qwindow = intern_c_string ("window");
> src/data.c:3213:  staticpro (&Qwindow);
> src/buffer.c:165:Lisp_Object Qpriority, Qwindow, Qevaporate,
> Qbefore_string, Qafter_string;
> src/buffer.c:3015:	      window = Foverlay_get (overlay, Qwindow);
> src/buffer.c:3159:      window = Foverlay_get (overlay, Qwindow);
> src/buffer.c:3187:      window = Foverlay_get (overlay, Qwindow);
> src/buffer.c:5348:  Qwindow = intern_c_string ("window");
> src/buffer.c:5349:  staticpro (&Qwindow);

Thanks, fixed.
This bug has been around for a very long time... 




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 27 Aug 2010 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 13 days ago.

Previous Next


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