Bug 743923

Summary: [abrt] hplip-3.11.10-1.fc16: status.py:45:<module>:ImportError: /usr/lib64/libnetsnmp.so.30: symbol __fdelt_chk, version GLIBC_2.15 not defined in file libc.so.6 with link time reference
Product: [Fedora] Fedora Reporter: Tim Flink <tflink>
Component: glibcAssignee: Andreas Schwab <schwab>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: 416365416c, fweimer, jakub, jpopelka, schwab, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:faf6b8a59180103e7610888668425818068c8ea2
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-06 15:08:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

Description Tim Flink 2011-10-06 13:29:17 UTC
abrt version: 2.0.5.980
cmdline:        /usr/bin/python /usr/bin/hp-makeuri -c 192.168.0.172
comment:        I added a networked HP LaserJet M1536dnf to my system
event_log:      2011-10-06-07:28:32* (exited with 9)
executable:     /usr/bin/hp-makeuri
kernel:         3.1.0-0.rc6.git0.3.fc16.x86_64
reason:         status.py:45:<module>:ImportError: /usr/lib64/libnetsnmp.so.30: symbol __fdelt_chk, version GLIBC_2.15 not defined in file libc.so.6 with link time reference
smolt_data:     Unable to save UUID to /etc/smolt/hw-uuid.  Please run once as root.
time:           Thu Oct  6 06:56:54 2011
uid:            1000
username:       liveuser

backtrace:      Text file, 22281 bytes

Comment 1 Tim Flink 2011-10-06 13:29:20 UTC
Created attachment 526707 [details]
File: backtrace

Comment 2 Tim Waugh 2011-10-06 13:54:21 UTC
What does this do?:

python -c 'import hpmudext'

Comment 3 Tim Flink 2011-10-06 14:00:28 UTC
(In reply to comment #2)
> python -c 'import hpmudext'

[root@localhost ~]# python -c 'import hpmudext'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /usr/lib64/libnetsnmp.so.30: symbol __fdelt_chk, version GLIBC_2.15 not defined in file libc.so.6 with link time reference

Comment 4 Tim Waugh 2011-10-06 14:07:35 UTC
How about this?:

rpm -q hplip-libs net-snmp-libs glibc
rpm -V hplip-libs net-snmp-libs glibc

Comment 5 Tim Flink 2011-10-06 14:19:35 UTC
(In reply to comment #4)
> How about this?:
> 
> rpm -q hplip-libs net-snmp-libs glibc
> rpm -V hplip-libs net-snmp-libs glibc

[root@localhost ~]# rpm -q hplip-libs net-snmp-libs glibc
hplip-libs-3.11.10-1.fc16.x86_64
net-snmp-libs-5.7.1-2.fc16.x86_64
glibc-2.14.90-8.x86_64
[root@localhost ~]# rpm -V hplip-libs net-snmp-libs glibc

Comment 6 Tim Waugh 2011-10-06 14:35:19 UTC
I have glibc-2.14.90-10.x86_64 and it works fine here -- could you please try updating to that?

Comment 7 Tim Flink 2011-10-06 14:50:57 UTC
Updating to glibc-2.14.90-10 seems to have done it and I'm not seeing the traceback any more.

Comment 8 Tim Waugh 2011-10-06 14:56:51 UTC
I wonder if something's wrong with automatic library dependencies?  Changing component to glibc for further analysis.

Comment 9 Andreas Schwab 2011-10-06 15:08:05 UTC
The GLIBC_2.15 ABI is not finished yet.

Comment 10 Andreas Schwab 2011-10-26 11:22:23 UTC
*** Bug 746864 has been marked as a duplicate of this bug. ***