* [gentoo-dev] Creating digest for new subtree fails
@ 2002-12-08 13:34 Thomas Preissler
2002-12-08 18:20 ` [gentoo-dev] SOLVED (was: Re: [gentoo-dev] Creating digest for new subtree fails) Thomas Preissler
2002-12-09 8:26 ` [gentoo-dev] Creating digest for new subtree fails Martin Cooper
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Preissler @ 2002-12-08 13:34 UTC (permalink / raw
To: gentoo-dev
Hello,
I just made an opera-shared-6.11 ebuild. The problem is, that
portage/net-www/opera-shared does not exist, so I created it and put
my ebuild there.
Creating the digest fails with this message:
host /usr/local/portage/net-www/opera-shared $ emerge net-www/opera-shared-6.11.ebuild digest
Calculating dependencies \!!! Failed to stat ebuild:
/usr/portage/opera-shared/opera-shared/opera-shared-6.11.ebuild
!!! doebuild: /usr/portage/opera-shared/opera-shared/opera-shared-6.11.ebuild not found.
portage: aux_get(): (1) couldn't open cache entry for opera-shared/opera-shared-6.11
(likely caused by syntax error or corruption in the opera-shared/opera-shared-6.11 ebuild.)
emerge: create(): aux_get() error on opera-shared/opera-shared-6.11; aborting...
I think, that "opera-shared" is not known as a valid "sub-tree".
My question is, how can I add new "subtrees" under the main tree
like "net-www"? It is important, that I use /usr/local/portage/ and
not /usr/portage/ one. Creating digests of other ebuild's works
fine, like fvwm-2.4.14.
Greetz,
Tom
--
Preissler Thomas Registered Linux User #265745
GPG-Key: 1024D/C21DAB7F http://counter.li.org/
printk("Illegal format on cdrom. Pester manufacturer.\n");
2.2.16 /usr/src/linux/fs/isofs/inode.c
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-dev] SOLVED (was: Re: [gentoo-dev] Creating digest for new subtree fails)
2002-12-08 13:34 [gentoo-dev] Creating digest for new subtree fails Thomas Preissler
@ 2002-12-08 18:20 ` Thomas Preissler
2002-12-09 8:26 ` [gentoo-dev] Creating digest for new subtree fails Martin Cooper
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Preissler @ 2002-12-08 18:20 UTC (permalink / raw
To: gentoo-dev
* Thomas Preissler wrote on 08 Dec 2002:
> Hello,
>
> I just made an opera-shared-6.11 ebuild. The problem is, that
> portage/net-www/opera-shared does not exist, so I created it and put
> my ebuild there.
>
> Creating the digest fails with this message:
>
> host /usr/local/portage/net-www/opera-shared $ emerge net-www/opera-shared-6.11.ebuild digest
My fault. It must be "ebuild", and not "emerge".
> Calculating dependencies \!!! Failed to stat ebuild:
> /usr/portage/opera-shared/opera-shared/opera-shared-6.11.ebuild
> !!! doebuild: /usr/portage/opera-shared/opera-shared/opera-shared-6.11.ebuild not found.
> portage: aux_get(): (1) couldn't open cache entry for opera-shared/opera-shared-6.11
> (likely caused by syntax error or corruption in the opera-shared/opera-shared-6.11 ebuild.)
> emerge: create(): aux_get() error on opera-shared/opera-shared-6.11; aborting...
[...]
Greetz,
Tom
--
Preissler Thomas Registered Linux User #265745
GPG-Key: 1024D/C21DAB7F http://counter.li.org/
For every problem, there exists a simple and elegant solution that is
absolutely wrong.
-- J. Wagoner
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Creating digest for new subtree fails
2002-12-08 13:34 [gentoo-dev] Creating digest for new subtree fails Thomas Preissler
2002-12-08 18:20 ` [gentoo-dev] SOLVED (was: Re: [gentoo-dev] Creating digest for new subtree fails) Thomas Preissler
@ 2002-12-09 8:26 ` Martin Cooper
2002-12-09 13:42 ` Thomas Preissler
1 sibling, 1 reply; 4+ messages in thread
From: Martin Cooper @ 2002-12-09 8:26 UTC (permalink / raw
To: gentoo-dev
----- Original Message -----
From: "Thomas Preissler" <tomjohn@gmx.de>
To: <gentoo-dev@gentoo.org>
Sent: Sunday, December 08, 2002 1:34 PM
Subject: [gentoo-dev] Creating digest for new subtree fails
> Hello,
>
> I just made an opera-shared-6.11 ebuild. The problem is, that
> portage/net-www/opera-shared does not exist, so I created it and put
> my ebuild there.
>
> Creating the digest fails with this message:
>
<snip>
Hi,
I had the same problem, so I did an 'emerge portage' then added the
following setting to /etc/make.conf :-
PORTDIR_OVERLAY=/usr/local/portage
Not sure the emerge of portage actually made any difference, but after
performing both steps, everything worked as expected.
Martin
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Creating digest for new subtree fails
2002-12-09 8:26 ` [gentoo-dev] Creating digest for new subtree fails Martin Cooper
@ 2002-12-09 13:42 ` Thomas Preissler
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Preissler @ 2002-12-09 13:42 UTC (permalink / raw
To: gentoo-dev
* Martin Cooper wrote on 09 Dec 2002:
>
> ----- Original Message -----
> From: "Thomas Preissler" <tomjohn@gmx.de>
> To: <gentoo-dev@gentoo.org>
> Sent: Sunday, December 08, 2002 1:34 PM
> Subject: [gentoo-dev] Creating digest for new subtree fails
>
>
> > Hello,
> >
> > I just made an opera-shared-6.11 ebuild. The problem is, that
> > portage/net-www/opera-shared does not exist, so I created it and put
> > my ebuild there.
> >
> > Creating the digest fails with this message:
> >
> <snip>
>
> Hi,
> I had the same problem, so I did an 'emerge portage' then added the
> following setting to /etc/make.conf :-
>
> PORTDIR_OVERLAY=/usr/local/portage
>
> Not sure the emerge of portage actually made any difference, but after
> performing both steps, everything worked as expected.
Oh, my problem was, that I used emerge instead of ebuild.
Greetz,
Tom
--
Preissler Thomas Registered Linux User #265745
GPG-Key: 1024D/C21DAB7F http://counter.li.org/
printk("Entering UltraSMPenguin Mode...\n");
2.2.16 /usr/src/linux/arch/sparc64/kernel/smp.c
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-12-09 12:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-08 13:34 [gentoo-dev] Creating digest for new subtree fails Thomas Preissler
2002-12-08 18:20 ` [gentoo-dev] SOLVED (was: Re: [gentoo-dev] Creating digest for new subtree fails) Thomas Preissler
2002-12-09 8:26 ` [gentoo-dev] Creating digest for new subtree fails Martin Cooper
2002-12-09 13:42 ` Thomas Preissler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox