guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: syscalls: Delay syscalls evaluation.


From: Manolis Ragkousis
Subject: [PATCH] build: syscalls: Delay syscalls evaluation.
Date: Fri, 5 Feb 2016 15:01:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hello hackers,

Justus tried to build Guix on his Hurd machine and he found out that
even though we disable (guix build syscalls) from building when
sys/mount.h is not present, it still tries to build it.

As I found out, (guix utils) module uses the syscalls module so that's
why it still tried to build it. That's why I followed a different approach.
I delayed the evaluation of ptr and proc on mount, umount, swapon, etc.
and it builds now.

WDYT? If you agree with the change I will push it to wip-hurd and/or
master.

Manolis

Attachment: 0001-build-syscalls-Delay-syscalls-evaluation.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]