Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] More ebuild failing (install step)
Date: Wed, 06 Sep 2006 20:32:26
Message-Id: 7573e9640609061324s5b9ad987p25784844059a66db@mail.gmail.com
In Reply to: [gentoo-user] More ebuild failing (install step) by reader@newsguy.com
1 On 9/6/06, reader@×××××××.com <reader@×××××××.com> wrote:
2 > But on the `install step' it fails with:
3 >
4 > >>> Install samba-3.0.23c into /var/tmp/portage/samba-3.0.23c/image/ category net-fs
5 > make: *** No rule to make target `install-everything'. Stop.
6
7 [snip]
8
9 > That kind of appears to mean that `compile' has failed and thus the
10 > Makefile is not complete, but I see nothing during compile to indicate
11 > a failure.
12
13 No, the compile is probably fine. Most likely the install-everything
14 target is gone from the make file. Based on [1], you probably need to
15 replace the "make DESTDIR=${D} install-everything" command in the
16 ebuild with just "make DESTDIR=${D} install".
17
18 -Richard
19
20 [1] http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/compiling.html
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: More ebuild failing (install step) reader@×××××××.com