* [Buildroot] svn revision 24928 make menuconfig error
@ 2009-01-20 22:03 Gaye Abdoulaye Walsimou
2009-01-20 22:39 ` Ulf Samuelsson
0 siblings, 1 reply; 2+ messages in thread
From: Gaye Abdoulaye Walsimou @ 2009-01-20 22:03 UTC (permalink / raw)
To: buildroot
Hello list,
svn revision 24928 "make menuconfig" generates the following error:
walsimou at wks001:~/buildroot$ make menuconfig
make CC="/usr/bin/gcc" -C package/config conf mconf
make[1]: Entering directory `/home/walsimou/buildroot/package/config'
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -MM *.c >
.depend 2>/dev/null || :
make[1]: Leaving directory `/home/walsimou/buildroot/package/config'
make[1]: Entering directory `/home/walsimou/buildroot/package/config'
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c conf.c -o conf.o
conf.c: In function ?conf_askvalue?:
conf.c:112: warning: ignoring return value of ?fgets?, declared with
attribute warn_unused_result
conf.c: In function ?conf_choice?:
conf.c:363: warning: ignoring return value of ?fgets?, declared with
attribute warn_unused_result
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c kxgettext.c
-o kxgettext.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/checklist.c -o lxdialog/checklist.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/inputbox.c -o lxdialog/inputbox.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/menubox.c -o lxdialog/menubox.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/textbox.c -o lxdialog/textbox.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/util.c -o lxdialog/util.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/yesno.c -o lxdialog/yesno.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c mconf.c -o
mconf.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -I. -c
zconf.tab.c -o zconf.tab.o
In file included from zconf.tab.c:2475:
confdata.c: In function ?conf_write?:
confdata.c:500: warning: ignoring return value of ?fwrite?, declared
with attribute warn_unused_result
confdata.c: In function ?conf_write_autoconf?:
confdata.c:749: warning: ignoring return value of ?fwrite?, declared
with attribute warn_unused_result
confdata.c:750: warning: ignoring return value of ?fwrite?, declared
with attribute warn_unused_result
In file included from zconf.tab.c:2476:
expr.c: In function ?expr_print_file_helper?:
expr.c:1084: warning: ignoring return value of ?fwrite?, declared with
attribute warn_unused_result
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 conf.o
zconf.tab.o -lncursesw -o conf
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 mconf.o
zconf.tab.o lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o -lncursesw -o mconf
make[1]: Leaving directory `/home/walsimou/buildroot/package/config'
package/dbus-glib/Config.in:2:error: found recursive dependency:
BR2_PACKAGE_DBUS_GLIB -> BR2_PACKAGE_EXPAT -> BR2_PACKAGE_DBUS ->
BR2_PACKAGE_DBUS_GLIB
-> BR2_PACKAGE_LIBGLIB2 -> BR2_PACKAGE_GETTEXT ->
BR2_PACKAGE_PKGCONFIGwalsimou at wks001:~/buildroot$
Regards
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] svn revision 24928 make menuconfig error
2009-01-20 22:03 [Buildroot] svn revision 24928 make menuconfig error Gaye Abdoulaye Walsimou
@ 2009-01-20 22:39 ` Ulf Samuelsson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Samuelsson @ 2009-01-20 22:39 UTC (permalink / raw)
To: buildroot
tis 2009-01-20 klockan 23:03 +0100 skrev Gaye Abdoulaye Walsimou:
> Hello list,
> svn revision 24928 "make menuconfig" generates the following error:
>
>
OK, Fixed in 24930
BR
Ulf Samuelsson
>
> walsimou at wks001:~/buildroot$ make menuconfig
> make CC="/usr/bin/gcc" -C package/config conf mconf
> make[1]: Entering directory `/home/walsimou/buildroot/package/config'
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -MM *.c >
> .depend 2>/dev/null || :
> make[1]: Leaving directory `/home/walsimou/buildroot/package/config'
> make[1]: Entering directory `/home/walsimou/buildroot/package/config'
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c conf.c -o conf.o
> conf.c: In function ?conf_askvalue?:
> conf.c:112: warning: ignoring return value of ?fgets?, declared with
> attribute warn_unused_result
> conf.c: In function ?conf_choice?:
> conf.c:363: warning: ignoring return value of ?fgets?, declared with
> attribute warn_unused_result
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c kxgettext.c
> -o kxgettext.o
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
> lxdialog/checklist.c -o lxdialog/checklist.o
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
> lxdialog/inputbox.c -o lxdialog/inputbox.o
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
> lxdialog/menubox.c -o lxdialog/menubox.o
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
> lxdialog/textbox.c -o lxdialog/textbox.o
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
> lxdialog/util.c -o lxdialog/util.o
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
> lxdialog/yesno.c -o lxdialog/yesno.o
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c mconf.c -o
> mconf.o
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -I. -c
> zconf.tab.c -o zconf.tab.o
> In file included from zconf.tab.c:2475:
> confdata.c: In function ?conf_write?:
> confdata.c:500: warning: ignoring return value of ?fwrite?, declared
> with attribute warn_unused_result
> confdata.c: In function ?conf_write_autoconf?:
> confdata.c:749: warning: ignoring return value of ?fwrite?, declared
> with attribute warn_unused_result
> confdata.c:750: warning: ignoring return value of ?fwrite?, declared
> with attribute warn_unused_result
> In file included from zconf.tab.c:2476:
> expr.c: In function ?expr_print_file_helper?:
> expr.c:1084: warning: ignoring return value of ?fwrite?, declared with
> attribute warn_unused_result
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 conf.o
> zconf.tab.o -lncursesw -o conf
> /usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 mconf.o
> zconf.tab.o lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
> lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o -lncursesw -o mconf
> make[1]: Leaving directory `/home/walsimou/buildroot/package/config'
> package/dbus-glib/Config.in:2:error: found recursive dependency:
> BR2_PACKAGE_DBUS_GLIB -> BR2_PACKAGE_EXPAT -> BR2_PACKAGE_DBUS ->
> BR2_PACKAGE_DBUS_GLIB
> -> BR2_PACKAGE_LIBGLIB2 -> BR2_PACKAGE_GETTEXT ->
> BR2_PACKAGE_PKGCONFIGwalsimou at wks001:~/buildroot$
>
>
> Regards
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-20 22:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20 22:03 [Buildroot] svn revision 24928 make menuconfig error Gaye Abdoulaye Walsimou
2009-01-20 22:39 ` Ulf Samuelsson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.