BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001554 [buildroot] Other minor always 10-24-07 08:28 09-17-08 06:30
Reporter AndyI View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001554: make menuconfig failed
Description $ uname -a
CYGWIN_NT-5.2 server00 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin

$ make menuconfig HOST_LOADLIBES="-lcurses -lintl"
make CC="/usr/bin/gcc" -C package/config conf mconf
make[1]: Entering directory `/buildroot/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2
-c conf.c -o conf.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2
-c kxgettext.c -o kxgettext.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2
-c mconf.c -o mconf.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -
I. -c zconf.tab.c -o zconf.tab.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2
-lcurses -lintl conf.o zconf.tab.o -o conf
conf.o: In function `check_stdin':
/buildroot/package/config/conf.c:60: undefined reference to `_libintl_gettext'
/buildroot/package/config/conf.c:61: undefined reference to `_libintl_gettext'
/buildroot/package/config/conf.c:62: undefined reference to `_libintl_gettext'
conf.o: In function `check_conf':
/buildroot/package/config/conf.c:486: undefined reference to `_libintl_gettext'
conf.o: In function `main':
/buildroot/package/config/conf.c:626: undefined reference to `_libintl_gettext'
conf.o:/buildroot/package/config/conf.c:544: more undefined references to `_libi
ntl_gettext' follow
collect2: ld returned 1 exit status
make[1]: *** [conf] Error 1
make[1]: Leaving directory `/buildroot/package/config'
make: *** [package/config/mconf] Error 2
Additional Information
Attached Files  fix_cygwin_HOST_LOADLIBES.patch [^] (610 bytes) 10-24-07 08:28
 uClibc-0.9.29-cygwin_host_loadlibes.patch [^] (706 bytes) 10-24-07 08:28

- Relationships

- Notes
(0011544)
AndyI
09-17-08 05:42

Please close this issue. And issue 1512.
Problem fixed in SVN 22449
>>>>>>>
package/config: cygwin fix
- pass HOST_LOADLIBES down to make mconf for cygwin
- fix link-order WRT HOST_LOADLIBES
From Bernhards tree (91018d95)
>>>>>>>
And add uClibc-0.9.29-cygwin_host_loadlibes.patch
for solved identical problem during build uClibc
 

- Issue History
Date Modified Username Field Change
10-24-07 08:28 AndyI New Issue
10-24-07 08:28 AndyI Status new => assigned
10-24-07 08:28 AndyI Assigned To  => buildroot
10-24-07 08:28 AndyI File Added: fix_cygwin_HOST_LOADLIBES.patch
10-24-07 08:28 AndyI File Added: uClibc-0.9.29-cygwin_host_loadlibes.patch
10-24-07 08:29 AndyI Issue Monitored: AndyI
09-17-08 05:42 AndyI Note Added: 0011544
09-17-08 06:30 bernhardf Status assigned => closed
09-17-08 06:30 bernhardf Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker