I think I found the problem.
The package uclibc-toolchain depends on gcc | c-compiler.
But in the compilation of the package its only using gcc-3.3.

strace /usr/bin/i386-uclibc-linux-gcc -o hello hello.c > output
cat output | grep crtbegin
access("/usr/lib/gcc-lib/i486-linux-gnu/3.3.6/crtbegin.o", F_OK) = 0

When somebody uses another gcc which is different from gcc-3.3 an error occurs: hecking for C compiler default output file name... configure: error: C compiler cannot create executables
See bug #339859

And #339859 ends up causing this error:
"install: cannot stat `/build/buildd/gibraltar-bootcd-0.55/debian/tmp-build/discover': No such file or directory"
See bug #374489

And it ended up causing problems in build of package gibraltar-bootcd.
I'm giving merge in the 3 bugs.
And we'll be waiting for the solution of the problem in package uclibc-toolchain.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to