From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: GNU Guix & GuixSD 0.11.0 released Date: Fri, 5 Aug 2016 11:04:06 -0400 Message-ID: <20160805150406.GB16973@jasmine> References: <87popq2bmh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVgfr-0007gj-I2 for guix-devel@gnu.org; Fri, 05 Aug 2016 11:04:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVgfq-00042c-Gg for guix-devel@gnu.org; Fri, 05 Aug 2016 11:04:35 -0400 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: nix-dev@lists.science.uu.nl, info-gnu@gnu.org, help-guix , guix-devel , gnu-system-discuss@gnu.org, guile-user@gnu.org On Fri, Aug 05, 2016 at 11:10:39AM +0200, Vincent Legoll wrote: > I'm doing an usb install in a VM, and I saw an error message > during boot (of the usb image & of the installed system) from > nscd, it says it cannot find /etc/resolv.conf > > After the first reboot the file is there though > > So this is probably not that important. I'm not sure, hopefully somebody has some idea about this. > During the first guix pull & system reconfigure, I saw that: > > warning: collision encountered: > /gnu/store/jp9hnhyyzf4djdm23ldp3gjqz01biy3y-gmp-6.1.0/lib/libgmp.so > /gnu/store/cdkrfbl10kbyyjjw3yfk9hckfw8n1b7g-gmp-6.1.0/lib/libgmp.so > warning: arbitrarily choosing > /gnu/store/jp9hnhyyzf4djdm23ldp3gjqz01biy3y-gmp-6.1.0/lib/libgmp.so I noticed this, too. > Is this explained somewhere in the doc ? I'm not sure if it's explained there. Basically, the profile being created [0] contains two files called 'lib/libgmp.so'. Since they lose the "namespace" created by the unique /gnu/store hashes when they are symlinked into the profile, only one of them can exist under the name 'lib/libgmp.so'. Sometimes this is benign, sometimes not. We should investigate this case. [0] I assume it's the system-wide profile found at /run/current-system/profile, but it can happen for ~/.guix-profile also.