public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Problem with building 2.13/75 (gutenprint) on Debian
@ 2014-03-03 10:00 Matthias Fischer
  2014-03-03 13:15 ` Arne Fitzenreiter
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fischer @ 2014-03-03 10:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1276 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with building 2.13/75 (gutenprint) on Debian
  2014-03-03 10:00 Problem with building 2.13/75 (gutenprint) on Debian Matthias Fischer
@ 2014-03-03 13:15 ` Arne Fitzenreiter
  2014-03-03 19:42   ` Matthias Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Arne Fitzenreiter @ 2014-03-03 13:15 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2029 bytes --]

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(a)lists.ipfire.org
> http://lists.ipfire.org/mailman/listinfo/development

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with building 2.13/75 (gutenprint) on Debian
  2014-03-03 13:15 ` Arne Fitzenreiter
@ 2014-03-03 19:42   ` Matthias Fischer
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Fischer @ 2014-03-03 19:42 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-03 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-03 10:00 Problem with building 2.13/75 (gutenprint) on Debian Matthias Fischer
2014-03-03 13:15 ` Arne Fitzenreiter
2014-03-03 19:42   ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox