Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560732 - =dev-db/mariadb-10.0.21-r1: dev-db/mariadb-10.0.21 does not actually support the client-libs USE flag
Summary: =dev-db/mariadb-10.0.21-r1: dev-db/mariadb-10.0.21 does not actually support ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 21:08 UTC by Coacher
Modified: 2015-09-18 15:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,104.86 KB, application/x-xz)
2015-09-17 21:08 UTC, Coacher
Details
emerge --info (info,6.17 KB, text/plain)
2015-09-17 21:10 UTC, Coacher
Details
equery -qC uses =dev-db/mariadb-10.0.21-r1 (file_560732.txt,242 bytes, text/plain)
2015-09-17 21:13 UTC, Coacher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2015-09-17 21:08:30 UTC
Created attachment 412142 [details]
build.log.xz

Hello.

During the upgrade attempt from dev-db/mariadb-10.0.21 to dev-db/mariadb-10.0.21-r1 I get the following error:

>>> Merging dev-db/mariadb-10.0.21-r1 to /
 * ERROR: dev-db/mariadb-10.0.21-r1::gentoo failed (preinst phase):
 *   dev-db/mariadb-10.0.21 does not actually support the client-libs USE flag!
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called pkg_preinst
 *   environment, line 4511:  Called mysql-multilib_pkg_preinst
 *   environment, line 4181:  Called built_with_use 'dev-db/mariadb' 'client-libs'
 *   environment, line  924:  Called die
 * The specific snippet of code:
 *                           die "$PKG does not actually support the $1 USE flag!"
 *
 * If you need support, post the output of `emerge --info '=dev-db/mariadb-10.0.21-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-db/mariadb-10.0.21-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-db/mariadb-10.0.21-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-db/mariadb-10.0.21-r1/temp/environment'.
 * Working directory: '/usr/lib64/python3.4/site-packages'
 * S: '/var/tmp/portage/dev-db/mariadb-10.0.21-r1/work/mysql'
!!! FAILED preinst: 1
Comment 1 Coacher 2015-09-17 21:10:14 UTC
Created attachment 412144 [details]
emerge --info
Comment 2 Coacher 2015-09-17 21:13:52 UTC
Created attachment 412148 [details]
equery -qC uses =dev-db/mariadb-10.0.21-r1
Comment 3 Brian Evans (RETIRED) gentoo-dev 2015-09-18 14:55:58 UTC
(In reply to Coacher from comment #0)
> Created attachment 412142 [details]
> build.log.xz
> 
> Hello.
> 
> During the upgrade attempt from dev-db/mariadb-10.0.21 to
> dev-db/mariadb-10.0.21-r1 I get the following error:
> 
> >>> Merging dev-db/mariadb-10.0.21-r1 to /
>  * ERROR: dev-db/mariadb-10.0.21-r1::gentoo failed (preinst phase):
>  *   dev-db/mariadb-10.0.21 does not actually support the client-libs USE
> flag!

Oops, forgot to consider the missing case when going from not having to having the USE.  Fixing shortly
Comment 4 Brian Evans (RETIRED) gentoo-dev 2015-09-18 15:02:20 UTC
Done