failed img build

Magnu420

VIP Member
VIP Member
Joined
Mar 25, 2006
Messages
2,275
Reaction score
535
Location
in a house in,lancs
@ the admin and mods if not allowed please remove


after several hours of last nite and this morning i kept on gettin failed builds
its stopping at u-boot and saying error any one know why



=> `Archive/u-boot-1.2.0.tar.bz2'
Resolving ftp.denx.de... xx.xxx.xx.xxx
Connecting to ftp.denx.de|xx.xxx.xx.xxx|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/u-boot ... done.
==> PASV ... done. ==> RETR u-boot-1.2.0.tar.bz2 ... done.

[<=> ] 6,929,112 174.55K/s

22:39:06 (239.62 KB/s) - `Archive/u-boot-1.2.0.tar.bz2' saved [6929112]

( rm -rf u-boot-1.2.0 || /bin/true ) && bunzip2 -cd Archive/u-boot-1.2.0.tar.bz2 | TAPE=- tar -x && ((for f1 in config.guess config.sub; do (for f2 in `find u-boot-1.2.0 -name $f1`; do (test -e $f2 && rm -f $f2 && ln -s /home/dave/tuxbox/tuxbox-cvs/cdk/Patches/$f1 $f2 && echo "updated $f2") done) done) || /bin/true)
cp -pR /home/dave/tuxbox/tuxbox-cvs/boot/u-boot-tuxbox/* u-boot-1.2.0
cp -p /home/dave/tuxbox/tuxbox-cvs/boot/u-boot-config/u-boot.config u-boot-1.2.0/include/configs/dbox2.h
make -C u-boot-1.2.0 dbox2_config
make[2]: Entering directory `/home/dave/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0'
make[2]: *** No rule to make target `dbox2_config'. Stop.
make[2]: Leaving directory `/home/dave/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0'
make[1]: *** [u-boot-1.2.0/u-boot.stripped] Error 2
make[1]: Leaving directory `/home/dave/tuxbox/tuxbox-cvs/cdk'
make: *** [/home/dave/tuxbox/tuxbox-cvs/cdkflash/jffs2.flfs1x] Error 2
 
Looks like a uboot problem Mags,probably the cvs guys messing around again.
 
Last edited:
@ the admin and mods if not allowed please remove


after several hours of last nite and this morning i kept on gettin failed builds
its stopping at u-boot and saying error any one know why



=> `Archive/u-boot-1.2.0.tar.bz2'
Resolving ftp.denx.de... xx.xxx.xx.xxx
Connecting to ftp.denx.de|xx.xxx.xx.xxx|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/u-boot ... done.
==> PASV ... done. ==> RETR u-boot-1.2.0.tar.bz2 ... done.

[<=> ] 6,929,112 174.55K/s

22:39:06 (239.62 KB/s) - `Archive/u-boot-1.2.0.tar.bz2' saved [6929112]

( rm -rf u-boot-1.2.0 || /bin/true ) && bunzip2 -cd Archive/u-boot-1.2.0.tar.bz2 | TAPE=- tar -x && ((for f1 in config.guess config.sub; do (for f2 in `find u-boot-1.2.0 -name $f1`; do (test -e $f2 && rm -f $f2 && ln -s /home/dave/tuxbox/tuxbox-cvs/cdk/Patches/$f1 $f2 && echo "updated $f2") done) done) || /bin/true)
cp -pR /home/dave/tuxbox/tuxbox-cvs/boot/u-boot-tuxbox/* u-boot-1.2.0
cp -p /home/dave/tuxbox/tuxbox-cvs/boot/u-boot-config/u-boot.config u-boot-1.2.0/include/configs/dbox2.h
make -C u-boot-1.2.0 dbox2_config
make[2]: Entering directory `/home/dave/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0'
make[2]: *** No rule to make target `dbox2_config'. Stop.
make[2]: Leaving directory `/home/dave/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0'
make[1]: *** [u-boot-1.2.0/u-boot.stripped] Error 2
make[1]: Leaving directory `/home/dave/tuxbox/tuxbox-cvs/cdk'
make: *** [/home/dave/tuxbox/tuxbox-cvs/cdkflash/jffs2.flfs1x] Error 2

i've had this error quite a few times even after the diff gives no error....usually tried a clean install and a different diff or edited and ok....u using a diff

cheers
 
yeah im using one off team commando's diff,and also startin from
scratch,gonna try with an older diff
 
Back
Top