From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKiyR-00051W-78 for garchives@archives.gentoo.org; Mon, 31 Oct 2011 03:55:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D3821C035 for ; Mon, 31 Oct 2011 03:55:46 +0000 (UTC) Received: from corwin.easynet.fr (smarthost162.mail.easynet.fr [212.180.1.162]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j92IOO4G018908 for ; Sun, 2 Oct 2005 18:24:24 GMT Received: from easyconnect2121138-64.clients.easynet.fr ([212.11.38.64] helo=eusebe) by corwin.easynet.fr with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1EM8dJ-0005KJ-K7 for gentoo-portage-dev@lists.gentoo.org; Sun, 02 Oct 2005 20:32:21 +0200 Date: Sun, 2 Oct 2005 20:31:33 +0200 From: Thomas de Grenier de Latour To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] possible bug with 2.1 alpha? Message-ID: <20051002203133.11eadac1@eusebe> In-Reply-To: <20051002173537.GA31467@linux1.home> References: <20051002173537.GA31467@linux1.home> X-Mailer: Sylpheed-Claws 1.9.14 (GTK+ 2.8.4; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: d1d79d24-6d47-4540-a9c0-3c91057397c6 X-Archives-Hash: b850bbef300c2ac88bd31a072178ee71 On Sun, 2 Oct 2005 12:35:37 -0500 William Hubbs wrote: > install: all > $(INSTALL) $(BINARIES) $(DESTDIR)$(PREFIX)/bin ... > install: installing multiple files, but last argument, > `/var/tmp/portage/speakup-utils-1.0/image//usr/bin' is not a > directory Seems that it simply lacks creation of the target directory. I would either add an "$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin" in the makefile, or workaround it with a "dodir /usr/bin" in the ebuild. But i don't think it's related to portage CVS. -- TGL. -- gentoo-portage-dev@gentoo.org mailing list