[Bug 661966] New: zypper does not detect dependency packages
https://bugzilla.novell.com/show_bug.cgi?id=661966 https://bugzilla.novell.com/show_bug.cgi?id=661966#c0 Summary: zypper does not detect dependency packages Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: i686 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: ivancjd@yahoo.com.ar QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13 I found a bug in the software installation system. Date: 2010-12-30 Software used: -------------- * OS: openSuse 11.3 * HW Platform: i686 * kernel: 2.6.34.7-0.5-desktop * zypper package: version 1.4.8 * yast2 package: version 2.19.13 To be installed: ---------------- * codeblocks package: version 6906 Procedure: ---------- I used the command line to update the codeblocks package: # zypper up codeblocks Problem: -------- Zypper did update succesfully the packages "codeblocks" and "codeblocks-contrib" but did not download-install the dependency package "libcodeblocks0". This caused malfunction in some parts of the codeblocks IDE. Solution: --------- Then I used the Yast Software Manager to update the packages and then the IDE worked as expected. Please fix the zypper's installation logic to detect dependencies that yast2 already does. Thanks. Reproducible: Didn't try Steps to Reproduce: 1. 2. 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=661966 https://bugzilla.novell.com/show_bug.cgi?id=661966#c1 Duncan Mac-Vicar <dmacvicar@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dmacvicar@novell.com Resolution| |INVALID --- Comment #1 from Duncan Mac-Vicar <dmacvicar@novell.com> 2011-05-17 15:51:50 UTC --- codeblocks only requires libcodeblocks.so.0()(64bit) which is provided by all versions. When you did zypper up codeblocks, the old libcodeblocks0 was still fine, zypper did not upgrade it because it was not needed to be upgraded and because you wanted to upgrade a specific package. So either use zypper up to upgrade all packages, or tell the packager to fix the package if the main program required an updated version of the library. -- 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