* Building IPFire Howto - Wannabe Error
@ 2013-10-03 19:53 m.postman
2013-10-03 19:56 ` m.postman
0 siblings, 1 reply; 3+ messages in thread
From: m.postman @ 2013-10-03 19:53 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1673 bytes --]
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Building IPFire Howto - Wannabe Error
2013-10-03 19:53 Building IPFire Howto - Wannabe Error m.postman
@ 2013-10-03 19:56 ` m.postman
2013-10-04 14:22 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: m.postman @ 2013-10-03 19:56 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2026 bytes --]
BTW: I successfully used OpenSUSE 12.3 if you want to update this into
the wiki :)
Am 03.10.2013 21:53, schrieb m.postman(a)lefog.net:
> 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
>
> _______________________________________________
> Development mailing list
> Development(a)lists.ipfire.org
> http://lists.ipfire.org/mailman/listinfo/development
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Building IPFire Howto - Wannabe Error
2013-10-03 19:56 ` m.postman
@ 2013-10-04 14:22 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2013-10-04 14:22 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2664 bytes --]
Hey Marc,
On Thu, 2013-10-03 at 21:56 +0200, m.postman(a)lefog.net wrote:
> BTW: I successfully used OpenSUSE 12.3 if you want to update this into
> the wiki :)
Yes, please do this.
>
> Am 03.10.2013 21:53, schrieb m.postman(a)lefog.net:
> > 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
These lines do not indicate a failed build. These are just random error
messages, because not all different types of images are built on all
platforms. If you find an ISO image in your source directory, this has
been successfully built and is ready to go.
-Michael
> >
> > 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
> >
> > _______________________________________________
> > Development mailing list
> > Development(a)lists.ipfire.org
> > http://lists.ipfire.org/mailman/listinfo/development
> >
>
> _______________________________________________
> Development mailing list
> Development(a)lists.ipfire.org
> http://lists.ipfire.org/mailman/listinfo/development
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-04 14:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-03 19:53 Building IPFire Howto - Wannabe Error m.postman
2013-10-03 19:56 ` m.postman
2013-10-04 14:22 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox