Package: binutils
Version: 2.16.1cvs20050902-1
Severity: important
Hi,
On the powerpc architecture, the following test program fails to link:
char krb5_encrypt ();
int
main ()
{
krb5_encrypt ();
return 0;
}
$ gcc -o test test.c -lkrb5
/usr/bin/ld: dynamic variable `_SDA_BASE_@@krb5_3_MIT' is zero size
/usr/bin/ld:
/usr/lib/gcc/powerpc-linux-gnu/4.0.2/../../../../lib/crt1.o(.rodata+0x0):
unresolvable R_PPC_ADDR32 relocation against symbol `_SDA_BASE_@@krb5_3_MIT'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
I rebuild krb5 (1.3.6-5) on a current sid system, and it then links
without a problem. However, something has broken in the recent past to
cause this error.
See also: #329686
Regards,
Roger
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.1
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages binutils depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
binutils recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]