[Bug 444978] New: zypper update problems
https://bugzilla.novell.com/show_bug.cgi?id=444978 Summary: zypper update problems Product: openSUSE 11.1 Version: Beta 5 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: aj@novell.com QAContact: qa@suse.de Found By: --- I did an update from 11.0 x86-64 to 11.1 Beta5 and after the update run "zypper up" and still have some packages that are not updated. The problem is that after a zypper up the packages get installed but still are mentioned as needing an update: reger:/suse/aj # zypper lu Loading repository data... Reading installed packages... S | Repository | Name | Version | Arch --+-----------------+------------------+-----------+------- v | openSUSE 11.1-0 | openSUSE | 11.1 | x86_64 v | openSUSE 11.1-0 | openSUSE-release | 11.1-1.49 | x86_64 reger:/suse/aj # rpm -q openSUSE openSUSE-release package openSUSE is not installed openSUSE-release-11.1-1.49 reger:/suse/aj # zypper up Loading repository data... Reading installed packages... The following product is going to be downgraded: openSUSE The following package is going to be reinstalled: openSUSE-release Overall download size: 17.0 K. No additional space will be used or freed after the operation. Continue? [YES/no]: y Do you agree with the terms of the license? [yes/NO]: y Retrieving package openSUSE-release-11.1-1.49.x86_64 (1/2), 17.0 K (64.0 K unpacked) Retrieving: openSUSE-release-11.1-1.49.x86_64.rpm [done] Installing: openSUSE-release-11.1-1.49 [done] reger:/suse/aj # zypper lu Loading repository data... Reading installed packages... S | Repository | Name | Version | Arch --+-----------------+------------------+-----------+------- v | openSUSE 11.1-0 | openSUSE | 11.1 | x86_64 v | openSUSE 11.1-0 | openSUSE-release | 11.1-1.49 | x86_64 -- 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=444978 User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444978#c1 --- Comment #1 from Andreas Jaeger <aj@novell.com> 2008-11-14 02:34:02 MST --- Created an attachment (id=252168) --> (https://bugzilla.novell.com/attachment.cgi?id=252168) solver test case -- 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=444978 User ma@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444978#c3 Michael Andres <ma@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ma@novell.com --- Comment #3 from Michael Andres <ma@novell.com> 2008-11-14 03:49:46 MST --- Looks like a broken content file. -- 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=444978 User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444978#c4 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adrian@novell.com --- Comment #4 from Andreas Jaeger <aj@novell.com> 2008-11-14 03:59:00 MST --- Adrian, can you comment on #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=444978 User ma@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444978#c5 Michael Andres <ma@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|zypp-maintainers@forge.provo.novell.com |adrian@novell.com --- Comment #5 from Michael Andres <ma@novell.com> 2008-11-14 05:15:17 MST --- Looks we have two bugs here. 1) The satsolver threats an empty release as a wildcard, thus (simplified) thinks 11.1 and 11.1-0 are the same version. Michael just fixed this. 2) @Adrian: The bug in the generated content files is the product version being listed listed as VERSION 11.1 but it has to be the full version (incl. release), as stated in the /etc/products.d (products.d release package and content must be consistent) - In /etc/products.d <name>openSUSE</name> <version>11.1</version> <release>0</release> - In openSUSE-release provides: product(openSUSE) = 11.1-0 - In content file: NAME openSUSE VERSION 11.1-0 <- with release. BTW: The testcase also shows the nonoss repo defines an openSUSE-Addon-NonOss product, but has no corresponding release package providing: product(openSUSE-Addon-NonOss) = 11.1-0 Is this intended? -- 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=444978 User adrian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444978#c6 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |ma@novell.com --- Comment #6 from Adrian Schröter <adrian@novell.com> 2008-11-14 07:09:20 MST --- 2) VERSION had never the release number inside, so I think we could create possible sideeffects by adding it. We had DISTVERSION in old releases, which contained $VERSION-$RELEASE like you want it. This one was removed by intention. So we can either recreate DISTVERSION or we can add a new RELEASE tag which only contains the "0" so you can compare it. What do you want here ? -- 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=444978 User ma@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444978#c7 Michael Andres <ma@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lrupp@novell.com Status|NEEDINFO |NEW Info Provider|ma@novell.com | --- Comment #7 from Michael Andres <ma@novell.com> 2008-11-17 04:50:10 MST --- Let's add a RELEASE tag. Lars is going to prepare it and I'll adapt the satsolvers parser. -- 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=444978 User ma@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444978#c8 --- Comment #8 from Michael Andres <ma@novell.com> 2008-11-17 05:48:42 MST --- @LARS: BTW the REFERENCES tag in the contentfile is obsolete. We don't use it. -- 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=444978 User ma@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444978#c9 --- Comment #9 from Michael Andres <ma@novell.com> 2008-11-17 07:23:05 MST --- Parser is adapted in satsolver-0.12.3. Once the content files are fixed, it should work. -- 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