From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GL44P-0001v7-Vt for garchives@archives.gentoo.org; Wed, 06 Sep 2006 20:32:26 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k86KUZ68008225; Wed, 6 Sep 2006 20:30:35 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k86KOmRT010168 for ; Wed, 6 Sep 2006 20:24:48 GMT Received: by wx-out-0506.google.com with SMTP id r21so3069018wxc for ; Wed, 06 Sep 2006 13:24:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=hUze8RooYOMYwS/pXThIMj3ZXXHNW4mBmdlXnabqcwoLh3Wirlhfm8j8egKrFEYw3NevbZPqFsGR8JgDO0v8qO7X4x2P3jZJDgxlOPhUpK4LqFojAmEf7bfsy9rOWCSviVTxHukLxCgsWrO63Is6Ef3uJU2mfMP11kiAjfmvqXU= Received: by 10.70.11.11 with SMTP id 11mr13924293wxk; Wed, 06 Sep 2006 13:24:48 -0700 (PDT) Received: by 10.70.110.1 with HTTP; Wed, 6 Sep 2006 13:24:48 -0700 (PDT) Message-ID: <7573e9640609061324s5b9ad987p25784844059a66db@mail.gmail.com> Date: Wed, 6 Sep 2006 13:24:48 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] More ebuild failing (install step) In-Reply-To: <87d5a9uo0p.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <87d5a9uo0p.fsf@newsguy.com> X-Google-Sender-Auth: c159d0f492e3aa4b X-Archives-Salt: 6be59ccb-d728-4cbd-8076-9bbd6e62f191 X-Archives-Hash: 8d4a8094a3e3e214bd6fdebf22265841 On 9/6/06, reader@newsguy.com wrote: > But on the `install step' it fails with: > > >>> Install samba-3.0.23c into /var/tmp/portage/samba-3.0.23c/image/ category net-fs > make: *** No rule to make target `install-everything'. Stop. [snip] > That kind of appears to mean that `compile' has failed and thus the > Makefile is not complete, but I see nothing during compile to indicate > a failure. No, the compile is probably fine. Most likely the install-everything target is gone from the make file. Based on [1], you probably need to replace the "make DESTDIR=${D} install-everything" command in the ebuild with just "make DESTDIR=${D} install". -Richard [1] http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/compiling.html -- gentoo-user@gentoo.org mailing list