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 1GL9GS-0001gZ-LH for garchives@archives.gentoo.org; Thu, 07 Sep 2006 02:05:13 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8724Cuo021664; Thu, 7 Sep 2006 02:04:12 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k871w7OI029404 for ; Thu, 7 Sep 2006 01:58:08 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A67FB646A6 for ; Thu, 7 Sep 2006 01:58:07 +0000 (UTC) Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01462-15 for ; Thu, 7 Sep 2006 01:58:06 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E49A764694 for ; Thu, 7 Sep 2006 01:58:04 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GL99T-00050W-Sf for gentoo-user@gentoo.org; Thu, 07 Sep 2006 03:58:00 +0200 Received: from adsl-68-78-78-238.dsl.emhril.ameritech.net ([68.78.78.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Sep 2006 03:57:59 +0200 Received: from reader by adsl-68-78-78-238.dsl.emhril.ameritech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Sep 2006 03:57:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: reader@newsguy.com Subject: [gentoo-user] Re: More ebuild failing (install step) Date: Wed, 06 Sep 2006 20:57:52 -0500 Organization: Still searching... Message-ID: <87pse8jv4v.fsf@newsguy.com> References: <87d5a9uo0p.fsf@newsguy.com> <7573e9640609061324s5b9ad987p25784844059a66db@mail.gmail.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=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-78-78-238.dsl.emhril.ameritech.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:fUEbPL6HurAOU7wCr6IbmmoX2kA= Sender: news X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Status: No, score=-1.654 required=5.5 tests=[AWL=-0.016, BAYES_00=-2.599, NO_REAL_NAME=0.961] X-Spam-Score: -1.654 X-Spam-Level: X-Archives-Salt: 9da8d429-63f8-4b58-93f5-5cb369e966b5 X-Archives-Hash: c5f6b5b1c1c09ce99261ffd56f82ba59 "Richard Fish" writes: >> >>> 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". That sounded very promising but when I did that and reran digest unpack compile install I get this: >>> Install samba-3.0.23c into /var/tmp/portage/samba-3.0.23c/image/ category net-fs make: *** No rule to make target `install'. Stop. The command was actually "make DESTDIR=${D} install-everything || die" So I changed it to "make DESTDIR=${D} install || die" But it seems that isn't all that is required? It isn't at all clear which Makefile is causing the problem either. There are these: pwd=/var/tmp/portage/samba-3.0.23c/work/samba-3.0.23c find . -iname '*Makefile*' In my meager knowledge Makefile.in is used to create a Makefile but which one guides the overall build? ./pcp/Makefile ./source/tdb/Makefile ./source/iniparser/test/Makefile ./source/iniparser/Makefile ./source/Makefile.in ./examples/VFS/Makefile.in ./examples/pdb/Makefile ./examples/LDAP/smbldap-tools-0.9.2/Makefile ./examples/auth/crackcheck/Makefile ./examples/auth/Makefile ./examples/perfcounter/Makefile ./examples/libsmbclient/Makefile ./examples/libsmbclient/smbwrapper/Makefile ./examples/libmsrpc/test/Makefile ./examples/libmsrpc/cacusermgr/Makefile ./testsuite/smbd/Makefile.sec_ctx ./testsuite/smbd/Makefile.se_access_check ./testsuite/nsswitch/Makefile.longarg ./testsuite/printing/Makefile.psec ./testsuite/printing/Makefile.vlp ./testsuite/libsmbclient/src/Makefile -- gentoo-user@gentoo.org mailing list