Gentoo Archives: gentoo-dev

From: Brian Jackson <iggy@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ebuild help
Date: Wed, 24 Sep 2003 04:19:43
Message-Id: 200309232321.39786.iggy@gentoo.org
In Reply to: [gentoo-dev] ebuild help by Brett
1 On Tuesday 23 September 2003 08:17 pm, Brett wrote:
2 > Greetings,
3 > I have a few Linux programs which I would like to use, but which are not
4 > in portage. I have attempted to make some ebuild scripts (via the ebuild
5 > HOWTO) for these programs, but I can't get them to work.
6 >
7 > The error I receive is:
8 > {
9 > # emerge /usr/local/portage/app-office/bhpos-base/app-office/bhpos-base
10
11 did you try "emerge bhpos-base"
12
13 the ebuild should be:
14 /usr/local/portage/app-office/bhpos-base/bhpos-base-1.0.1-1_rc1.ebuild
15
16 > Calculating dependencies
17 > emerge: there are no masked or unmasked ebuilds to satisfy
18 > "/usr/local/portage/app-office/bhpos-base/app-office/bhpos-base".
19 >
20 > !!! Error calculating dependencies. Please correct.
21 >
22 > }//end error
23 >
24 > I have tried everything I can think of, including commenting out all the
25 > required dependencies.
26 >
27 > I have also set:
28 > PORTDIR_OVERLAY="/usr/local/portage"
29 >
30 > Any help is appreciated :-)
31 > Brett
32 >
33 > The ebuild script:
34 > {
35 > cat bhpos-base-1.0.1-1_rc1.ebuild
36 <snip>
37
38 --
39 Home -- http://www.brianandsara.net
40 Gentoo -- http://gentoo.brianandsara.net
41 OpenGFS -- http://opengfs.sourceforge.net
42
43
44 --
45 gentoo-dev@g.o mailing list