[Bug 819497] New: net-snmp is broken for Perl Libraries
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c0 Summary: net-snmp is broken for Perl Libraries Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: i386 OS/Version: openSUSE 12.3 Status: NEW Severity: Critical Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: slerena@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 Trying to use net-snmp (SNMP) library in perl produces fatal error: Can't load '/usr/lib/perl5/vendor_perl/5.16.2/i586-linux-thread-multi/auto/SNMP/SNMP.so' for module SNMP: /usr/lib/perl5/vendor_perl/5.16.2/i586-linux-thread-multi/auto/SNMP/SNMP.so: undefined symbol: usmAESPrivProtocol at /usr/lib/perl5/5.16.2/i586-linux-thread-multi/DynaLoader.pm line 190. Reproducible: Always Steps to Reproduce: 1. perl 2. use SNMP; 3. CTRL-D Actual Results: Get the error: Can't load '/usr/lib/perl5/vendor_perl/5.16.2/i586-linux-thread-multi/auto/SNMP/SNMP.so' for module SNMP: /usr/lib/perl5/vendor_perl/5.16.2/i586-linux-thread-multi/auto/SNMP/SNMP.so: undefined symbol: usmAESPrivProtocol at /usr/lib/perl5/5.16.2/i586-linux-thread-multi/DynaLoader.pm line 190. And exit Perl interpreter. Expected Results: Do not exit / break program with fatal error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c Sancho Lerena <slerena@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P1 - Urgent -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |lchiquitto@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c1 Leonardo Chiquitto <lchiquitto@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Leonardo Chiquitto <lchiquitto@suse.com> 2013-05-16 19:56:36 UTC --- Something wrong with the build. I'll take a look. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c2 Leonardo Chiquitto <lchiquitto@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |al@capt.su --- Comment #2 from Leonardo Chiquitto <lchiquitto@suse.com> 2013-05-16 19:58:19 UTC --- *** Bug 818907 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=818907 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c3 --- Comment #3 from Leonardo Chiquitto <lchiquitto@suse.com> 2013-05-20 12:27:04 UTC --- I found the problem, but not the root cause. The build dependencies between the Perl module and libnetsnmp are not defined correctly. When the module is built before, it won't be linked against libnetnsmp. As a workaround, I disabled parallel build in the spec file. I'll submit it to Factory in a few minutes. Update for 12.3 will be submitted after I get some feedback from the reporters. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c4 --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-05-20 15:00:31 CEST --- This is an autogenerated message for OBS integration: This bug (819497) was mentioned in https://build.opensuse.org/request/show/176144 Factory / net-snmp -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c5 Leonardo Chiquitto <lchiquitto@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |slerena@gmail.com --- Comment #5 from Leonardo Chiquitto <lchiquitto@suse.com> 2013-05-21 13:06:42 UTC --- There are packages available for testing (12.3, Factory, etc) in this repository: http://download.opensuse.org/repositories/net-snmp:/factory/ Please, could you check if it resolves the problem? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c6 Sancho Lerena <slerena@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|slerena@gmail.com | --- Comment #6 from Sancho Lerena <slerena@gmail.com> 2013-05-22 05:12:38 UTC --- Seems it solves the problem. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c7 --- Comment #7 from Alexander Podrezenko <al@capt.su> 2013-05-22 06:07:14 UTC --- Yes, it solves my problem. Thanks a lot! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c8 Leonardo Chiquitto <lchiquitto@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Leonardo Chiquitto <lchiquitto@suse.com> 2013-05-23 19:13:38 UTC --- Thanks for verifying. I submitted a maintenance request to 12.3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c9 --- Comment #9 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-05-23 22:00:20 CEST --- This is an autogenerated message for OBS integration: This bug (819497) was mentioned in https://build.opensuse.org/request/show/176449 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=819497 https://bugzilla.novell.com/show_bug.cgi?id=819497#c10 --- Comment #10 from Swamp Workflow Management <swamp@suse.de> 2013-06-10 09:15:27 UTC --- openSUSE-RU-2013:0901-1: An update that has two recommended fixes can now be installed. Category: recommended (low) Bug References: 818907,819497 CVE References: Sources used: openSUSE 12.3 (src): net-snmp-5.7.2-3.4.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com