GNU bug report logs -
#6863
24.0.50; ld: duplicate symbol _QPRIMARY in nsselect.o and keyboard.o
Previous Next
Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
Date: Sun, 15 Aug 2010 20:27:02 UTC
Severity: normal
Found in version 24.0.50
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 6863 <at> debbugs.gnu.org (full text, mbox):
Am 16.08.2010 um 10:10 schrieb Jan Djärv:
> I checked in a fix.
Sorry, I was too fast in reporting!
>>>>>>> There are unresolved conflicts in this file <<<<<<<
One is:
<<<<<<< TREE
Lisp_Object QCLIPBOARD, QPRIMARY, QSECONDARY, QTEXT, QFILE_NAME;
=======
Lisp_Object QSECONDARY, QTEXT, QFILE_NAME;
>>>>>>> MERGE-SOURCE
Is the manual action to remove the "QCLIPBOARD, QPRIMARY, " text? The
"first line" should substitute the "second one"?
The second case is:
<<<<<<< TREE
QCLIPBOARD = intern ("CLIPBOARD"); staticpro (&QCLIPBOARD);
QPRIMARY = intern ("PRIMARY"); staticpro (&QPRIMARY);
=======
>>>>>>> MERGE-SOURCE
QSECONDARY = intern ("SECONDARY"); staticpro (&QSECONDARY);
QTEXT = intern ("TEXT"); staticpro (&QTEXT);
QFILE_NAME = intern ("FILE_NAME"); staticpro (&QFILE_NAME);
The manual action is to remove two lines? Or adding them?
--
Greetings
Pete
There's no place like ~
– (UNIX Guru)
This bug report was last modified 14 years and 283 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.