[Bug 505473] New: Dependency resolution problem
http://bugzilla.novell.com/show_bug.cgi?id=505473 Summary: Dependency resolution problem Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: cmorve69@yahoo.es QAContact: adrian@novell.com Found By: Community User At https://build.opensuse.org/package/show?package=bsnes&project=home:RedDwarf:branches:Emulators there is a package that needs a Qt library under the LGPL, that means >= 4.5. I make it build against these two repos, in this order: openSUSE:11.1/standard KDE:Qt/openSUSE_11.1 What I want is it to use all the packages from openSUSE:11.1/standard if they are available, and only use the ones from KDE:Qt/openSUSE_11.1 when they aren't available in openSUSE:11.1/standard. The package BuildRequires "libqt4-devel >= 4.5.0". libqt4-devel is available at openSUSE:11.1/standard, but not ">= 4.5.0", that version is available at KDE:Qt/openSUSE_11.1... I would expect the BS to use it. What I get instead is and expansion error: "nothing provides libqt4-devel >= 4.5.0". Seems it found libqt4-devel at openSUSE:11.1, and since the version wasn't correct is just stopped searching. In this case I would expect it to continue the search in KDE:Qt/openSUSE_11.1, where it would have found the correct version. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=505473 User adrian@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=505473#c1 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Adrian Schröter <adrian@novell.com> 2009-05-20 01:33:50 MDT --- Bugzilla is not a support tool, please go to mailinglist or IRC channel. (andremove the openSUSE:11.1/standard from your definition to solve your issue.) -- Configure bugmail: http://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