From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] gnu: Add abbaye Date: Thu, 1 May 2014 12:38:09 -0400 Message-ID: References: <878uqmwcom.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> <87d2fx3h2a.fsf@gnu.org> <87tx99hgdg.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> <877g6531n6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfu01-0006Ly-Fh for guix-devel@gnu.org; Thu, 01 May 2014 12:38:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wftzv-00015R-9l for guix-devel@gnu.org; Thu, 01 May 2014 12:38:17 -0400 Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]:54623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wftzv-00014y-2B for guix-devel@gnu.org; Thu, 01 May 2014 12:38:11 -0400 Received: by mail-pd0-f178.google.com with SMTP id fp1so3365251pdb.9 for ; Thu, 01 May 2014 09:38:09 -0700 (PDT) In-Reply-To: <877g6531n6.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Thu, May 1, 2014 at 12:27 PM, Ludovic Court=C3=A8s wrote: > I noticed that =E2=80=98abbaye=E2=80=99 segfaults for me, immediately aft= er opening its > first window (splash screen?). > That crash happens with the old version of the sdl-image package because it can't use libpng to open images. Did something go wrong where the fixed sdl-image package isn't being used? > I wanted to try it in the VM but I get: > > --8<---------------cut here---------------start------------->8--- > ERROR: union-build: collision between file and directories ((files ("/gnu= /store/9gfzrsj71ph5pk2hxn7mmpsfflz0jpc7-abbaye-1.13/share/pixmaps")) (dirs = ("/gnu/store/4blsxkx3864263l6cmgqqrab15rgdfpj-xterm-303/share/pixmaps"))) > --8<---------------cut here---------------end--------------->8--- > > This is because share/pixmaps here is a file, not a directory, contrary > to common practice. > > Do you think this could be changed? > Yes, I think I could write a patch to fix that. > TIA, :-) > Ludo=E2=80=99. Sorry about the problems. - Dave