Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Help - Wine-0.9 build failure
Date: Wed, 26 Oct 2005 23:25:12
Message-Id: 5bdc1c8b0510261623u13fa01edof7651a6f2c7b5fc4@mail.gmail.com
In Reply to: Re: [gentoo-amd64] Help - Wine-0.9 build failure by Marco Matthies
1 On 10/26/05, Marco Matthies <marco-ml@×××.net> wrote:
2 > Mark Knecht wrote:
3 > > Hi Marco,
4 > > I'm not finding wine-0.9 in portage at all. I guess my servers are
5 > > just behind a bit. Guess I'll wait until tomorrow.
6 >
7 > You can check with 'equery list -p wine' (equery is part of gentoolkit)
8 > to see which versions are available in your local portage dir. From the
9 > output you gave to your command, it does look like you might have
10 > overread my note about wine-0.9 being considered an older version by
11 > portage than all the wine-2005xxxx versions, as you don't seem to have
12 > masked the older versions (considered by portage to be newer) in
13 > package.mask (as otherwise portage wouldn't have suggested merging
14 > wine-20050930).
15 >
16 > Hope that helps,
17 > Marco
18
19 Marco,
20 Thnaks for pushing back at me. I didn't think I was missing your
21 meaning. I had done a quick eix command to look at what was available.
22 I did not see wine-0.9:
23
24 mark@lightning ~ $ eix wine
25 * app-emulation/wine
26 Available versions: *20041019-r3 *20050111-r2 ~20050211
27 ~20050310-r1 ~20050419 ~20050524 ~20050628 20050725-r1 ~20050830
28 ~20050930
29 Installed: none
30 Homepage: http://www.winehq.com/
31 Description: free implementation of Windows(tm) on Unix
32
33 However, using equery I see it is there, and if I call it out
34 specifically I can build it:
35 lightning ~ # equery list -p wine
36 [ Searching for package 'wine' in all categories among: ]
37 * installed packages
38 * Portage tree (/usr/portage)
39 [-P-] [ ~] app-emulation/wine-20050419 (0)
40 [-P-] [ ~] app-emulation/wine-20050930 (0)
41 [-P-] [ -] app-emulation/wine-20050725-r1 (0)
42 [-P-] [ ~] app-emulation/wine-20050524 (0)
43 [-P-] [M-] app-emulation/wine-20050111-r2 (0)
44 [-P-] [ ~] app-emulation/wine-20050628 (0)
45 [-P-] [M-] app-emulation/wine-9999 (0)
46 [-P-] [ ~] app-emulation/wine-20050211 (0)
47 [-P-] [ ~] app-emulation/wine-20050310-r1 (0)
48 [-P-] [ ~] app-emulation/wine-20050830 (0)
49 [-P-] [ ~] app-emulation/wine-0.9 (0)
50 [-P-] [M-] app-emulation/wine-20041019-r3 (0)
51 lightning ~ # emerge -pv =app-emulation/wine-0.9
52
53 These are the packages that I would merge, in order:
54
55 Calculating dependencies ...done!
56 [ebuild N ] app-emulation/wine-0.9 +X +alsa -arts +cups -debug
57 +esd +gif -glut +jack +jpeg -lcms -ldap -nas +ncurses +opengl +oss
58 -scanner -truetype +xml2 9,801 kB
59
60 Total size of downloads: 9,801 kB
61 lightning ~ #
62
63 I've started a build. Hopefully this will work better.
64
65 Thanks very much for the clue about equery. I'll have to look into why
66 eix didn't catch it. Does it use a differern database possibly?
67
68 Thanks,
69 Mark
70
71 --
72 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Help - Wine-0.9 build failure Marco Matthies <marco-ml@×××.net>