Ricardo Wurmus skribis:
> Alex Kost writes:
>
>> Ricardo Wurmus (2017-08-11 22:26 +0200) wrote:
>>
>>> Hi Guix,
>>>
>>> I want to make sure that /etc/environment includes GUILE_LOAD_PATH and
>>> GUILE_LOAD_COMPILED_PATH, because that’s needed for offloading.
>>> “/etc/environment” is created by
Liam Wigney skribis:
> I wasn't sure where it was appropriate to post this, but I'm interested why
> and how the decision was made.
To complement what Ricardo wrote, there’s a procedure to “offer” a
package to the GNU Project, which is documented here:
https://www.gnu.org/help/evaluation.ht
Hi,
Dmitry Nikolaev skribis:
> Hi. I'm trying to build Xawtv in GuixSD to use my webcamera during
> screencasts. I wrote package defintion for xawtv, it passes configuration
> and build phases, but fails on install phase with error:
>
> /gnu/store/6908gy3pws0ccys49ni98idwnicchlr2-coreutils-8.26/
Hi Chris,
Christopher Baines skribis:
> 1.130.19 0 3853 openat
[...]
> 13.560.193014 50 3853 openat
So openat(2) is 4 orders of magnitude slower in the VM, which is a
problem.
I guess a large part of that is due to the fact that
On Tue, 22 Aug 2017 12:11:43 +0200
l...@gnu.org (Ludovic Courtès) wrote:
> Hi Chris,
>
> Christopher Baines skribis:
>
> > 1.130.19 0 3853 openat
>
> [...]
>
> > 13.560.193014 50 3853 openat
>
> So openat(2) is 4 orders of m
l...@gnu.org (Ludovic Courtès) writes:
> Hi Chris,
>
> Christopher Baines skribis:
>
>> 1.130.19 0 3853 openat
>
> [...]
>
>> 13.560.193014 50 3853 openat
>
> So openat(2) is 4 orders of magnitude slower in the VM, which is a
> probl
iyzs...@member.fsf.org (宋文武) skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Hi Chris,
>>
>> Christopher Baines skribis:
>>
>>> 1.130.19 0 3853 openat
>>
>> [...]
>>
>>> 13.560.193014 50 3853 openat
>>
>> So openat(2) is 4 ord
Christopher Baines skribis:
> On Tue, 22 Aug 2017 12:11:43 +0200
> l...@gnu.org (Ludovic Courtès) wrote:
>
>> Hi Chris,
>>
>> Christopher Baines skribis:
>>
>> > 1.130.19 0 3853 openat
>>
>> [...]
>>
>> > 13.560.193014 50 3853
Dmitry Nikolaev (2017-08-21 23:28 +0300) wrote:
> Hi. I'm trying to build Xawtv in GuixSD to use my webcamera during
> screencasts. I wrote package defintion for xawtv, it passes
> configuration and build phases, but fails on install phase with
> error:
>
> /gnu/store/6908gy3pws0ccys49ni98idwnicch