Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
| Navigation: |
|
Lists:
gentoo-dev:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
<gentoo-dev@g.o>, <tomjbe@g.o>
|
|
From:
|
Jeremy Olexa <darkside@g.o>
|
|
Subject:
|
Re: [gentoo-commits] gentoo-x86 commit in app-backup/bacula: bacula-5.0.2-r2.ebuild ChangeLog
|
|
Date:
|
Thu, 22 Jul 2010 10:57:32 -0500
|
|
On Thu, 22 Jul 2010 15:48:51 +0000 (UTC), "Thomas Beierlein (tomjbe)"
<tomjbe@g.o> wrote:
> <snip>
> elif [[ "${dbnum}" -gt 1 ]]; then
> eerror
> eerror "You have set ${P} to use multiple database types."
> eerror "I don't know which to set as the default!"
> eerror "You can use /etc/portage/package.use to set per-package USE flags"
> eerror "Set it so only one database type, mysql, postgres, sqlite3"
> eerror
> die "Multiple database types selected."
Hello Thomas,
I've just noticed this code snippet. Please don't die here, instead
pick a default if there are conflicting choices in USE.
For reference, please see "Conflicting USE Flags" section on this page,
http://devmanual.gentoo.org/general-concepts/use-flags/index.html
Thanks,
Jeremy
|
|