Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6945 - app-editor/nedit-5.3 fails to merge
Summary: app-editor/nedit-5.3 fails to merge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-23 14:56 UTC by Mark Moss
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Moss 2002-08-23 14:56:37 UTC
Pasted from emerge's output:

cc -mcpu=i686 -march=i686 -O3 -pipe -I/usr/X11R6/include -DUSE_DIRENT
-DUSE_LPR_PRINT_CMD nedit.o file.o menu.o window.o selection.o search.o undo.o
shift.o help.o preferences.o tags.o userCmds.o shell.o regularExp.o macro.o
text.o textSel.o textDisp.o textBuf.o textDrag.o server.o highlight.o
highlightData.o interpret.o parse.o smartIndent.o regexConvert.o rbTree.o
windowTitle.o linkdate.o ../util/libNUtil.a -L/usr/X11R6/lib -Wl,-Bstatic -lXm
-Wl,-Bdynamic -lXp -lXpm -lXext -lXt -lSM -lICE -lX11 -lm -o nedit
file.o: In function `PrintString':
file.o(.text+0x1728): the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/lib/libXm.a(EditresCom.o): In function `BuildEvent':
EditresCom.o(.text+0x5c): undefined reference to `_XEditResGet8'
EditresCom.o(.text+0x8c): undefined reference to `_XEditResGet8'
EditresCom.o(.text+0xa2): undefined reference to `_XEditResGet32'
EditresCom.o(.text+0xca): undefined reference to `_XEditResGetString8'
...

There are many more undefined reference to `_XEditRes*' errors.  I can
post/attach the entire emerge output if anyone wants to see it.
Comment 1 Ian Truelsen 2002-08-28 23:36:04 UTC
This seems to be a gcc issue. Nedit builds fine on a 2.95 machine, but fails 
with the above errors on a 3.2 machine.
Comment 2 Ronald Sipkema 2002-08-29 05:29:29 UTC
I get the same errors using gcc 2.95.3-r7
Comment 3 Mark Moss 2002-08-29 19:06:59 UTC
After reading the gcc-2.95.3 vs gcc-3.2 coment, I checked to see exactly which
gcc was installed on my machine (should have been 2.95.3-r7).  It turns out that
I hadn't unmerged 2.95.3-r5 after I merged 2.95.3-r7.  Unmerging 2.95.3-r5
resolved this issue for me.
Comment 4 Ian Truelsen 2002-08-29 20:09:06 UTC
The machine that I was having the problems with is a gcc 3.2, 1.4 build. It has
never had another version of gcc on it.
Comment 5 Nick Hadaway 2002-09-17 18:02:55 UTC
-lXmu appears to be missing from the lineup of libs there... 

emerge rsync
emerge nedit

The ebuild currently in portage should have an update to fix this problem.
Please test and let me know if things work for you after the update.
Comment 6 Nick Hadaway 2002-09-27 08:31:39 UTC
You still around or should I close this bug as fixed?
Comment 7 Ian Truelsen 2002-09-27 12:19:59 UTC
Sorry I didn't get back to you on this, but yes it does seem to have fixed my issue.
Comment 8 Nick Hadaway 2002-09-27 15:53:38 UTC
:)