* [Buildroot] svn commit: trunk/buildroot/package/config
@ 2008-06-19 8:11 jacmet at uclibc.org
2008-06-19 16:44 ` hartleys
0 siblings, 1 reply; 7+ messages in thread
From: jacmet at uclibc.org @ 2008-06-19 8:11 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-06-19 01:11:51 -0700 (Thu, 19 Jun 2008)
New Revision: 22451
Log:
package/config: rebase from upstream (2.6.24.4)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/config
2008-06-19 8:11 [Buildroot] svn commit: trunk/buildroot/package/config jacmet at uclibc.org
@ 2008-06-19 16:44 ` hartleys
2008-06-19 18:18 ` Fathi Boudra
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: hartleys @ 2008-06-19 16:44 UTC (permalink / raw)
To: buildroot
Hello all,
I just did an svn up for the latest revision of buildroot (22451). It
appears something is either broke or I'm missing something.
I also tried a new svn co and have the same problem. With the new svn co
when I try a make menuconfig I get the following:
bigguiness at etch:~/src/build/buildroot$ make menuconfig
make CC="/usr/bin/gcc" -C package/config conf mconf
/bin/sh: ././check.sh: No such file or directory
make[1]: Entering directory
`/home/bigguiness/src/build/buildroot/package/config'
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -MM *.c >
.depend 2>/dev/null || :
make[1]: Leaving directory
`/home/bigguiness/src/build/buildroot/package/config'/bin/sh:
././check.sh: No such file or directory
make[1]: Entering directory
`/home/bigguiness/src/build/buildroot/package/config'
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c conf.c -o
conf.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c kxgettext.c
-o kxgettext.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/checklist.c -o lxdialog/checklist.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/inputbox.c -o lxdialog/inputbox.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/menubox.c -o lxdialog/menubox.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/textbox.c -o lxdialog/textbox.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/util.c -o lxdialog/util.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c
lxdialog/yesno.c -o lxdialog/yesno.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -c mconf.c -o
mconf.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 -I. -c
zconf.tab.c -o zconf.tab.o
/bin/sh: ././check.sh: No such file or directory
/usr/bin/gcc -DCURSES_LOC="<ncurses.h>" -DLOCALE -g -O2 conf.o
zconf.tab.o -lncursesw -o conf
/bin/sh: ././check.sh: No such file or directory
/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/bigguiness/src/build/buildroot/package/config'
target/Config.in.arch:55: invalid option
target/Config.in.arch:115: invalid option
target/Config.in.arch:128: invalid option
target/Config.in.arch:160: invalid option
target/Config.in.arch:170: invalid option
target/Config.in.arch:173: invalid option
target/Config.in.arch:176: invalid option
...
others 'invalid option' messages follow then the make ends
How can I either fix this or is it possible to revert the svn back to an
older revision?
Thanks,
Hartley
-----Original Message-----
From: buildroot-bounces@uclibc.org [mailto:buildroot-bounces at uclibc.org]
On Behalf Of jacmet at uclibc.org
Sent: Thursday, June 19, 2008 1:12 AM
To: buildroot at uclibc.org
Subject: [Buildroot] svn commit: trunk/buildroot/package/config
Author: jacmet
Date: 2008-06-19 01:11:51 -0700 (Thu, 19 Jun 2008) New Revision: 22451
Log:
package/config: rebase from upstream (2.6.24.4)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/config
2008-06-19 16:44 ` hartleys
@ 2008-06-19 18:18 ` Fathi Boudra
2008-06-19 19:07 ` Peter Korsgaard
2008-06-19 19:06 ` Peter Korsgaard
2008-06-19 19:11 ` [Buildroot] svn commit: trunk/buildroot/package/config [PATCH] Fathi Boudra
2 siblings, 1 reply; 7+ messages in thread
From: Fathi Boudra @ 2008-06-19 18:18 UTC (permalink / raw)
To: buildroot
Hi,
> bigguiness at etch:~/src/build/buildroot$ make menuconfig
> make CC="/usr/bin/gcc" -C package/config conf mconf
> /bin/sh: ././check.sh: No such file or directory
missing check.sh. You can take it from bernhard git repos.
Then you need to use "depends on" instead on "depends".
I guess it will be fixed soon on svn repo.
cheers,
Fathi
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/config
2008-06-19 16:44 ` hartleys
2008-06-19 18:18 ` Fathi Boudra
@ 2008-06-19 19:06 ` Peter Korsgaard
2008-06-19 19:11 ` [Buildroot] svn commit: trunk/buildroot/package/config [PATCH] Fathi Boudra
2 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2008-06-19 19:06 UTC (permalink / raw)
To: buildroot
>>>>> "hartleys" == hartleys <hartleys@visionengravers.com> writes:
Hi,
hartleys> Hello all,
hartleys> I just did an svn up for the latest revision of buildroot
hartleys> (22451). It appears something is either broke or I'm
hartleys> missing something.
Sorry, my fault - I seems like I didn't get package/config cleaned up
correctly before committing the kbuild updates, so I didn't see the
problem.
There were two issues: check.sh was missing and the new kbuild is
stricter, so I had to fixup depends BLAH -> depends on BLAH.
It should be fixed from r22455 on (remember to clean your
package/config directory).
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/config
2008-06-19 18:18 ` Fathi Boudra
@ 2008-06-19 19:07 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2008-06-19 19:07 UTC (permalink / raw)
To: buildroot
>>>>> "Fathi" == Fathi Boudra <fboudra@gmail.com> writes:
Hi,
Fathi> missing check.sh. You can take it from bernhard git repos.
Fathi> Then you need to use "depends on" instead on "depends".
Fathi> I guess it will be fixed soon on svn repo.
Yes, sorry about that.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/config [PATCH]
2008-06-19 16:44 ` hartleys
2008-06-19 18:18 ` Fathi Boudra
2008-06-19 19:06 ` Peter Korsgaard
@ 2008-06-19 19:11 ` Fathi Boudra
2008-06-19 19:15 ` Peter Korsgaard
2 siblings, 1 reply; 7+ messages in thread
From: Fathi Boudra @ 2008-06-19 19:11 UTC (permalink / raw)
To: buildroot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: check.sh
Type: application/x-shellscript
Size: 214 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080619/7fd697c1/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 00_replace_depends.diff.tar.bz2
Type: application/x-tbz
Size: 9434 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080619/7fd697c1/attachment-0001.bin
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/config [PATCH]
2008-06-19 19:11 ` [Buildroot] svn commit: trunk/buildroot/package/config [PATCH] Fathi Boudra
@ 2008-06-19 19:15 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2008-06-19 19:15 UTC (permalink / raw)
To: buildroot
>>>>> "Fathi" == Fathi Boudra <fboudra@gmail.com> writes:
Thanks, but I already committed similar fixes to svn.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-06-19 19:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-19 8:11 [Buildroot] svn commit: trunk/buildroot/package/config jacmet at uclibc.org
2008-06-19 16:44 ` hartleys
2008-06-19 18:18 ` Fathi Boudra
2008-06-19 19:07 ` Peter Korsgaard
2008-06-19 19:06 ` Peter Korsgaard
2008-06-19 19:11 ` [Buildroot] svn commit: trunk/buildroot/package/config [PATCH] Fathi Boudra
2008-06-19 19:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox