On Tue, Nov 10, 2009 at 02:48:49PM +0100, Sylvain Paré wrote: > Hi everyone, > > Lastly (aka this w.e and yesterday) I tried to build an shr-unstable image ( > wget http://build.shr-project.org/Makefile ; make setup ; cd shr-unstable ; > tweak local.conf ; make image ) > > but during the process I had a lot of "error 404 not found". > ---------------- > Connecting to sources.openembedded.org|140.211.169.165|:80... connected. > HTTP request sent, awaiting response... 404 Not Found > 2009-11-10 14:45:45 ERROR 404: Not Found. > ---------------- > complete log from a relaunch http://pastebin.com/m2908fba
thats because shr builder now builds newer sources than it was published at http://build.shr-project.org/sources/ all those errors are safe (just trying to take some load from upstream git/svn servers and provide already tarballed sources for requested revision), if it doesn't exist on servers defined in shr config, than it tries to checkout sources from upstream git/svn servers directly which can fail sometimes. Thats your case for matchbox2/matchbox-panel-2_svn.b if you remove you local downloads/svn/*matchbox* with previous checkout svn checkout will be ok.. Its clear from this part of your log.. NOTE: Update svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-panel-2;proto=http svn: Failed to add directory 'applets': an unversioned directory of the same name already exists NOTE: Task failed: Fetch failed: Fetch command export HOME=/home/sylvain; export SSH_AUTH_SOCK=/tmp/ssh-sPdgei5885/agent.5885; export PATH=/home/sylvain/dev/SHR-Project/shr-unstable/tmp/staging/x86_64-linux/usr/bin/om-gta02-oe-linux-gnueabi:/home/sylvain/dev/SHR-Project/shr-unstable/tmp/staging/x86_64-linux/usr/bin/armv4t-oe-linux-gnueabi:/home/sylvain/dev/SHR-Project/shr-unstable/tmp/staging/x86_64-linux/usr/sbin:/home/sylvain/dev/SHR-Project/shr-unstable/tmp/staging/x86_64-linux/usr/bin:/home/sylvain/dev/SHR-Project/shr-unstable/tmp/cross/armv4t/bin:/home/sylvain/dev/SHR-Project/shr-unstable/tmp/staging/x86_64-linux/sbin:/home/sylvain/dev/SHR-Project/shr-unstable/tmp/staging/x86_64-linux/bin:/home/sylvain/dev/SHR-Project/shr-unstable/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games; /usr/bin/env svn update -r 2098 failed with signal 1, output: svn: Failed to add directory 'applets': an unversioned directory of the same name already exists Because it haven't found matchbox-panel-2_svn.o-hand.com_.repos.matchbox.trunk_2098_.tar.g on any server it wants to checkout it locally, because you already did it before it changes directory to your previous checkout and calls update -r 2098, which fails because you already have there directory applets which is supposed to be created by that svn update (can happen if you svn delete directory and then add the same directory later). Delete directory matching downloads/svn/*matchbox* (or something like that) and clean checkout from subversion will continue.. -- uin:136542059 jid:martin.ja...@gmail.com Jansa Martin sip:jama...@voip.wengo.fr JaMa _______________________________________________ Shr-devel mailing list Shr-devel@lists.shr-project.org http://lists.shr-project.org/mailman/listinfo/shr-devel