Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] REQUIRED_USE on dev-db/mariadb-10.0 confuses me
Date: Sun, 25 Jan 2015 19:17:16
Message-Id: 201501251917.10001.michaelkintzios@gmail.com
1 Calculating dependencies... done!
2
3 !!! The ebuild selected to satisfy "=dev-
4 db/mariadb-10.0*[embedded=,minimal=,static=,static-
5 libs=,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]"
6 has unmet requirements.
7 - dev-db/mariadb-10.0.15-r1::gentoo USE="community pam perl ssl xml -cluster -
8 debug -embedded -extraengine -jemalloc -latin1 -max-idx-128 -minimal -odbc -
9 oqgraph -profiling (-selinux) -sphinx -static -static-libs -systemtap -
10 tcmalloc -test -tokudb" ABI_X86="64 -32 -x32"
11
12 The following REQUIRED_USE flag constraints are unsatisfied:
13 xml? ( extraengine )
14
15 The above constraints are a subset of the following complete expression:
16 odbc? ( extraengine !minimal ) xml? ( extraengine !minimal ) minimal? (
17 !oqgraph !sphinx ) tokudb? ( jemalloc ) tcmalloc? ( !jemalloc ) jemalloc? (
18 !tcmalloc ) minimal? ( !cluster !extraengine !embedded ) static? ( !ssl )
19
20 (dependency required by "virtual/mysql-5.6-r2" [ebuild])
21 (dependency required by "dev-db/mysql-connector-c++-1.1.3" [installed])
22 (dependency required by "app-office/libreoffice-4.2.8.2[mysql]" [installed])
23 (dependency required by "@selected" [set])
24 (dependency required by "@world" [argument])
25
26
27 Can you please remind me what the above message means? What is the meaning of
28 the question mark after xml? I remember this has been answered before (at
29 least by Alan) but I can't seem to find the thread just now.
30
31
32 USE="xml" seems to be part of the default settings on this box:
33 =================================
34 global use flags (searching: xml)
35 ************************************************************
36 [+ D ] xml - Add support for XML files
37 =================================
38
39 while USE="extraengine" is not set and I'm not sure I need it:
40 ========================================
41 local use flags (searching: extraengine)
42 ************************************************************
43 [- ] extraengine
44 dev-db/mariadb: Add support for alternative storage engines (Archive,
45 CSV, Blackhole, Federated(X), Partition)
46 [- ] 5.5.40-r1 [gentoo]
47 [- ] 5.5.41 [gentoo]
48 [- ] 10.0.15 [gentoo]
49 [- ] 10.0.15-r1 [gentoo]
50 ========================================
51
52 What is it asking me to do?
53
54 --
55 Regards,
56 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] REQUIRED_USE on dev-db/mariadb-10.0 confuses me Neil Bothwick <neil@××××××××××.uk>