First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 73850
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Robin Johnson <robbat2@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: REdOG <bugzilla@opelousas.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 73850 depends on: Show dependency tree
Bug 73850 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-08 16:52 0000
gcc -g -o test test.o libnewt.a -lncurses -lslang -lm  -static
/usr/lib/gcc-lib/i386-pc-linux-uclibc/3.3.4/../../../libslang.a(sldisply.o)(.text+0x20ba): In function `SLtt_tgetstr':
: undefined reference to `tgetstr'
/usr/lib/gcc-lib/i386-pc-linux-uclibc/3.3.4/../../../libslang.a(sldisply.o)(.text+0x22bb): In function `SLtt_initialize':
: undefined reference to `tgetent'
/usr/lib/gcc-lib/i386-pc-linux-uclibc/3.3.4/../../../libslang.a(sldisply.o)(.text+0x2106): In function `SLtt_tgetnum':
: undefined reference to `tgetnum'
/usr/lib/gcc-lib/i386-pc-linux-uclibc/3.3.4/../../../libslang.a(sldisply.o)(.text+0x211d): In function `SLtt_tgetflag':
: undefined reference to `tgetflag'
collect2: ld returned 1 exit status
make: *** [test] Error 1
rm textbox.o checkbox.o checkboxtree.o windows.o grid.o scrollbar.o entry.o form.o scale.o label.o button.o listbox.o buttonbar.o

!!! ERROR: dev-libs/newt-0.50.35-r3 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! make failure
!!! If you need support, post the topmost build error, NOT this status message.

------- Comment #1 From REdOG 2004-12-08 16:54:49 0000 -------
adding this: 

sed -i -e 's:LIBS = -lslang -lm:LIBS = -lslang -lncurses:g' ${S}/Makefile

to the ebuild just after the econf line fixes it.

------- Comment #2 From Robin Johnson 2004-12-14 23:30:24 0000 -------
I put a better fix into CVS after looking at the build system for newt.

First Last Prev Next    No search results available      Search page      Enter new bug