Re: Buildd failed: C compiler cannot create executables

2009-12-07 Thread Cyril Brulebois
Felipe Sateler fsate...@gmail.com (27/11/2009):
 Which would be...?

That KiBi should have checked facts better when reporting the FTBFS
bug. The B-D was indeed there. Lalala. :)

(Sorry for the lag, I only open -mentors@ from time to time.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Buildd failed: C compiler cannot create executables

2009-11-29 Thread Matthew Palmer
On Fri, Nov 27, 2009 at 08:08:36AM +0100, Joachim Wiedorn wrote:
 thanks for this informations!

What informations?

- Matt


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Buildd failed: C compiler cannot create executables (solved)

2009-11-29 Thread Joachim Wiedorn
Hello Matt,


Am Fri, 27 Nov 2009 18:25:05 +1100 schrieb
Matthew Palmer mpal...@debian.org:

 What informations?

This informations:


Am Fri, 27 Nov 2009 09:34:04 +0800 schrieb
Paul Wise p...@debian.org:

 Packages should definitely not enforce building with ccache.
 
 The right way to enable usage of ccache is to set
 PATH=/usr/lib/ccache:$PATH in your environment.
 
 If you use pbuilder to build your packages, add this to your ~/.pbuilderrc:
 
 export CCACHE_DIR=/var/cache/pbuilder/ccache
 export PATH=/usr/lib/ccache:${PATH}
 EXTRAPACKAGES=ccache
 BINDMOUNTS=${CCACHE_DIR}

And now I can say: It was only the problem with ccache. I have removed
the hole stuff with ccache and buildd/sbuild works well.

Fondest regards,
 Joachim Wiedorn



signature.asc
Description: PGP signature


Re: Buildd failed: C compiler cannot create executables

2009-11-27 Thread Cyril Brulebois
Felipe Sateler fsate...@gmail.com (26/11/2009):
 Your package build-depends on ccache, and it actively enforces it in
 the debian/rules file. Why is that?
 
 I would be willing to bet money that the problem is that buildd's
 have no (writable) home directory, so ccache fails. Drop the ccache
 stuff, or if it _absolutely_ necessary, setup a bogus $HOME so that
 ccache can work in the buildds.

I shall collect your money.

Next time, check the facts.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Buildd failed: C compiler cannot create executables

2009-11-27 Thread Cyril Brulebois
Joachim Wiedorn ad_deb...@joonet.de (27/11/2009):
 thanks for this informations!

Nice to see you noticed the FTBFS yourself. I opened a bug anyway
(before opening my =debian-mentors/ folder). :)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Buildd failed: C compiler cannot create executables

2009-11-27 Thread Felipe Sateler
On Sat, 2009-11-28 at 03:17 +0100, Cyril Brulebois wrote:
 Felipe Sateler fsate...@gmail.com (26/11/2009):
  Your package build-depends on ccache, and it actively enforces it in
  the debian/rules file. Why is that?
  
  I would be willing to bet money that the problem is that buildd's
  have no (writable) home directory, so ccache fails. Drop the ccache
  stuff, or if it _absolutely_ necessary, setup a bogus $HOME so that
  ccache can work in the buildds.
 
 I shall collect your money.
 
 Next time, check the facts.

Which would be...?


-- 
Saludos,
Felipe Sateler



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Buildd failed: C compiler cannot create executables

2009-11-26 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joachim Wiedorn schrieb:
 Hello,
 
 
 while building the new package 'Xfe' I can see that buildd failed on
 some architectures. 
 See: https://buildd.debian.org/~luk/status/package.php?suite=p=xfe
 
 They failed all with the same error:
 
 checking for gcc... ccache cc
 checking for C compiler default output file name... 
 configure: error: C compiler cannot create executables
 See `config.log' for more details.
 
 That is my first package build on buildd!
 
 Could it be, that ccache cc can be the reason? 
 
 Or is there another reason?

You are right, ccache is not supported on the buildds.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksO2TcACgkQ2XA5inpabMdC2gCfbJrsH53meJTqrEvlawRnHYG5
tokAnjaBlFkWqnZQpwstYFM6I4bMFkk0
=XCFG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Buildd failed: C compiler cannot create executables

2009-11-26 Thread Felipe Sateler
On Thu, 2009-11-26 at 20:34 +0100, Joachim Wiedorn wrote:
 Hello,
 
 
 while building the new package 'Xfe' I can see that buildd failed on
 some architectures. 
 See: https://buildd.debian.org/~luk/status/package.php?suite=p=xfe
 
 They failed all with the same error:
 
  checking for gcc... ccache cc
  checking for C compiler default output file name... 
  configure: error: C compiler cannot create executables
  See `config.log' for more details.
 
 That is my first package build on buildd!
 
 Could it be, that ccache cc can be the reason? 
 
 Or is there another reason?


Your package build-depends on ccache, and it actively enforces it in the
debian/rules file. Why is that?

I would be willing to bet money that the problem is that buildd's have
no (writable) home directory, so ccache fails. Drop the ccache stuff, or
if it _absolutely_ necessary, setup a bogus $HOME so that ccache can
work in the buildds.


-- 
Saludos,
Felipe Sateler



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Buildd failed: C compiler cannot create executables

2009-11-26 Thread Paul Wise
On Fri, Nov 27, 2009 at 3:42 AM, Felipe Sateler fsate...@gmail.com wrote:

 Your package build-depends on ccache, and it actively enforces it in the
 debian/rules file. Why is that?

 I would be willing to bet money that the problem is that buildd's have
 no (writable) home directory, so ccache fails. Drop the ccache stuff, or
 if it _absolutely_ necessary, setup a bogus $HOME so that ccache can
 work in the buildds.

Packages should definitely not enforce building with ccache.

The right way to enable usage of ccache is to set
PATH=/usr/lib/ccache:$PATH in your environment.

If you use pbuilder to build your packages, add this to your ~/.pbuilderrc:

export CCACHE_DIR=/var/cache/pbuilder/ccache
export PATH=/usr/lib/ccache:${PATH}
EXTRAPACKAGES=ccache
BINDMOUNTS=${CCACHE_DIR}

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Buildd failed: C compiler cannot create executables

2009-11-26 Thread Joachim Wiedorn
Hello,

thanks for this informations!

Fondest regards,
 Joachim Wiedorn



signature.asc
Description: PGP signature