bug#50145: guix-master fails 'make install' (missing contentdb.scm)

2021-08-22 Thread Sergei Trofimovich
On Sat, 21 Aug 2021 19:32:31 +0200 Leo Prikler wrote: > Hi, > > sorry for responding this late, I was asleep when the bug was filed. > > Am Samstag, den 21.08.2021, 15:55 +0100 schrieb Sergei Trofimovich: > > Noticed 'make install' failure of guix-maste

bug#50145: guix-master fails 'make install' (missing contentdb.scm)

2021-08-21 Thread Sergei Trofimovich
Noticed 'make install' failure of guix-master on a foreign distribution: make all-recursive make[1]: Entering directory '/tmp/portage-tmpdir/portage/sys-apps/guix-/work/guix-' Making all in po/guix make[2]: Entering directory '/tmp/portage-tmpdir/portage/sys-apps/guix-99

bug#26811: guix does not resume download on FTP timeouts

2017-05-07 Thread Sergei Trofimovich
On Sun, 7 May 2017 14:25:43 -0400 Leo Famulari wrote: > On Sun, May 07, 2017 at 09:31:59AM +0100, Sergei Trofimovich wrote: > > I have slow internet :) > > > > It looks like ftp://tug.org has a FTP session timeout of 2 hours 11 > > minutes, or something like that

bug#26811: guix does not resume download on FTP timeouts

2017-05-07 Thread Sergei Trofimovich
I have slow internet :) It looks like ftp://tug.org has a FTP session timeout of 2 hours 11 minutes, or something like that. Over night I tried to build sbcl and failed. Note how download silently stopped at ~80% [1]. Would be nice if guix had a mechanism to reconnect to FTP and continue downlo

bug#26732: add '--target=' option for 'guix environment' (similar to 'guix build')

2017-05-01 Thread Sergei Trofimovich
[ context: https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00966.html ] Currently 'guix build' supports '--target=' option to allow cross-compilation, but 'guix environment' doe not. Sometimes it would be nice to peek at the environment that 'guix build' creates. Concrete example: Whe

bug#25635: 'guix refresh' does not work for packages with multiple URIs (python-cram is one example)

2017-02-06 Thread Sergei Trofimovich
[had to corrupt URIs to get past spam filter] Noticed by accident when ran 'guix refresh' (global refreh). Full quick reproducer is [1]. The trigger seems to be '(uri (list' nesting: gnu/packages/python.scm: (define-public python-cram (package (name "python-cram") (version "0.7")

bug#25634: 'guix environment mpv' fails to handle '/gnu/store/i1139n4ab0fn9v4bwkvqzp6sw3w66mqr-python-waf-1.9.5' file (not-a-dir)

2017-02-06 Thread Sergei Trofimovich
It looks like 'guix environment' does not handles derivations-as-files. I don't know if it's a bug in the package or 'guix environment': $ ls -l /gnu/store/i1139n4ab0fn9v4bwkvqzp6sw3w66mqr-python-waf-1.9.5 -r-xr-xr-x 2 root root 99280 Jan 1 1970 /gnu/store/i1139n4ab0fn9v4bwkvqzp6sw3w66mqr-pytho