First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 124330
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ciaran McCreesh <ciaran.mccreesh@googlemail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 124330 depends on: Show dependency tree
Show dependency graph
Bug 124330 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-02-27 16:57 0000
From krecipes-0.9.1.ebuild:

    pkg_setup() {


------- Comment #1 From Ciaran McCreesh 2006-02-27 16:57:07 0000 -------
From krecipes-0.9.1.ebuild:

    pkg_setup() {
    »···if ! use sqlite && ! use mysql && ! use postgres; then
    »···»···eerror krecipes needs either SQLite, MySQL or PostgreSQL to
work,
    »···»···eerror please try again with USE=\"sqlite\", USE=\"mysql\"
or USE=\"postgres\".
    »···»···die
    »···fi
    }

This is a policy violation. See the paragraph starting with "Occasionally,
ebuilds will have conflicting USE flags for functionality." in
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1 . If
no USE flag is specified, you should pick one of the three and pretend it's on.

------- Comment #2 From Caleb Tennis 2006-02-28 15:56:54 0000 -------
I've never used this tricky syntax before, but is this legal?:

DEPEND="sqlite? ( dev-db/sqlite )
      !mysql? ( !postgres? ( dev-db/sqlite ) ) )"  

------- Comment #3 From Ciaran McCreesh 2006-02-28 16:01:10 0000 -------
Yup. See gvim for a more complicated example.

------- Comment #4 From Caleb Tennis 2006-02-28 16:10:33 0000 -------
gotcha.  ebuild should be fixed now, used sqlite as a default since it's the
smallest and most lightweight.  

thanks for your QA work.

First Last Prev Next    No search results available      Search page      Enter new bug