* [Buildroot] SVN Rev 19269 won't build
@ 2007-07-27 7:58 Claas Hilbrecht
2007-07-27 10:37 ` Bernhard Fischer
0 siblings, 1 reply; 8+ messages in thread
From: Claas Hilbrecht @ 2007-07-27 7:58 UTC (permalink / raw)
To: buildroot
Hello,
just a note. The svn version 19269 won't build (on Debian etch). And not
somewhere deep inside but at a very early stage.
svn co svn://uclibc.org/trunk/buildroot
cd buildroot
make
make CC="/usr/bin/gcc" MAKECMDGOALS="" \
-C package/config conf mconf
make[1]: Entering directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/package/config'
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -Dinline=""
-include foo.h -MM *.c > .depend 2>/dev/null || :
make[1]: Leaving directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/package/config'
make[1]: Entering directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/package/config'
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -Dinline=""
-include foo.h -c conf.c -o conf.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -Dinline=""
-include foo.h -c kxgettext.c -o kxgettext.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -Dinline=""
-include foo.h -I. -c zconf.tab.c -o zconf.tab.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -Dinline=""
-include foo.h -lncurses conf.o zconf.tab.o -o conf
/usr/bin/gcc -c -o mconf.o mconf.c
In file included from mconf.c:27:
lxdialog/dialog.h:32:10: error: #include expects "FILENAME" or <FILENAME>
In file included from mconf.c:27:
lxdialog/dialog.h:97: error: expected specifier-qualifier-list before
'chtype'
lxdialog/dialog.h:187: error: expected ')' before '*' token
lxdialog/dialog.h:193: error: expected ')' before '*' token
lxdialog/dialog.h:195: error: expected ')' before '*' token
lxdialog/dialog.h:196: error: expected ')' before '*' token
lxdialog/dialog.h:197: error: expected ')' before '*' token
lxdialog/dialog.h:198: error: expected ')' before '*' token
lxdialog/dialog.h:200: error: expected ')' before '*' token
mconf.c: In function 'conf':
mconf.c:608: error: 'KEY_MAX' undeclared (first use in this function)
mconf.c:608: error: (Each undeclared identifier is reported only once
mconf.c:608: error: for each function it appears in.)
mconf.c: In function 'conf_choice':
mconf.c:759: error: 'KEY_MAX' undeclared (first use in this function)
make[1]: *** [mconf.o] Error 1
make[1]: Leaving directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/package/config'
make: *** [package/config/mconf] Error 2
--
Claas Hilbrecht
http://www.jucs-kramkiste.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] SVN Rev 19269 won't build
2007-07-27 7:58 [Buildroot] SVN Rev 19269 won't build Claas Hilbrecht
@ 2007-07-27 10:37 ` Bernhard Fischer
2007-07-27 10:53 ` Claas Hilbrecht
0 siblings, 1 reply; 8+ messages in thread
From: Bernhard Fischer @ 2007-07-27 10:37 UTC (permalink / raw)
To: buildroot
On Fri, Jul 27, 2007 at 09:58:25AM +0200, Claas Hilbrecht wrote:
>Hello,
>
>just a note. The svn version 19269 won't build (on Debian etch). And not
>somewhere deep inside but at a very early stage.
Do you have libncurses5-dev installed?
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] SVN Rev 19269 won't build
2007-07-27 10:37 ` Bernhard Fischer
@ 2007-07-27 10:53 ` Claas Hilbrecht
2007-07-27 12:30 ` Bernhard Fischer
0 siblings, 1 reply; 8+ messages in thread
From: Claas Hilbrecht @ 2007-07-27 10:53 UTC (permalink / raw)
To: buildroot
--Am Freitag, 27. Juli 2007 12:37 +0200 Bernhard Fischer
<rep.dot.nop@gmail.com> schrieb:
>> just a note. The svn version 19269 won't build (on Debian etch). And not
>> somewhere deep inside but at a very early stage.
>
> Do you have libncurses5-dev installed?
Yes. See yourself:
babel at eisler:~$ dpkg -l | grep libncurses5-dev
ii libncurses5-dev 5.5-5
Developer's libraries and docs for ncurses
A kernel make menuconfig e.g. works fine.
--
Claas Hilbrecht
http://www.jucs-kramkiste.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] SVN Rev 19269 won't build
2007-07-27 10:53 ` Claas Hilbrecht
@ 2007-07-27 12:30 ` Bernhard Fischer
2007-07-27 13:42 ` Claas Hilbrecht
0 siblings, 1 reply; 8+ messages in thread
From: Bernhard Fischer @ 2007-07-27 12:30 UTC (permalink / raw)
To: buildroot
On Fri, Jul 27, 2007 at 12:53:10PM +0200, Claas Hilbrecht wrote:
>--Am Freitag, 27. Juli 2007 12:37 +0200 Bernhard Fischer
><rep.dot.nop@gmail.com> schrieb:
>
>>> just a note. The svn version 19269 won't build (on Debian etch). And not
>>> somewhere deep inside but at a very early stage.
>>
>> Do you have libncurses5-dev installed?
>
>Yes. See yourself:
>
>babel at eisler:~$ dpkg -l | grep libncurses5-dev
>ii libncurses5-dev 5.5-5
>Developer's libraries and docs for ncurses
>
>A kernel make menuconfig e.g. works fine.
/me mumbles something about mismatch in MAKECMDGOALS
Should be fixed in r19275.
Thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] SVN Rev 19269 won't build
2007-07-27 12:30 ` Bernhard Fischer
@ 2007-07-27 13:42 ` Claas Hilbrecht
2007-07-27 14:08 ` Bernhard Fischer
0 siblings, 1 reply; 8+ messages in thread
From: Claas Hilbrecht @ 2007-07-27 13:42 UTC (permalink / raw)
To: buildroot
--Am Freitag, 27. Juli 2007 14:30 +0200 Bernhard Fischer
<rep.dot.nop@gmail.com> schrieb:
> Should be fixed in r19275.
Maybe I'm too stupid but the error is still the same (with rev 19277).
babel at eisler:~/buildroot/0.9.29/buildroot_org/buildroot$ make clean
rm -f .config .config.old .config.cmd .tmpconfig.h
make -C package/config clean
make[1]: Entering directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/package/config'
make[1]: Leaving directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/package/config'
babel at eisler:~/buildroot/0.9.29/buildroot_org/buildroot$ svn up
At revision 19277.
babel at eisler:~/buildroot/0.9.29/buildroot_org/buildroot$ svn diff
babel at eisler:~/buildroot/0.9.29/buildroot_org/buildroot$ make
make CC="/usr/bin/gcc" MAKECMDGOALS="" \
-C package/config conf mconf
make[1]: Entering directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/package/config'
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -I. -c zconf.tab.c
-o zconf.tab.o
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -lncurses conf.o
zconf.tab.o -o conf
/usr/bin/gcc -c -o mconf.o mconf.c
In file included from mconf.c:27:
lxdialog/dialog.h:32:10: error: #include expects "FILENAME" or <FILENAME>
In file included from mconf.c:27:
lxdialog/dialog.h:97: error: expected specifier-qualifier-list before
'chtype'
lxdialog/dialog.h:187: error: expected ')' before '*' token
lxdialog/dialog.h:193: error: expected ')' before '*' token
lxdialog/dialog.h:195: error: expected ')' before '*' token
lxdialog/dialog.h:196: error: expected ')' before '*' token
lxdialog/dialog.h:197: error: expected ')' before '*' token
lxdialog/dialog.h:198: error: expected ')' before '*' token
lxdialog/dialog.h:200: error: expected ')' before '*' token
mconf.c: In function 'conf':
mconf.c:608: error: 'KEY_MAX' undeclared (first use in this function)
mconf.c:608: error: (Each undeclared identifier is reported only once
mconf.c:608: error: for each function it appears in.)
mconf.c: In function 'conf_choice':
mconf.c:759: error: 'KEY_MAX' undeclared (first use in this function)
make[1]: *** [mconf.o] Error 1
make[1]: Leaving directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/package/config'
make: *** [package/config/mconf] Error 2
babel at eisler:~/buildroot/0.9.29/buildroot_org/buildroot$
--
Claas Hilbrecht
http://www.jucs-kramkiste.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] SVN Rev 19269 won't build
2007-07-27 13:42 ` Claas Hilbrecht
@ 2007-07-27 14:08 ` Bernhard Fischer
2007-07-27 16:08 ` Claas Hilbrecht
0 siblings, 1 reply; 8+ messages in thread
From: Bernhard Fischer @ 2007-07-27 14:08 UTC (permalink / raw)
To: buildroot
On Fri, Jul 27, 2007 at 03:42:59PM +0200, Claas Hilbrecht wrote:
>--Am Freitag, 27. Juli 2007 14:30 +0200 Bernhard Fischer
><rep.dot.nop@gmail.com> schrieb:
>
>> Should be fixed in r19275.
>
>Maybe I'm too stupid but the error is still the same (with rev 19277).
Alright. Last minute change after testing it.
r19278 Works For Me (tm)
ok now?
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] SVN Rev 19269 won't build
2007-07-27 14:08 ` Bernhard Fischer
@ 2007-07-27 16:08 ` Claas Hilbrecht
2007-07-30 8:44 ` Bernhard Fischer
0 siblings, 1 reply; 8+ messages in thread
From: Claas Hilbrecht @ 2007-07-27 16:08 UTC (permalink / raw)
To: buildroot
--Am Freitag, 27. Juli 2007 16:08 +0200 Bernhard Fischer
<rep.dot.nop@gmail.com> schrieb:
> Alright. Last minute change after testing it.
> r19278 Works For Me (tm)
Somewhat better, but not quite right I assume. After entering the
menuconfig dialog and exit it without changing anything I just type make.
After I while I get these errors:
mv tmp-specs specs
echo |
/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial/./gcc/xgcc
-B/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial/./gcc/
-B/home/babel/buildroot/0.9.29/buildroot_org/buildroot/build_i386/staging_dir/usr/i386-linux-uclibc/bin/
-B/home/babel/buildroot/0.9.29/buildroot_org/buildroot/build_i386/staging_dir/usr/i386-linux-uclibc/lib/
-isystem
/home/babel/buildroot/0.9.29/buildroot_org/buildroot/build_i386/staging_dir/usr/i386-linux-uclibc/include
-isystem
/home/babel/buildroot/0.9.29/buildroot_org/buildroot/build_i386/staging_dir/usr/i386-linux-uclibc/sys-include
-E -dM - | \
sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
-e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
sort -u > tmp-macro_list
/bin/sh
/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0/gcc/../move-if-change
tmp-macro_list macro_list
echo timestamp > s-macro_list
The directory that should contain system headers does not exist:
/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/uClibc_dev//usr/include
make[2]: *** [stmp-fixinc] Error 1
make[2]: Leaving directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial'
make: ***
[/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial/.compiled]
Error 2
I think if make menuconfig required some user changes I should at least get
a warning that I'm trying to shot myself.
PS: Sorry to bother you with these error, but I tried to get a clean build
to setup another build system. Getting a svn rev working out of the box is
my first goal.
--
Claas Hilbrecht
http://www.jucs-kramkiste.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] SVN Rev 19269 won't build
2007-07-27 16:08 ` Claas Hilbrecht
@ 2007-07-30 8:44 ` Bernhard Fischer
0 siblings, 0 replies; 8+ messages in thread
From: Bernhard Fischer @ 2007-07-30 8:44 UTC (permalink / raw)
To: buildroot
On Fri, Jul 27, 2007 at 06:08:41PM +0200, Claas Hilbrecht wrote:
>--Am Freitag, 27. Juli 2007 16:08 +0200 Bernhard Fischer
><rep.dot.nop@gmail.com> schrieb:
>
>> Alright. Last minute change after testing it.
>> r19278 Works For Me (tm)
>
>Somewhat better, but not quite right I assume. After entering the
>menuconfig dialog and exit it without changing anything I just type make.
>After I while I get these errors:
>
>mv tmp-specs specs
>echo |
>/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial/./gcc/xgcc
>-B/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial/./gcc/
>-B/home/babel/buildroot/0.9.29/buildroot_org/buildroot/build_i386/staging_dir/usr/i386-linux-uclibc/bin/
>-B/home/babel/buildroot/0.9.29/buildroot_org/buildroot/build_i386/staging_dir/usr/i386-linux-uclibc/lib/
>-isystem
>/home/babel/buildroot/0.9.29/buildroot_org/buildroot/build_i386/staging_dir/usr/i386-linux-uclibc/include
>-isystem
>/home/babel/buildroot/0.9.29/buildroot_org/buildroot/build_i386/staging_dir/usr/i386-linux-uclibc/sys-include
>-E -dM - | \
> sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
> -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
> sort -u > tmp-macro_list
>/bin/sh
>/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0/gcc/../move-if-change
>tmp-macro_list macro_list
>echo timestamp > s-macro_list
>The directory that should contain system headers does not exist:
>
>/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/uClibc_dev//usr/include
>make[2]: *** [stmp-fixinc] Error 1
>make[2]: Leaving directory
>`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial/gcc'
>make[1]: *** [all-gcc] Error 2
>make[1]: Leaving directory
>`/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial'
>make: ***
>[/home/babel/buildroot/0.9.29/buildroot_org/buildroot/toolchain_build_i386/gcc-4.2.0-initial/.compiled]
>Error 2
>
>I think if make menuconfig required some user changes I should at least get
>a warning that I'm trying to shot myself.
>
>PS: Sorry to bother you with these error, but I tried to get a clean build
>to setup another build system. Getting a svn rev working out of the box is
>my first goal.
Well, this works for my config and did work before these PROJECT stuff
went in. Perhaps the author of that "PROJECT" thing (Ulf?) would know..
sorry
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-07-30 8:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-27 7:58 [Buildroot] SVN Rev 19269 won't build Claas Hilbrecht
2007-07-27 10:37 ` Bernhard Fischer
2007-07-27 10:53 ` Claas Hilbrecht
2007-07-27 12:30 ` Bernhard Fischer
2007-07-27 13:42 ` Claas Hilbrecht
2007-07-27 14:08 ` Bernhard Fischer
2007-07-27 16:08 ` Claas Hilbrecht
2007-07-30 8:44 ` Bernhard Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox