Hi,
I just began working with IPFire 2.13, trying to get my Devel-PC working.
My environment:
- P4/2800, 1GB RAM (ok, I know, machine is old, but sufficient for my needs - until now) - Debian 7.4 (3.2.0-4-686-pae #1 SMP Debian 3.2.54-2 i686 GNU/Linux) - /bin/sh points to 'bash'.
I tried to setup everything as described in Wiki and had absolutely no problems until tonight:
Despite everything I tried, "./make.sh build" keeps telling me this (taken from '_build.ipfire.log'):
***SNIP*** Can't locate Foomatic/Defaults.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/5.12.3/i586-linux-thread-multi /usr/lib/perl5/5.12.3 .) at /usr/sbin/foomatic-kitload line 3. BEGIN failed--compilation aborted at /usr/sbin/foomatic-kitload line 3. make[5]: *** [install-kit] Error 2 make[5]: Leaving directory `/usr/src/gutenprint-5.2.5/src/foomatic' ***SNAP***
Every 'make.sh'-line says '[ DONE ]', but only 'gutenprint' won't work, no matter what I tried.
Being curious, I commented line 695 ('ipfiremake gutenprint') in 'make.sh' and started 'make.sh' again.
Building continued with 'apsupsd' and is still working fine.
Any hints for getting 'gutenprint' compiling ok?
Regards Matthias
On 2014-03-03 11:00, Matthias Fischer wrote:
Hi,
I just began working with IPFire 2.13, trying to get my Devel-PC working.
My environment:
- P4/2800, 1GB RAM (ok, I know, machine is old, but sufficient for my
needs - until now)
- Debian 7.4 (3.2.0-4-686-pae #1 SMP Debian 3.2.54-2 i686 GNU/Linux)
- /bin/sh points to 'bash'.
I tried to setup everything as described in Wiki and had absolutely no problems until tonight:
Despite everything I tried, "./make.sh build" keeps telling me this (taken from '_build.ipfire.log'):
***SNIP*** Can't locate Foomatic/Defaults.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/5.12.3/i586-linux-thread-multi /usr/lib/perl5/5.12.3 .) at /usr/sbin/foomatic-kitload line 3. BEGIN failed--compilation aborted at /usr/sbin/foomatic-kitload line 3. make[5]: *** [install-kit] Error 2 make[5]: Leaving directory `/usr/src/gutenprint-5.2.5/src/foomatic' ***SNAP***
This is a strange timing problem on systems with more cpu cores. Sometimes the ccache was corrupted and gutenprint or fomatic will not build correctly. I hope this is fixed with the new foomatic version in IPFire 2.15.
erase your ccache and checkout the next branch. (get checkout next) After this make clean and download toolchain again. It makes not much sense to develop with the master tree at the moment because 2.15 should released in some weeks.
Arne
Every 'make.sh'-line says '[ DONE ]', but only 'gutenprint' won't work, no matter what I tried.
Being curious, I commented line 695 ('ipfiremake gutenprint') in 'make.sh' and started 'make.sh' again.
Building continued with 'apsupsd' and is still working fine.
Any hints for getting 'gutenprint' compiling ok?
Regards Matthias _______________________________________________ Development mailing list Development@lists.ipfire.org http://lists.ipfire.org/mailman/listinfo/development
On 03.03.2014 14:15, Arne Fitzenreiter wrote:
On 2014-03-03 11:00, Matthias Fischer wrote:
Hi,
I just began working with IPFire 2.13, trying to get my Devel-PC working.
My environment:
- P4/2800, 1GB RAM (ok, I know, machine is old, but sufficient for my
needs - until now)
- Debian 7.4 (3.2.0-4-686-pae #1 SMP Debian 3.2.54-2 i686 GNU/Linux)
- /bin/sh points to 'bash'.
I tried to setup everything as described in Wiki and had absolutely no problems until tonight:
Despite everything I tried, "./make.sh build" keeps telling me this (taken from '_build.ipfire.log'):
***SNIP*** Can't locate Foomatic/Defaults.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/5.12.3/i586-linux-thread-multi /usr/lib/perl5/5.12.3 .) at /usr/sbin/foomatic-kitload line 3. BEGIN failed--compilation aborted at /usr/sbin/foomatic-kitload line 3. make[5]: *** [install-kit] Error 2 make[5]: Leaving directory `/usr/src/gutenprint-5.2.5/src/foomatic' ***SNAP***
This is a strange timing problem on systems with more cpu cores. Sometimes the ccache was corrupted and gutenprint or fomatic will not build correctly. I hope this is fixed with the new foomatic version in IPFire 2.15.
erase your ccache and checkout the next branch. (get checkout next) After this make clean and download toolchain again. It makes not much sense to develop with the master tree at the moment because 2.15 should released in some weeks.
Arne
...
Thanks! Is ok for me, its just for getting a hand on developing IPFire. And its fun...
Regards Matthias