Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] How to decode this?
Date: Sun, 05 Jun 2016 09:21:46
Message-Id: 3868429.iESKhqjW5B@peak
1 X-Originating-<%= hostname %>-IP: [82.69.80.10]
2
3 Hello list,
4
5 I've just about finished installing a new ~amd64 system, because it was
6 getting too intricate to maintain ~arch versions of all the packages I need
7 with some pretty new hardware in here. When it came to emerging libreoffice,
8 though, and its last dependency app-text/libetonyek, I found a bit of a
9 puzzle.
10
11 The build log of app-text/libetonyek includes this:
12
13 [...]
14 checking for MDDS... no
15 configure: error: Package requirements (mdds-1.0) were not met:
16
17 No package 'mdds-1.0' found
18
19 ...and on the console I see:
20
21 * emerge --keep-going: app-office/libreoffice-5.1.3.2 dropped because it
22 * requires >=app-text/libetonyek-0.1, >=app-text/libetonyek-0.1
23
24 Now that's odd, because DEPEND in the libetonyek ebuild contains
25 "dev-util/mdds:1" and see here:
26
27 $ eix mdds
28 [I] dev-util/mdds
29 Available versions:
30 (0) 0.10.3(0/0.10.3) (~)0.11.2-r1(0/0.11.2) 0.12.0(0/0.12.0) 0.12.1(0/0.12.1){tbz2}
31 (1) (~)1.2.0(1/1.2){tbz2} **9999(1/9999)
32 {doc valgrind}
33 Installed versions: 0.12.1{tbz2}(09:46:34 05/06/16) 1.2.0(1){tbz2}(09:57:29 05/06/16)(-doc -valgrind)
34 Homepage: https://gitlab.com/mdds/mdds
35 Description: A collection of multi-dimensional data structure and indexing algorithm
36
37 So, as I already have versions in slots 0 and 1, and libetonyek wants the
38 one in slot 1, what is portage complaining about?
39
40 --
41 Rgds
42 Peter

Replies

Subject Author
Re: [gentoo-user] How to decode this? Alan McKinnon <alan.mckinnon@×××××.com>