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 1GKxV6-0006Ms-Lw for garchives@archives.gentoo.org; Wed, 06 Sep 2006 13:31:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k86DUCoD014934; Wed, 6 Sep 2006 13:30: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 k86DOtUn012254 for ; Wed, 6 Sep 2006 13:24:55 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 65E526461A for ; Wed, 6 Sep 2006 13:24:54 +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 23674-09 for ; Wed, 6 Sep 2006 13:24:48 +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 4A9CD644D9 for ; Wed, 6 Sep 2006 13:24:46 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GKxOB-0000n9-Ma for gentoo-user@gentoo.org; Wed, 06 Sep 2006 15:24:23 +0200 Received: from adsl-68-22-77-95.dsl.emhril.ameritech.net ([68.22.77.95]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Sep 2006 15:24:23 +0200 Received: from reader by adsl-68-22-77-95.dsl.emhril.ameritech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Sep 2006 15:24:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: reader@newsguy.com Subject: [gentoo-user] More ebuild failing (install step) Date: Wed, 06 Sep 2006 08:23:50 -0500 Organization: Still searching... Message-ID: <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=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-22-77-95.dsl.emhril.ameritech.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:3tKK51+VnWWVBJVUO8tm09G1KTk= Sender: news X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Status: No, score=-1.638 required=5.5 tests=[BAYES_00=-2.599, NO_REAL_NAME=0.961] X-Spam-Score: -1.638 X-Spam-Level: X-Archives-Salt: 9e8c5cf5-c653-47d9-9477-f8633d24864c X-Archives-Hash: a2252e0aa5daf260ac3eacfb55175867 I'm trying to create my own ebuild of samba and have been following along with http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds \ #Setting_Up_Portage_Overlay I'm getting a clean run thru these steps: digest unpack compile 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. !!! ERROR: net-fs/samba-3.0.23c failed. Call stack: ebuild.sh, line 1543: Called dyn_install ebuild.sh, line 1017: Called src_install samba-3.0.23c.ebuild, line 132: Called die =========== 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. Maybe I'm misunderstanding what the error output means? -- gentoo-user@gentoo.org mailing list