[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Broken toolchain gcc-4.2



On Sun, Jul 08, 2007 at 10:55:18PM +0200, Hector Oron wrote:
> Hello,
> 
> It looks like gcc-4.2 for arm toolchain is broken,
> http://buildd.debian.org/fetch.cgi?&pkg=gcc-4.2&ver=4.2-20070707-1&arch=arm&stamp=1183840319&file=log
> 
> I believe that disabling libssp (already supported by >glibc-2.4)
> fixes arm native build, but i have not tried it. Somebody could test
> it?

It seems more like a problem with the buildd. pty's have not been set
up properly, and thus expect does not work.

> --- rules.defs.bak      2007-07-08 22:53:34.000000000 +0200
> +++ rules.defs  2007-07-08 22:52:53.000000000 +0200
> @@ -402,7 +402,7 @@
> ifdef DEB_CROSS
>   ssp_no_archs = arm armel alpha hppa ia64 m68k mips mipsel hurd-i386
> endif
> -ssp_no_archs = alpha hppa ia64 m68k mips mipsel hurd-i386
> +ssp_no_archs = arm armel alpha hppa ia64 m68k mips mipsel hurd-i386
> ifneq (, $(filter $(DEB_TARGET_ARCH),$(ssp_no_archs)))
>   with_ssp := not available on $(DEB_TARGET_ARCH)
> endif
> 
> 
> -- 
> Héctor Orón

-- 
"rm -rf" only sounds scary if you don't have backups



Reply to: