From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AB2871381F4 for ; Mon, 13 Aug 2012 18:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4226D21C062 for ; Mon, 13 Aug 2012 18:09:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C6603E0720 for ; Mon, 13 Aug 2012 16:20:46 +0000 (UTC) Received: from [10.177.10.81] (212-226-41-132-nat.elisa-mobile.fi [212.226.41.132]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ssuominen) by smtp.gentoo.org (Postfix) with ESMTPSA id CD6CB1B401A for ; Mon, 13 Aug 2012 16:20:45 +0000 (UTC) Message-ID: <50292928.4010805@gentoo.org> Date: Mon, 13 Aug 2012 19:19:52 +0300 From: Samuli Suominen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120806 Thunderbird/14.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Stage's missing /run directory despite getting created by baselayout. Some code is deleting random directories? References: <5029270E.5080102@gentoo.org> In-Reply-To: <5029270E.5080102@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 4ef32e27-30f0-4c43-8238-15cb9b792c52 X-Archives-Hash: e245f7d1ab93d6711c930ddd8df74fae On 13.08.2012 19:10, Samuli Suominen wrote: > Any insight for bug 421839 would be awesome. I've got no idea on how the > autobuilds work > > Stages are getting built wrong and some two dozen apps misbehave due to it > > How hard can it be to add new directories? > > - Samuli > /run is being created from both, Makefile of baselayout with .keep and then duplicated in pkg_postinst() second time Does not make sense...