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
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
於 星期日,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
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
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
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
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