Gentoo Archives: gentoo-dev

From: "Daniel Schröter" <iaschroe@×××××××.ch>
To: gentoo-dev@g.o
Subject: [gentoo-dev] LINCVS problem emerging
Date: Tue, 28 May 2002 05:04:05
Message-Id: 200205281202.09176.iaschroe@hta.fhz.ch
1 I tried to emerge lincvs but there was a problem with the depencency
2 I think the ebuild-file has possibly an error (or my portage-tree is broken...)
3
4 root@morpheus lincvs # emerge dev-util/lincvs
5 Calculating dependencies \
6 !!! Error: couldn't find match for =x11-libs/qt-x11-2* in dev-util/lincvs-0.3.0-r1
7
8 root@morpheus lincvs # emerge lincvs-0.3.0-r1.ebuild
9 Calculating dependencies \
10 !!! Error: couldn't find match for =x11-libs/qt-x11-2* in dev-util/lincvs-0.3.0-r1
11
12 I've looked at the build-file /usr/portage/dev-util/lincvs/lincvs-0.3.0-r1.ebuild
13 In my portage-tree i don't have a x11-libs/qt-x11 so I changed this to x11-libs/qt (not sure if I did the right thing...)
14
15 DEPEND="kde? ( >=kde-base/kdelibs-2.1.1 )
16 # =x11-libs/qt-x11-2*"
17 >=x11-libs/qt
18 RDEPEND="$DEPEND
19 dev-util/cvs"
20
21 The I tried again to emerge...
22
23 root@morpheus lincvs # pwd
24 /usr/portage/dev-util/lincvs
25 root@morpheus lincvs # ls
26 ChangeLog files lincvs-0.3.0-r1.ebuild
27 root@morpheus lincvs # emerge lincvs-0.3.0-r1.ebuild
28 Calculating dependencies \
29 !!! Error: couldn't find match for # in dev-util/lincvs-0.3.0-r1
30
31 root@morpheus lincvs # emerge dev-util/lincvs
32 Calculating dependencies \
33 !!! Error: couldn't find match for # in dev-util/lincvs-0.3.0-r1
34
35 root@morpheus lincvs #

Replies

Subject Author
Re: [gentoo-dev] LINCVS problem emerging George Shapovalov <georges@×××××××××××.edu>