[Bug 445476] New: YaST installs unrelated packages
https://bugzilla.novell.com/show_bug.cgi?id=445476 Summary: YaST installs unrelated packages Product: openSUSE 11.1 Version: Beta 5 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: lslezak@novell.com ReportedBy: jkupec@novell.com QAContact: jsrain@novell.com CC: mls@novell.com, juhliarik@novell.com Found By: Development When running the ftp server module for the first time, i selected vsftpd. Since the package has not been installed, the module went on to install it, but installed a whole lot of unrelated packages along. This is most probably caused by the ignorealreadyrecommended solver flag not set: 2008-11-16 12:02:11 <1> kompost(20806) [zypp] Resolver.cc(solverInit):260 -------------- Calling SAT Solver ------------------- ... 2008-11-16 12:02:11 <1> kompost(20806) [zypp] SATResolver.cc(resolvePool):665 Install U_Th_(15285)vsftpd-2.0.7-4.18.x86_64(factory) ... 2008-11-16 12:02:11 <1> kompost(20806) [zypp] SATResolver.cc(solving):454 ignorealreadyrecommended = 0 Lado, please check what is needed to do so that the solver is called with this flag enabled in order to install needed packages. Maybe a change in the pkg-bindings is only needed, maybe the individual modules need to add a call to set the flag. -- 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=445476 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=445476#c1 --- Comment #1 from Ján Kupec <jkupec@novell.com> 2008-11-16 04:30:27 MST --- Created an attachment (id=252493) --> (https://bugzilla.novell.com/attachment.cgi?id=252493) yast logs -- 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=445476 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 - None |P2 - High -- 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=445476 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=445476#c2 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Ladislav Slezak <lslezak@novell.com> 2008-12-03 05:52:54 MST --- Fixed in yast2-pkg-bindings-2.17.30 and yast2-2.17.55 - there is a new function Pkg::Solve() which takes an option map as argument. PackageSystem::DoInstallAndRemove() calls Pkg::Solve() with "ignoreAlreadyRecommended" option set to 'true'. -- 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=445476 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=445476#c3 --- Comment #3 from Ladislav Slezak <lslezak@novell.com> 2008-12-03 05:54:06 MST --- So it's fixed only in this case, all other solver runs are not affected to not break something. -- 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