Hide Forgot
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
Created attachment 526707 [details] File: backtrace
What does this do?: python -c 'import hpmudext'
(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
How about this?: rpm -q hplip-libs net-snmp-libs glibc rpm -V hplip-libs net-snmp-libs glibc
(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
I have glibc-2.14.90-10.x86_64 and it works fine here -- could you please try updating to that?
Updating to glibc-2.14.90-10 seems to have done it and I'm not seeing the traceback any more.
I wonder if something's wrong with automatic library dependencies? Changing component to glibc for further analysis.
The GLIBC_2.15 ABI is not finished yet.
*** Bug 746864 has been marked as a duplicate of this bug. ***