From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 27 15:05:35 2013 Received: (at submit) by debbugs.gnu.org; 27 Jul 2013 19:05:35 +0000 Received: from localhost ([127.0.0.1]:53143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V39o6-0003zw-Ti for submit@debbugs.gnu.org; Sat, 27 Jul 2013 15:05:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36237) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V39jn-0003pU-CO for submit@debbugs.gnu.org; Sat, 27 Jul 2013 15:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V39jc-0002ha-Qd for submit@debbugs.gnu.org; Sat, 27 Jul 2013 15:01:02 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V36Wp-0005Xo-Km for submit@debbugs.gnu.org; Sat, 27 Jul 2013 11:35:31 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V36Wk-0001Rt-T5 for bug-guix@gnu.org; Sat, 27 Jul 2013 11:35:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V35pL-0001yg-Uz for bug-guix@gnu.org; Sat, 27 Jul 2013 10:50:40 -0400 Received: from mail-oa0-x235.google.com ([2607:f8b0:4003:c02::235]:51771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V35pL-0001yR-LY for bug-guix@gnu.org; Sat, 27 Jul 2013 10:50:35 -0400 Received: by mail-oa0-f53.google.com with SMTP id k14so9999694oag.12 for ; Sat, 27 Jul 2013 07:50:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=hXc0aCFMtMrKVFFIX5gcgpiq1ZocN/kfxWw0fLEiJs0=; b=AUvyQZUOJxAq+GDpHXJ0phsoBz/7YVF8/usPqmlEzTay6DNRAS70t2eAiSWyYJWt9+ 9mMZCXybLxVRCEt0R99pFiF2QQJJWVKyO5MiBs43u3+L1WmBIN96oDPwuS3jaFDmqdGe coyBdJOpfiKQVto1f4aN5/UF0jvxpBJvH+260d9X4W5xYrMMtTTiEj8Bqk2MBTd6mihv eOMB1A42DPQzi3PfzgVyG1asY4/HWfccUHfB1fhC7ZfympaCjcjlmfiZEWtzTL+18a+e FVqj9lfoi8wRATckNq5bpzfevkwlSpNp3XXfHQVvL0x8kPiu4sg6JvN4bDHkWaKGuiaA Zgew== X-Received: by 10.182.72.170 with SMTP id e10mr46868494obv.62.1374936634555; Sat, 27 Jul 2013 07:50:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.153.165 with HTTP; Sat, 27 Jul 2013 07:50:14 -0700 (PDT) From: Amirouche Boubekki Date: Sat, 27 Jul 2013 16:50:14 +0200 Message-ID: Subject: Building guix on top of Ubuntu 13.04 To: bug-guix@gnu.org Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 27 Jul 2013 15:05:33 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) I tried to install guix on top of Ubuntu, downloaded guix 0.3 and installed the required dependecies. I tried to first run guix pull but failed with an error on /nix/store with wrong rights, the error provided a command to run which I did. After that I run again guix pull and try to install zile with the command guix package -i zile It fails with the following error: http://paste.call-cc.org/paste?id=6fdc9664ba6f81cfc0e32d168502945e1d6c95f9 I can't install guile 2.0.9 on ubuntu because of some file clash regarding ffi. Instead I looked in /nix/store and saw that guile 2.0.9 was installed by guix so I symlinked it in ~/.guix-profile/bin/ replaced the shebang of /usr/local/bin/guix with /usr/bin/env guile Running guix package -i zile still fails with the following error: http://paste.call-cc.org/paste?id=0372e8cc7d7e2849d1b57a2926e0b359b072fa05 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 29 00:40:49 2013 Received: (at 14968) by debbugs.gnu.org; 29 Jul 2013 04:40:49 +0000 Received: from localhost ([127.0.0.1]:55264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V3fGK-0001Zd-8N for submit@debbugs.gnu.org; Mon, 29 Jul 2013 00:40:48 -0400 Received: from li305-5.members.linode.com ([178.79.168.5]:35887 helo=cooksoni.karetnikov.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V3fGG-0001ZE-Ar for 14968@debbugs.gnu.org; Mon, 29 Jul 2013 00:40:45 -0400 From: Nikita Karetnikov To: Amirouche Boubekki Subject: Re: bug#14968: Building guix on top of Ubuntu 13.04 References: Date: Mon, 29 Jul 2013 08:44:36 +0400 In-Reply-To: (Amirouche Boubekki's message of "Sat, 27 Jul 2013 16:50:14 +0200") Message-ID: <8761vu7z63.fsf@karetnikov.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 14968 Cc: 14968@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= > I tried to install guix on top of Ubuntu, downloaded guix 0.3 and > installed the required dependecies. What version of Guile did you use? > I tried to first run guix pull but failed with an error on /nix/store > with wrong rights, the error provided a command to run which I did. > After that I run again guix pull and try to install zile with the > command guix package -i zile Could you specify all commands that you used (after you had fetched the tarball)? So I could try to reproduce the problem. > It fails with the following error: > http://paste.call-cc.org/paste?id=6fdc9664ba6f81cfc0e32d168502945e1d6c95f9 Please attach logs in the future. We shouldn't rely on third party services. Backtrace: In guix/packages.scm: 309: 19 [cache # "x86_64-linux" #] 384: 18 [thunk] In srfi/srfi-1.scm: 578: 17 [map # #] In guix/packages.scm: 346: 16 [expand-input # # # ...] 309: 15 [cache # "x86_64-linux" #] 384: 14 [thunk] In srfi/srfi-1.scm: 578: 13 [map # #] In guix/packages.scm: 346: 12 [expand-input # # # ...] 309: 11 [cache # "x86_64-linux" #] 384: 10 [thunk] In srfi/srfi-1.scm: 578: 9 [map # #] In guix/packages.scm: 361: 8 [expand-input # # # ...] In guix/download.scm: 189: 7 [url-fetch # "mirror://gnu/gmp/gmp-5.1.2.tar.xz" sha256 ...] In guix/packages.scm: 309: 6 [cache # "x86_64-linux" #] 396: 5 [thunk] In gnu/packages/bootstrap.scm: 169: 4 [build # "guile-bootstrap-2.0" #f ...] In guix/store.scm: 478: 3 [# # ...] 461: 2 [add-to-store # "tar" #t ...] In guix/nar.scm: 148: 1 [dump "/home/amirouche/.config/guix/latest/gnu/packages/bootstrap/x86_64-linux/tar"] 79: 0 [write-contents "/home/amirouche/.config/guix/latest/gnu/packages/bootstrap/x86_64-linux/tar" ...] guix/nar.scm:79:8: In procedure write-contents: guix/nar.scm:79:8: In procedure module-lookup: Unbound variable: sendfile > I can't install guile 2.0.9 on ubuntu because of some file clash > regarding ffi. Please send a message to bug-guile@gnu.org if you can't find anything here [1]. > Instead I looked in /nix/store and saw that guile 2.0.9 was installed by guix > so I symlinked it in ~/.guix-profile/bin/ > replaced the shebang of /usr/local/bin/guix with /usr/bin/env guile I think that the above might cause some problems. Normally, you don't have to touch the store (i.e., '/nix/store') at all. Could you specify the absolute location of that Guile 2.0.9 directory? > Running guix package -i zile still fails with the following error: > http://paste.call-cc.org/paste?id=0372e8cc7d7e2849d1b57a2926e0b359b072fa05 ;;; note: source file /usr/local/bin/guix ;;; newer than compiled /home/amirouche/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/bin/guix.go ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /usr/local/bin/guix ;;; compiled /home/amirouche/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/bin/guix.go Backtrace: In guix/packages.scm: 19: 19 [#] In ice-9/boot-9.scm: 2870: 18 [define-module* (guix packages) #:filename ...] 2845: 17 [resolve-imports (((guix utils)) ((guix records)) ((guix store)) ...)] 2783: 16 [resolve-interface (guix derivations) #:select ...] 2708: 15 [# # ...] 2981: 14 [try-module-autoload (guix derivations) #f] 2320: 13 [save-module-excursion #] 3001: 12 [#] In unknown file: ?: 11 [primitive-load-path "guix/derivations" ...] In guix/derivations.scm: 19: 10 [#] In ice-9/boot-9.scm: 2870: 9 [define-module* (guix derivations) #:filename ...] 2845: 8 [resolve-imports (((srfi srfi-1)) ((srfi srfi-9)) ((srfi srfi-26)) ...)] 2783: 7 [resolve-interface (guix hash) #:select ...] 2708: 6 [# # ...] 2981: 5 [try-module-autoload (guix hash) #f] 2320: 4 [save-module-excursion #] 3001: 3 [#] In unknown file: ?: 2 [primitive-load-path "guix/hash" ...] In guix/hash.scm: 48: 1 [#] In unknown file: ?: 0 [dynamic-link "libgcrypt"] ERROR: In procedure dynamic-link: ERROR: In procedure dynamic-link: file: "libgcrypt", message: "file not found" Could you also try to install Guix from Git [2] and report any problems? Finally, I hope that you'll switch to a free distro [3] instead of Ubuntu that contains non-free [4] packages. [1] https://lists.gnu.org/archive/html/bug-guile/ [2] http://git.savannah.gnu.org/cgit/guix.git/tree/HACKING#n13 [3] https://www.gnu.org/distros/free-distros.html [4] https://www.gnu.org/philosophy/free-sw --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJR9fM4AAoJEM+IQzI9IQ38uVAP/1wAXPYOrKtw5Rt8MsRtJgMR giAl/i9GmC7bOgcG7J1LyDh8j6Y8lc8RjWUt9SOvMt2trkvlS3FexFbPI1L2iycj YB7MDz952UW/lw5wo/vPSiaDFjktYitUTwB6UZfDBqBnAjVaiQsEpdV73PPq9tic 8xyfQUktZjgkNUmBUEAmhqQKGF8Wotd38WbbrzzeuoXIQtmFc12LUys5LjlOg4PN YHDvgLx9Oygud7K9Tqb/mQHxxria8mMI2sEAulT0L6CNf5kY7G7CGD0glnU2xNHG D9iiZzugTWM1YwDSMfp8aUSzQ52BYol5ypTxG4392oNGmk8n57ugMklwx8l6GoRh 4Vp+4la4HXhuvc6GmKMkOCc8PwM5sJdCu8AGuJhg1mTsiYimBPF0yecgX57MeKTL uwBt7i4kDGZm2HKsvYFNOIKjwTX0gwrg9hei/4GIKfvjJtnHEcZ65J5VBy+5iGbn 7K7mJWglDrgDSZeNTtOGiGXiGxihPvSPfRRFAFXNmImV99S7RL/PXVNX3DYqR23Q tZHzPXjnKBi4M2eDvph8pjtAbnMTR49yUjM3bgnprNhQ/02e9o53u784rD5dQySh Nf1uBOfnWNnIbOrN9xItk1mBthoEhSSf2Hp0n6JBSWGg/ccrue/znCC9a2yzqvui SxzZ4JLu+x4gryY0gouF =FBCO -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 29 04:32:11 2013 Received: (at 14968) by debbugs.gnu.org; 29 Jul 2013 08:32:12 +0000 Received: from localhost ([127.0.0.1]:55534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V3isF-0006t1-LF for submit@debbugs.gnu.org; Mon, 29 Jul 2013 04:32:11 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:41687) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V3isD-0006sV-Jv for 14968@debbugs.gnu.org; Mon, 29 Jul 2013 04:32:10 -0400 Received: by mail-ob0-f169.google.com with SMTP id wc20so2435699obb.0 for <14968@debbugs.gnu.org>; Mon, 29 Jul 2013 01:32:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=44rLYuZ9rReOptCXbsxvC6CmaFAITbyAcsAmH4hxkxc=; b=z/JFHSgrCl+VQKEAKSXrWR6+ThEjRAn+vnb3cS9OgHZUIYjLiListXmXdx0l0mXP7s nXAwD3rm3Ilv/LPp6q+peTIpEVBdAJCFzuyD1AWJNJsFsWFR2TjuFCnpOnFmL6eVSGyr 8hlvz+2JGECzgvIDf88TO70z8Wl6ObQFrWBqgGndBHgzFSGxhv164kWSot5uO9B2ilLY w+kcgbNVCxHt8rJC51PTfwbxoMRb3TvtouZBluVSqNlLzG6BB8YUkcHIl0xxgS0xluZK 2zPvGufYuGFi64G7/X0DNcE+UiDFAT/vO1Va7ZgICa8js59pHVWzFo/xPHC4y6V/eY4s 71uQ== X-Received: by 10.60.120.69 with SMTP id la5mr25927944oeb.86.1375086723742; Mon, 29 Jul 2013 01:32:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.153.165 with HTTP; Mon, 29 Jul 2013 01:31:43 -0700 (PDT) In-Reply-To: <8761vu7z63.fsf@karetnikov.org> References: <8761vu7z63.fsf@karetnikov.org> From: Amirouche Boubekki Date: Mon, 29 Jul 2013 10:31:43 +0200 Message-ID: Subject: Re: bug#14968: Building guix on top of Ubuntu 13.04 To: Nikita Karetnikov Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14968 Cc: 14968@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) > Finally, I hope that you'll switch to a free distro [3] instead of > Ubuntu that contains non-free [4] packages. I switched to Debian, So I can (re)produce the steps from above. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 15 07:28:58 2013 Received: (at 14968) by debbugs.gnu.org; 15 Aug 2013 11:28:58 +0000 Received: from localhost ([127.0.0.1]:59922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9vjc-0006ET-V9 for submit@debbugs.gnu.org; Thu, 15 Aug 2013 07:28:57 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:36237) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9vjY-0006EE-F2 for 14968@debbugs.gnu.org; Thu, 15 Aug 2013 07:28:54 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id DC3D112CD; Thu, 15 Aug 2013 13:28:48 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rovDmYO-EAZi; Thu, 15 Aug 2013 13:28:48 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4137D12A8; Thu, 15 Aug 2013 13:28:48 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Amirouche Boubekki Subject: Re: bug#14968: Building guix on top of Ubuntu 13.04 References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Thermidor an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Thu, 15 Aug 2013 13:28:47 +0200 In-Reply-To: (Amirouche Boubekki's message of "Sat, 27 Jul 2013 16:50:14 +0200") Message-ID: <87ob8zi45s.fsf@gnu.org> User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14968 Cc: 14968@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hi, Amirouche Boubekki skribis: > I tried to first run guix pull but failed with an error on /nix/store > with wrong rights, the error provided a command to run which I did. > After that I run again guix pull and try to install zile with the > command guix package -i zile > > It fails with the following error: > > http://paste.call-cc.org/paste?id=3D6fdc9664ba6f81cfc0e32d168502945e1d6c9= 5f9 That is: > guix/nar.scm:79:8: In procedure write-contents: > guix/nar.scm:79:8: In procedure module-lookup: Unbound variable: sendfile > I can't install guile 2.0.9 on ubuntu because of some file clash regardin= g ffi. > > Instead I looked in /nix/store and saw that guile 2.0.9 was installed by = guix > > so I symlinked it in ~/.guix-profile/bin/ Don=E2=80=99t ever do that: this directory is managed via the =E2=80=98guix= package=E2=80=99 command exclusively. > http://paste.call-cc.org/paste?id=3D0372e8cc7d7e2849d1b57a2926e0b359b072f= a05 This one is: > ERROR: In procedure dynamic-link: > ERROR: In procedure dynamic-link: file: "libgcrypt", message: "file not f= ound" I believe your distro comes with Guile 2.0.5, right? It=E2=80=99s OK to build Guix 0.3 with this Guile version, and it should wo= rk. What=E2=80=99s not OK is to build it with that version, and then silently s= witch to 2.0.9, or vice-versa (for instance because nar.scm checks at compile-time if the =E2=80=98sendfile=E2=80=99 procedure is available, and = 2.0.9 has it whereas 2.0.5 doesn=E2=80=99t.) So, what I would recommend is to start afresh with Guile 2.0.5: configure, build, and install Guix (and run =E2=80=98make check=E2=80=99.) >From there, you can run =E2=80=98guix package -i guile=E2=80=99 to install = 2.0.9 in your profile. And then, you can re-build Guix with 2.0.9, and run =E2=80=98guix= pull=E2=80=99. Can you try that and report back? HTH, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 15 10:11:40 2013 Received: (at 14968) by debbugs.gnu.org; 15 Aug 2013 14:11:40 +0000 Received: from localhost ([127.0.0.1]:60446 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9yH5-0003rD-KM for submit@debbugs.gnu.org; Thu, 15 Aug 2013 10:11:39 -0400 Received: from mail-ob0-f182.google.com ([209.85.214.182]:55304) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9yH3-0003qv-HF for 14968@debbugs.gnu.org; Thu, 15 Aug 2013 10:11:38 -0400 Received: by mail-ob0-f182.google.com with SMTP id wo10so891097obc.13 for <14968@debbugs.gnu.org>; Thu, 15 Aug 2013 07:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=aFxNqwoItcSrfjZmPwp95jHRhcbaR1LBA9iXDgAnh1Q=; b=lSdKNno78LzNfdQA0AxzncCBvZxJK8GGBCChdQfNzlTh413hXEyYdozYk4orpompmz Kx5MnmClNXvXcxMh8+6OvyeTi28Gz01KHBeqdcSoLrPK10T3YT0VPApN3ewOstJeMw9G Zr27Hz6roX9lv0u5NnWuOqJOyC+JDUuzIYcLfOii2yMNgvziwZKx6RPx7BOtoOOZKAse gwwnJVg48Rq1Zi/ON6jUiya6rvB8n6pNpcOWUN9dNJzrHbYDkLulXmpcFO3Bw4gQeWYz ntivRw6zDSqkCXktfzi7fs3Q48a133iK/wLusFTRCPq3hvn8ni6fv0r6rivDqUNtisPm e2nw== X-Received: by 10.60.33.74 with SMTP id p10mr9916402oei.18.1376575891385; Thu, 15 Aug 2013 07:11:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.166.226 with HTTP; Thu, 15 Aug 2013 07:11:11 -0700 (PDT) In-Reply-To: <87ob8zi45s.fsf@gnu.org> References: <87ob8zi45s.fsf@gnu.org> From: Amirouche Boubekki Date: Thu, 15 Aug 2013 16:11:11 +0200 Message-ID: Subject: Re: bug#14968: Building guix on top of Ubuntu 13.04 To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Content-Type: multipart/alternative; boundary=089e0115eef80333ac04e3fd0dac X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14968 Cc: 14968@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --089e0115eef80333ac04e3fd0dac Content-Type: text/plain; charset=UTF-8 > > Can you try that and report back? > Sorry, I can't, I moved to debian sid and everything seems to work as expected. I hope it will be useful for some else. Amirouche --089e0115eef80333ac04e3fd0dac Content-Type: text/html; charset=UTF-8
Can you try that and report back?

