Mailing List Archive

Custom ebuild
I have this in /etc/make.conf:

PORTDIR_OVERLAY="/usr/local/portage"

and the interchange ebuild is in the right place:

-----
system5 root # ls /usr/local/portage/web-apps
interchange-5.2.0.ebuild
-----

but I get this:

-----
system5 root # emerge -av interchange

These are the packages that I would merge, in order:

Calculating dependencies
emerge: there are no ebuilds to satisfy "interchange".
-----

I have tried to build a digest but I get this:

-----
system5 root # ebuild
/usr/local/portage/web-apps/interchange-5.2.0.ebuild digest
!!! aux_get(): ebuild path for 'portage/interchange-5.2.0' not specified:
!!! None
!!! aux_get(): ebuild path for 'portage/interchange-5.2.0' not specified:
!!! None
doebuild(): aux_get() error; aborting.
-----

How can I install this custom ebuild?

- Grant

--
gentoo-user@gentoo.org mailing list
Re: Custom ebuild [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 24 September 2004 20:13, Grant wrote:
> and the interchange ebuild is in the right place:
>
> system5 root # ls /usr/local/portage/web-apps
> interchange-5.2.0.ebuild

Not quite, it should be
/usr/local/portage/web-apps/interchange/interchange-5.2.0.ebuild

- --
Mike Williams
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)

iD8DBQFBVHJ7InuLMrk7bIwRAjrFAJ9iLqdI7Jz9KeJdCnbSLDIcXoQYKgCeMx4V
sQotzrLNJJj9R6dAF69h1D8=
=G+1p
-----END PGP SIGNATURE-----

--
gentoo-user@gentoo.org mailing list
Re: Custom ebuild (thanks) [ In reply to ]
> Not quite, it should be
> /usr/local/portage/web-apps/interchange/interchange-5.2.0.ebuild
>
> - --
> Mike Williams

That was it, thanks.

- Grant

--
gentoo-user@gentoo.org mailing list