bug#32131: ghc fails to compile packages when installed into profile

2018-07-11 Thread Anonymous
This bug can be reproduced by doing     guix package -i ghc     echo 'main=return()' > test.hs     ghc test.hs The expected output is that the program will be compiled, but instead we get the error message     gcc: error trying to exec 'as': execvp: No such file or directory     `gcc' failed

bug#32126: call-with-temporary-directory rarely cleans up after itself

2018-07-11 Thread Leo Famulari
While testing something, I noticed that temporary directories created with ((guix utils) call-with-temporary-directory) were not being deleted. This procedure is documented to delete the directories after execution: "Call PROC with a name of a temporary directory; close the directory and delete i

bug#32098: Guix 0.15.0 tests fail on Fedora 28

2018-07-11 Thread 藍挺瑋
於 星期日,2018-07-08 於 18:46 +,GNU bug Tracking System 提到: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > intere

bug#32075: netcat with '-U' option for connection virt-manager to libvirt over SSH

2018-07-11 Thread Leo Famulari
On Wed, Jul 11, 2018 at 01:15:25PM +0200, Ludovic Courtès wrote: > Hi Oleg, > > Oleg Pykhalov skribis: > > > libvirtError: End of file while reading data: nc: invalid option -- 'U' > > Try `nc --help' for more information.: Input/output error > > There are several implementation of Netcat, and

bug#32110: Some Cuirass examples fail

2018-07-11 Thread Clément Lassieur
Ludovic Courtès writes: > Clément Lassieur skribis: > >> Clément Lassieur writes: >> >>> These examples fail: >>> >>> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm >>> --database=test.db >>> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm >>> --database=t

bug#32110: Some Cuirass examples fail

2018-07-11 Thread Ludovic Courtès
Clément Lassieur skribis: > Clément Lassieur writes: > >> These examples fail: >> >> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm >> --database=test.db >> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm >> --database=test.db >> ./pre-inst-env cuirass --sp

bug#32075: netcat with '-U' option for connection virt-manager to libvirt over SSH

2018-07-11 Thread Ludovic Courtès
Hi Oleg, Oleg Pykhalov skribis: > libvirtError: End of file while reading data: nc: invalid option -- 'U' > Try `nc --help' for more information.: Input/output error There are several implementation of Netcat, and presumably libvirt expects a different one. Could you check which implementation