[Bug 444646] New: zypper tries to install already installed (meta)package
https://bugzilla.novell.com/show_bug.cgi?id=444646 Summary: zypper tries to install already installed (meta)package 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: mzugec@novell.com QAContact: qa@suse.de Found By: --- With "zypper up" I installed newer version of openSUSE-release but "zypper lu" shows me it again. Logs will follow -- 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=444646 User mzugec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444646#c1 --- Comment #1 from Michal Zugec <mzugec@novell.com> 2008-11-13 07:22:22 MST --- Created an attachment (id=251915) --> (https://bugzilla.novell.com/attachment.cgi?id=251915) Zypper solver testcase Zypper solver testcase -- 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=444646 User schubi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444646#c2 Stefan Schubert <schubi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mzugec@novell.com --- Comment #2 from Stefan Schubert <schubi@novell.com> 2008-11-18 04:01:15 MST --- The solver queue in the testcase is empty and none update flags for the solver has been set. So the testcase does nothing. Michal, I cannot find a the package named "openSUSE-release". Which one do you mean ? -- 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=444646 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444646#c3 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkupec@novell.com Info Provider|mzugec@novell.com |schubi@novell.com --- Comment #3 from Ján Kupec <jkupec@novell.com> 2008-11-18 04:41:46 MST --- (In reply to comment #2 from Stefan Schubert)
The solver queue in the testcase is empty and none update flags for the solver has been set. So the testcase does nothing.
Indeed.. it seems zypper does not generate proper testcase for 'zypper up'. What do i need to do in order to generate it properly if doUpdate() or doUpgrade() is used? Should i call createSolverTestcase() after calling those?
Michal, I cannot find a the package named "openSUSE-release". Which one do you mean ?
The openSUSE-release package. There is such package in 11.1 :O) However, i can't reproduce this problem with the latest stack, so it probably got fixed in the meantime. -- 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=444646 User mzugec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444646#c4 --- Comment #4 from Michal Zugec <mzugec@novell.com> 2008-11-18 05:11:36 MST ---
However, i can't reproduce this problem with the latest stack, so it probably got fixed in the meantime.
I can reproduce it again on my laptop (Factory) -- 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=444646 User schubi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444646#c5 Stefan Schubert <schubi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schubi@novell.com Status|NEEDINFO |NEW Info Provider|schubi@novell.com | --- Comment #5 from Stefan Schubert <schubi@novell.com> 2008-11-18 05:25:41 MST --- "Indeed.. it seems zypper does not generate proper testcase for 'zypper up'. What do i need to do in order to generate it properly if doUpdate() or doUpgrade() is used? Should i call createSolverTestcase() after calling those? " That would be nice :-) "The openSUSE-release package. There is such package in 11.1 :O)" I should use zgrep instead of grep in the solvertestcase repos :-) The bug is here:
!> 6408: INTsU(1443)product:openSUSE-11.1-0.i586(@System) !> 6409: UNTs_(1444)product:openSUSE-11.1.i586(11.1Beta5)
This will be updated which is wrong and has been fixed yesterday night. Products have "buddys" like "hard links" to the concerning release package which will be updated too. Michal, have you updated SAT solver too ? -- 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=444646 User schubi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444646#c6 Stefan Schubert <schubi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mzugec@novell.com --- Comment #6 from Stefan Schubert <schubi@novell.com> 2008-11-19 01:05:54 MST --- Factory is not svn. ;-) Michal could you please check 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=444646 User mzugec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=444646#c7 Michal Zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|mzugec@novell.com | Resolution| |FIXED --- Comment #7 from Michal Zugec <mzugec@novell.com> 2008-11-25 02:39:56 MST --- Confirmed, it works fine now Thank you -- 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