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

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

[Emacs-bug-tracker] bug#6864: closed (24.0.50; ld: duplicate symbol _QPR


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6864: closed (24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o)
Date: Mon, 16 Aug 2010 07:56:02 +0000

Your message dated Mon, 16 Aug 2010 09:56:44 +0200
with message-id <address@hidden>
and subject line Re: bug#6864: 24.0.50; ld: duplicate symbol _QPRIMARY in 
keyboard.o and xselect.o
has caused the GNU bug report #6864,
regarding 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o
to be marked as done.

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


-- 
6864: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6864
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o Date: Sun, 15 Aug 2010 23:36:58 +0200
Hello!

Compilation of the X client (Xaw3d) fails with the message cited in the subject.

pete 234 /\ l src/{xselect.c,keyboard.c}
-rw-r--r-- 1 pete admin 383764 15. Aug 20:46 src/keyboard.c
-rw-r--r-- 1 pete admin  94275 15. Aug 20:46 src/xselect.c
pete 235 /\ grep -n QPRIMARY src/{xselect.c,keyboard.c}
src/xselect.c:110:Lisp_Object QPRIMARY, QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP,
src/xselect.c:257:  if (EQ (sym, QPRIMARY))   return XA_PRIMARY;
src/xselect.c:309:      return QPRIMARY;
src/xselect.c:2218:  if (EQ (selection, Qnil)) selection = QPRIMARY;
src/xselect.c:2249:  if (EQ (selection, Qnil)) selection = QPRIMARY;
src/xselect.c:2920:  /* QPRIMARY is defined in keyboard.c.  */
src/keyboard.c:371:Lisp_Object Qx_set_selection, QPRIMARY, Qlazy;
src/keyboard.c:1803:            call2 (Qx_set_selection, QPRIMARY,
src/keyboard.c:1806:            call2 (Qx_set_selection, QPRIMARY,
src/keyboard.c:11719:  QPRIMARY = intern_c_string ("PRIMARY");
src/keyboard.c:11720:  staticpro (&QPRIMARY);

--
Greetings

  Pete

No man was ever taken to hell by a woman unless he already had a ticket in his pocket, or at least had been fooling around with timetables.
                                – Archie Goodwin




--- End Message ---
--- Begin Message --- Subject: Re: bug#6864: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o Date: Mon, 16 Aug 2010 09:56:44 +0200 User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6
This only happens when -fno-common is used, so nobody has seen this yet.
But no-common may be default on some platforms so we should not rely on it.

Fix checked in.

        Jan D.

2010-08-15 23:36, Peter Dyballa skrev:
Hello!

Compilation of the X client (Xaw3d) fails with the message cited in the
subject.

pete 234 /\ l src/{xselect.c,keyboard.c}
-rw-r--r-- 1 pete admin 383764 15. Aug 20:46 src/keyboard.c
-rw-r--r-- 1 pete admin 94275 15. Aug 20:46 src/xselect.c
pete 235 /\ grep -n QPRIMARY src/{xselect.c,keyboard.c}
src/xselect.c:110:Lisp_Object QPRIMARY, QSECONDARY, QSTRING, QINTEGER,
QCLIPBOARD, QTIMESTAMP,
src/xselect.c:257: if (EQ (sym, QPRIMARY)) return XA_PRIMARY;
src/xselect.c:309: return QPRIMARY;
src/xselect.c:2218: if (EQ (selection, Qnil)) selection = QPRIMARY;
src/xselect.c:2249: if (EQ (selection, Qnil)) selection = QPRIMARY;
src/xselect.c:2920: /* QPRIMARY is defined in keyboard.c. */
src/keyboard.c:371:Lisp_Object Qx_set_selection, QPRIMARY, Qlazy;
src/keyboard.c:1803: call2 (Qx_set_selection, QPRIMARY,
src/keyboard.c:1806: call2 (Qx_set_selection, QPRIMARY,
src/keyboard.c:11719: QPRIMARY = intern_c_string ("PRIMARY");
src/keyboard.c:11720: staticpro (&QPRIMARY);

--
Greetings

Pete

No man was ever taken to hell by a woman unless he already had a ticket
in his pocket, or at least had been fooling around with timetables.
– Archie Goodwin






--- End Message ---

reply via email to

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