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

Bug#339294: libc6: symbol `__ctype_b@@GLIBC_2.0' in version 2.3.2.ds1-22 but not in 2.3.5-7



Package: libc6
Version: 2.3.5-7
Severity: important

$ dpkg -l libc6 | grep ^ii
ii  libc6          2.3.2.ds1-22   GNU C Library: Shared libraries and
Timezone data
$ readelf -a /lib/tls/libc.so.6 | grep __ctype_b@@GLIBC_2.0
   320: 0012a5f4     4 OBJECT  GLOBAL DEFAULT   18 __ctype_b@@GLIBC_2.0
$

$ dpkg -l libc6 | grep ^ii
ii  libc6          2.3.5-6        GNU C Library: Shared libraries and
Timezone data
$ readelf -a /lib/tls/libc.so.6 | grep __ctype_b@@GLIBC_2.0
$ echo $?
1
$

$ dpkg -l libc6 | grep ^ii
ii  libc6          2.3.5-7        GNU C Library: Shared libraries and
Timezone data
$ readelf -a /lib/tls/libc.so.6 | grep __ctype_b@@GLIBC_2.0
$ echo $?
1
$

you can see that this symbol was delete in version 2.3.5-6(etch) and
2.3.5-7(sid), it cause one of my program(Gaussian+Linda) crash. How
about re-add this symbol, Thanks.

$ g03l test.com
setenv GAUSS_EXEDIR
/home/user/g03/linda-exe:/home/user/g03/bsd:/home/user/g03/local:/home/user/g03/extras:/home/user/g03
g03 test.com
/home/user/g03/linda7.1/intel-linux2.4/bin/true_ntsnet: relocation
error: /home/user/g03/linda7.1/intel-linux2.4/bin/true_ntsnet: symbol
errno, version GLIBC_2.0 not defined in file libc.so.6 with link time
reference

$ objdump -x /home/user/g03/linda7.1/intel-linux2.4/bin/true_ntsnet >
true_ntsnet.log

true_ntsnet.log is in attachment.

--
LI Daobing

Attachment: true_ntsnet.log
Description: Binary data


Reply to: