Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0001449]: Buildroot doesn't "make menuconfig" in CyGWIN
@ 2007-07-29 18:49 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2007-07-29 18:49 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1449 
====================================================================== 
Reported By:                dtech
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1449
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-29-2007 11:49 PDT
Last Modified:              07-29-2007 11:49 PDT
====================================================================== 
Summary:                    Buildroot doesn't "make menuconfig" in CyGWIN
Description: 
While using a fresh install of CyGWIN and the latest buildroot build, I
cannot "make menuconfig" builroot. I get the following output:
make CC="/usr/bin/gcc" -C package/config conf mconf
make[1]: Entering directory `/home/David/buildroot/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2 -MM *.c > .depend 2>/dev/null || :
make[1]: Leaving directory `/home/David/buildroot/package/config'
make[1]: Entering directory `/home/David/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 lxdialog/checklist.c -o lxdialog/checklist.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/inputbox.c -o lxdialog/inputbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/menubox.c -o lxdialog/menubox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/textbox.c -o lxdialog/textbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/util.c -o lxdialog/util.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/yesno.c -o lxdialog/yesno.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   conf.o  zconf.tab.o -o conf
make[1]: Leaving directory `/home/David/buildroot/package/config'
conf.o: In function `check_stdin':
/home/David/buildroot/package/config/conf.c:60: undefined reference to
`_libintl_gettext'
/home/David/buildroot/package/config/conf.c:61: undefined reference to
`_libintl_gettext'
/home/David/buildroot/package/config/conf.c:62: undefined reference to
`_libintl_gettext'
conf.o: In function `check_conf':
/home/David/buildroot/package/config/conf.c:483: undefined reference to
`_libintl_gettext'
conf.o: In function `main':
/home/David/buildroot/package/config/conf.c:622: undefined reference to
`_libintl_gettext'
conf.o:/home/David/buildroot/package/config/conf.c:541: more undefined
references to `_libintl_gettext' follow
collect2: ld returned 1 exit status
make[1]: *** [conf] Error 1
make: *** [package/config/mconf] Error 2
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-29-07 11:49  dtech          New Issue                                    
07-29-07 11:49  dtech          Status                   new => assigned     
07-29-07 11:49  dtech          Assigned To               => buildroot       
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [buildroot 0001449]: Buildroot doesn't "make menuconfig" in CyGWIN
@ 2007-09-19 14:16 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2007-09-19 14:16 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1449 
====================================================================== 
Reported By:                dtech
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1449
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-29-2007 11:49 PDT
Last Modified:              09-19-2007 07:16 PDT
====================================================================== 
Summary:                    Buildroot doesn't "make menuconfig" in CyGWIN
Description: 
While using a fresh install of CyGWIN and the latest buildroot build, I
cannot "make menuconfig" builroot. I get the following output:
make CC="/usr/bin/gcc" -C package/config conf mconf
make[1]: Entering directory `/home/David/buildroot/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2 -MM *.c > .depend 2>/dev/null || :
make[1]: Leaving directory `/home/David/buildroot/package/config'
make[1]: Entering directory `/home/David/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 lxdialog/checklist.c -o lxdialog/checklist.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/inputbox.c -o lxdialog/inputbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/menubox.c -o lxdialog/menubox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/textbox.c -o lxdialog/textbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/util.c -o lxdialog/util.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/yesno.c -o lxdialog/yesno.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   conf.o  zconf.tab.o -o conf
make[1]: Leaving directory `/home/David/buildroot/package/config'
conf.o: In function `check_stdin':
/home/David/buildroot/package/config/conf.c:60: undefined reference to
`_libintl_gettext'
/home/David/buildroot/package/config/conf.c:61: undefined reference to
`_libintl_gettext'
/home/David/buildroot/package/config/conf.c:62: undefined reference to
`_libintl_gettext'
conf.o: In function `check_conf':
/home/David/buildroot/package/config/conf.c:483: undefined reference to
`_libintl_gettext'
conf.o: In function `main':
/home/David/buildroot/package/config/conf.c:622: undefined reference to
`_libintl_gettext'
conf.o:/home/David/buildroot/package/config/conf.c:541: more undefined
references to `_libintl_gettext' follow
collect2: ld returned 1 exit status
make[1]: *** [conf] Error 1
make: *** [package/config/mconf] Error 2
====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 09-19-07 07:16  
---------------------------------------------------------------------- 
This is supposed to work fine with revision 19893.
Please confirm 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-29-07 11:49  dtech          New Issue                                    
07-29-07 11:49  dtech          Status                   new => assigned     
07-29-07 11:49  dtech          Assigned To               => buildroot       
07-29-07 11:49  dtech          Issue Monitored: dtech                       
08-08-07 01:32  nl515291       Issue Monitored: nl515291                    
09-19-07 07:16  bernhardf      Note Added: 0002760                          
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [buildroot 0001449]: Buildroot doesn't "make menuconfig" in CyGWIN
@ 2007-09-24  7:26 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2007-09-24  7:26 UTC (permalink / raw)
  To: buildroot


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1449 
====================================================================== 
Reported By:                dtech
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1449
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             07-29-2007 11:49 PDT
Last Modified:              09-24-2007 00:26 PDT
====================================================================== 
Summary:                    Buildroot doesn't "make menuconfig" in CyGWIN
Description: 
While using a fresh install of CyGWIN and the latest buildroot build, I
cannot "make menuconfig" builroot. I get the following output:
make CC="/usr/bin/gcc" -C package/config conf mconf
make[1]: Entering directory `/home/David/buildroot/package/config'
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2 -MM *.c > .depend 2>/dev/null || :
make[1]: Leaving directory `/home/David/buildroot/package/config'
make[1]: Entering directory `/home/David/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 lxdialog/checklist.c -o lxdialog/checklist.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/inputbox.c -o lxdialog/inputbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/menubox.c -o lxdialog/menubox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/textbox.c -o lxdialog/textbox.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/util.c -o lxdialog/util.o
/usr/bin/gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -g
-O2  -c lxdialog/yesno.c -o lxdialog/yesno.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   conf.o  zconf.tab.o -o conf
make[1]: Leaving directory `/home/David/buildroot/package/config'
conf.o: In function `check_stdin':
/home/David/buildroot/package/config/conf.c:60: undefined reference to
`_libintl_gettext'
/home/David/buildroot/package/config/conf.c:61: undefined reference to
`_libintl_gettext'
/home/David/buildroot/package/config/conf.c:62: undefined reference to
`_libintl_gettext'
conf.o: In function `check_conf':
/home/David/buildroot/package/config/conf.c:483: undefined reference to
`_libintl_gettext'
conf.o: In function `main':
/home/David/buildroot/package/config/conf.c:622: undefined reference to
`_libintl_gettext'
conf.o:/home/David/buildroot/package/config/conf.c:541: more undefined
references to `_libintl_gettext' follow
collect2: ld returned 1 exit status
make[1]: *** [conf] Error 1
make: *** [package/config/mconf] Error 2
====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 09-19-07 07:16  
---------------------------------------------------------------------- 
This is supposed to work fine with revision 19893.
Please confirm 

---------------------------------------------------------------------- 
 bernhardf - 09-24-07 00:26  
---------------------------------------------------------------------- 
fixed on trunk as of yesterday 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-29-07 11:49  dtech          New Issue                                    
07-29-07 11:49  dtech          Status                   new => assigned     
07-29-07 11:49  dtech          Assigned To               => buildroot       
07-29-07 11:49  dtech          Issue Monitored: dtech                       
08-08-07 01:32  nl515291       Issue Monitored: nl515291                    
09-19-07 07:16  bernhardf      Note Added: 0002760                          
09-24-07 00:26  bernhardf      Status                   assigned => closed  
09-24-07 00:26  bernhardf      Note Added: 0002775                          
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-24  7:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-29 18:49 [Buildroot] [buildroot 0001449]: Buildroot doesn't "make menuconfig" in CyGWIN bugs at busybox.net
  -- strict thread matches above, loose matches on Subject: below --
2007-09-19 14:16 bugs at busybox.net
2007-09-24  7:26 bugs at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox