From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KvdaR-0001rW-KC for garchives@archives.gentoo.org; Thu, 30 Oct 2008 19:53:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EEB1E04DB; Thu, 30 Oct 2008 19:53:42 +0000 (UTC) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.153]) by pigeon.gentoo.org (Postfix) with ESMTP id 4727FE04DB for ; Thu, 30 Oct 2008 19:53:42 +0000 (UTC) Received: by yw-out-1718.google.com with SMTP id 5so372452ywm.46 for ; Thu, 30 Oct 2008 12:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received: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; bh=7PqAQp/xan+JVVwyU8lfzXgFNLPK1f070y0ZV860AEM=; b=DT+8CQMg92Maj2TuhtVDas/9I5rryukir1MzSOP+7GUTAZUfNHodQknjwkk8HhHTZD FYA5AEdZRq9TxGxHqRo3pmzR0zsaRZNb5BxAStyJ706qIPtOJi4oejfhe38GA1owG8p+ GwR62brE7AewceK8+2JpzEUFhMdcrdvFTDcf0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=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=GFNmBo7sje/nSSPEXGkzSqBO8gXpemJUEtTJ7UtCip/r4mk5J1u2S+ocrOwQl7sqW0 bdPub+kqDZxnpOsWkXilbI666/v9+0Mlefo5XjzDrBdsj36GPID1x7zn5o98zvdsyXXd PM6XF5DyAgTfItOoXXRxsltX32LLcJwle5ZGg= Received: by 10.142.240.9 with SMTP id n9mr4915866wfh.6.1225396420283; Thu, 30 Oct 2008 12:53:40 -0700 (PDT) Received: by 10.142.215.4 with HTTP; Thu, 30 Oct 2008 12:53:40 -0700 (PDT) Message-ID: <58965d8a0810301253o702af1f6x382e976363391e76@mail.gmail.com> Date: Thu, 30 Oct 2008 14:53:40 -0500 From: "Paul Hartman" Sender: paul.hartman@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] packages/All - how to create ? In-Reply-To: <200810302034.33344.volker.armin.hemmann@tu-clausthal.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200810301722.31939.volker.armin.hemmann@tu-clausthal.de> <200810302034.33344.volker.armin.hemmann@tu-clausthal.de> X-Google-Sender-Auth: b184966a758d1f5b X-Archives-Salt: cb938392-afa4-4a41-8f7a-0a64c95d6173 X-Archives-Hash: 520ccfd510e59a5f2bda89a61c61b3cd On Thu, Oct 30, 2008 at 2:34 PM, Volker Armin Hemmann wrote: > On Donnerstag 30 Oktober 2008, Helmut Jarausch wrote: >> On 30 Oct, Volker Armin Hemmann wrote: >> > Hi, >> > >> > I have the same 'problem'. Which portage version are you using? >> >> I'm using portage-2.2_rc12 on amd64 hardware. > > same here. > > Would nice to know the version from peoples without the problem. In my case, I've never used buildpkg feature and my /usr/portage/packages is empty. After reading this thread, I decided to enable it and emerge something small to see what comes out. After emerging, I do not have an All directory, and there are no symlinks. It put the package file directly in /usr/portage/packages/app-arch/zip-3.0.tbz2 and generated a /usr/portage/packages/Packages file with some info in it. In make.conf my PKGDIR is not set, so I'm using default... My profile is default/linux/amd64/2008.0/desktop good luck :) paul