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

Re: binutils error? (autobuilder failure)



Hi,

[ please Cc: me as Iam not sucribed to -68k and not to -glibc ]

Richard Zidlicky wrote:
> On Wed, Feb 05, 2003 at 09:06:42AM +0100, Rene Engelhard wrote:
> > anyone of you know what causes the follwing build failure and what to do?
> > Versions till -3 built successfully; but binutils got updated
> > recently...
> > 
> > http://buildd.debian.org/fetch.php?&pkg=firestarter&ver=0.9.1-4&arch=m68k&stamp=1044431895&file=log&as=raw
> 
> known problem in binutils. Temporary workaround is to patch glibc
> like this:
> 
> +++ glibc-2.2.90/sysdeps/m68k/dl-machine.h	Mon Aug 26 11:45:31 2002
> @@ -311,6 +311,8 @@
>    Elf32_Addr *const reloc_addr = (void *) (l_addr + reloc->r_offset);
>    if (ELF32_R_TYPE (reloc->r_info) == R_68K_JMP_SLOT)
>      *reloc_addr += l_addr;
> +  else if (ELF32_R_TYPE (reloc->r_info) == R_68K_NONE)
> +    return;
>    else
>      _dl_reloc_bad_type (map, ELF32_R_TYPE (reloc->r_info), 1);
>  }
> 
> No idea if it is fixed or going to be fixed in some newer binutils.
> The inefficiency introduced by this patch is minimal so it won?t
> hurt if it stays in glibc for a while.

Maybe that patch should be put into our glibc package? (CC'ing) ?

Regards,

Rene
-- 
 .''`.  Rene Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73

Attachment: pgpIMrbp43DkK.pgp
Description: PGP signature


Reply to: