bug#33867: Folding with origin-uri fails for inherited packages

2018-12-25 Thread swedebugia
Is this a bug? scheme@(guix-user) [1]> (define snakes (fold-packages (lambda (package lst) (if (string-prefix? "python" (package-name package))

bug#33867: Folding with origin-uri fails for inherited packages

2018-12-25 Thread Mathieu Othacehe
Hi, > Is this a bug? No it's not, the following snippet should work better. --8<---cut here---start->8--- (fold-packages (lambda (package lst) (if (string-prefix? "python" (package-name package)) (cons (and=> (package-source package)

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-12-25 Thread Ludovic Courtès
Hello! Ludovic Courtès skribis: > l...@gnu.org (Ludovic Courtès) skribis: > >> The ‘guix offload’ processes on berlin regularly hang while calling >> ‘channel-get-exit-status’: >> >> (gdb) bt >> #0 0x7f299fb330f1 in __GI___poll (fds=0x1dd58c0, nfds=1, timeout=-1) at >> ../sysdeps/unix/sysv

bug#33867: Folding with origin-uri fails for inherited packages

2018-12-25 Thread swedebugia
On 2018-12-25 13:01, Mathieu Othacehe wrote: (fold-packages (lambda (package lst) (if (string-prefix? "python" (package-name package)) (cons (and=> (package-source package) (lambda (source) (origin-uri source))) lst) ls

bug#33861: Problem building sources for guile-bash

2018-12-25 Thread Ricardo Wurmus
Hi Amar, > * Error building sources for 'guile-*' using guix build --source `guix > package -I guile- | cut -f1` >> fatal: repository >> 'https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git/' >> not found >> Failed to do a shallow fetch; retrying a full fetch... >>

bug#33751: [GNU bug Tracking System] bug#33783: closed (Re: [bug#33783] [PATCH] gnu: sqlite: Replace with 3.26.0 [security fixes].)

2018-12-25 Thread Alex Vong
Closing as patch was appied --- Begin Message --- Your bug report #33783: [PATCH] gnu: sqlite: Replace with 3.26.0 [security fixes]. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details