Ludovic Courtès skriver: > Hi! > > Marius Bakke skribis: > >> Ludovic Courtès skriver: >> >>> Ludovic Courtès skribis: >>> >>>> Quite a few packages depend on (guix build syscalls), starting from >>>> ‘ant-bootstrap’ (since commit cded3a759356ff66b7df668bcdbdfa0daf96f4c5 >>>> in 2018) up to GNOME-related packages such as ‘mutter’ (commit >>>> d1c2fe248a7a326189fb7dcae64a59ece96251ba a few months ago). >> >> It seems the usage of (guix build syscalls) in java.scm and >> ant-build-system is solely for 'mkdtemp!'. Guile 3.0.6 gained >> 'mkdtemp', so I suppose we can switch to that? > > I think so. Pushed in fa9ad4b4822d..e6f5b9f7321925. However it is only a temporary measure because on the 'core-updates' branch, (guix build syscalls) is used by polkit (for SET-CHILD-SUBREAPER!) and thus get nearly 3k dependents.