Unexpected redirection of compiler output to /dev/null on koji

Jakub Jelinek jakub at redhat.com
Wed Sep 10 19:33:47 UTC 2008


On Wed, Sep 10, 2008 at 09:01:06PM +0200, Jochen Schmitt wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Unfortunately, I have to find out, the a new package which I have
> imported into cvs failed
> on koji.
> 
> After I have a look on the build log, I have to recorgnised the
> unexpected inserteion of
> redirection of the compiler output to /dev/null.

You are using libtool and libtool's default behavior is only show
compiler messages from -fPIC compilation and suppress them in the non-pic
one.  You can pass -no-suppress to libtool to avoid this suppression.

	Jakub




More information about the devel mailing list