From mboxrd@z Thu Jan 1 00:00:00 1970 From: "=?UTF-8?B?Qmx1ZVQgLSBNYXR0aGV3IExpZW4gLSDnt7TllobmmI4=?=" Subject: Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install. Date: Sat, 06 Jul 2013 08:46:22 +0800 Message-ID: <51D768DE.90403@BlueT.org> References: <51D71116.3080403@BlueT.org> <87txk8sqc6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvGe7-0003Um-Ir for bug-guix@gnu.org; Fri, 05 Jul 2013 20:46:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvGe4-0006Ee-Tf for bug-guix@gnu.org; Fri, 05 Jul 2013 20:46:39 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:38783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvGe4-0006ER-NA for bug-guix@gnu.org; Fri, 05 Jul 2013 20:46:36 -0400 Received: by mail-pd0-f181.google.com with SMTP id 14so2397746pdj.26 for ; Fri, 05 Jul 2013 17:46:35 -0700 (PDT) In-Reply-To: <87txk8sqc6.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: bug-guix@gnu.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Ludo', On 2013年07月06日 04:29, Ludovic Courtès wrote: > Yeah, the latest and greatest Autotools are needed for development. > (This will no longer be a problem once you have Guix installed because > that’s what the distro has: the latest and greatest. :-)) I understand that >=1.12 might be better than 1.11, but is there something we can do to make it support both? Or should we just tag it as 'Building Guix from git source is not supported on Ubuntu' ? Some dirty motification of the system might be needed to add automake 1.12+ into system without breaking the package dependency tree. :-( I know Guix is trying to fix the current situation, but that's where I'm (and people who wanna try Guix are) in now... >> 2. guix-2.0, make check FAIL: 7 > > It’s 0.2 actually. :-) Oops, sorry, my bad. ^^; > The test log has a lot of these: > >> suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output >> @ build-failed /home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv - 1 suspicious ownership or permission on `/home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import'; rejecting this build output > > The code that leads to this error is this: > > /* Check that the output is not group or world writable, > as that means that someone else can have interfered > with the build. Also, the output should be owned by > the build user. */ > if ((!S_ISLNK(st.st_mode) && (st.st_mode & (S_IWGRP | S_IWOTH))) || > (buildUser.enabled() && st.st_uid != buildUser.getUID())) > throw BuildError(format("suspicious ownership or permission on `%1%'; rejecting this build output") % path); > > Could you check the permissions on these files? Those files are not exist anymore after the `make check`, as they're created in test-tmp/ for the test only. After some tries, I can see - -r--r--r-- 1 bluet bluet 899 Jan 1 1970 /home/bluet/guix-0.2/test-tmp/store/15ifzzvqq54r7n891s47q5rai5l1pfhc-module-import.drv but didn't catch the /home/bluet/guix-0.2/test-tmp/store/fcj4d6x41bmsp235cwm8zhzpc782xbw4-module-import > What does the ‘umask’ command show? bluet@GuixOnUbuntu64:~/guix-0.2$ umask 0002 Hope these helps. :-) Best wishes, BlueT - -- / Just another [ Perl | FOSS | Security ] Hacker. / / BlueT = Matthew Lien = 練喆明 / / http://BlueT.org / / GPG: 4A293CBD / -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlHXaN0ACgkQvRNvgEopPL0AJQCggEGHThdkOuF8EarrNsMrekIl PaUAnR11cBMcWJgnd+4x92iRxqIU0urr =7j6D -----END PGP SIGNATURE-----