From mboxrd@z Thu Jan 1 00:00:00 1970 From: m.postman@lefog.net To: development@lists.ipfire.org Subject: Building IPFire Howto - Wannabe Error Date: Thu, 03 Oct 2013 21:53:07 +0200 Message-ID: <524DCB23.1080109@lefog.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8426628593633785801==" List-Id: --===============8426628593633785801== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hey, i spend a week to find the reason for the follwing error when running # linux32 ./make.sh build'' to build ipfire-2.x. hplip [ 3.12.6 ] [ 2 ] [ DONE ] transmission [ 2.81 ] [ 1 ] [ DONE ] mtr [ 0.82 ] [ 0 ] [ DONE ] tor [ 0.2.3.25 ] [ 3 ] [ DONE ] mysql [ 5.0.24a ] [ 8 ] [ DONE ] mpfire [ ipfire ] [ 0 ] [ DONE ] icegenerator [ 0.5.5-pre2 ] [ 1 ] [ DONE ] ls: cannot access *.bz2: No such file or directory ls: cannot access *.img.gz: No such file or directory Generating files list from logs [ DONE ] *** Checking Logfiles for new Files (Last stage took 588 secs) version options time (sec) status ***Build is finished now and took 3 hour(s) 54 minute(s) 35 second(s)! These two lines indicated an incomplete build in my eyes. ls: cannot access *.bz2: No such file or directory ls: cannot access *.img.gz: No such file or directory Finally I found out that the message is caused by https://github.com/ipfire/ipfire-2.x/blob/master/make.sh#L876 and doesn't mean anything bad :D I just wanted to let you (and hopefully any googlers with the same problem) know ;) Maybe (if you have too much free time ;P) you can fix this message, but I don't think that's urgent ;) Thank you for your great work! Marc --===============8426628593633785801==--