Sorry, I can't, I moved to debian sid and everything seems to work as expected. I hope it will be useful for some else.

Amirouche
--089e0115eef80333ac04e3fd0dac-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 15 11:53:33 2013 Received: (at 14968-done) by debbugs.gnu.org; 15 Aug 2013 15:53:33 +0000 Received: from localhost ([127.0.0.1]:60641 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9zrg-00081a-KT for submit@debbugs.gnu.org; Thu, 15 Aug 2013 11:53:33 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:36959) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V9zre-00081N-6B for 14968-done@debbugs.gnu.org; Thu, 15 Aug 2013 11:53:30 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C1502130D; Thu, 15 Aug 2013 17:53:28 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3rZ7R7vnKNAA; Thu, 15 Aug 2013 17:53:28 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 604926E6; Thu, 15 Aug 2013 17:53:28 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Amirouche Boubekki Subject: Re: bug#14968: Building guix on top of Ubuntu 13.04 References: <87ob8zi45s.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Thermidor an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Thu, 15 Aug 2013 17:53:27 +0200 In-Reply-To: (Amirouche Boubekki's message of "Thu, 15 Aug 2013 16:11:11 +0200") Message-ID: <87haer7xxk.fsf@gnu.org> User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14968-done Cc: 14968-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Amirouche Boubekki skribis: >> >> Can you try that and report back? >> > > Sorry, I can't, I moved to debian sid and everything seems to work as > expected. Even better. :-) Ludo=E2=80=99. From unknown Mon Aug 18 04:42:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 13 Sep 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator