guix-devel/guix/build
Ludovic Courtès 70dfdd501a
syscalls: Adjust 'clone' to Guile 2.2.
Before that, something like:

  (call-with-container
    (lambda ()
      (match (primitive-fork)
        …)))

would hang in 'primitive-fork' as the child process (the one started in
the container) would try to pthread_join the finalization thread in
'stop_finalization_thread' in libguile, not knowing that this thread is
nonexistent.

* guix/build/syscalls.scm (%set-automatic-finalization-enabled?!): New
procedure.
(without-automatic-finalization): New macro.
(clone): Wrap PROC call in 'without-automatic-finalization'.
2017-03-15 15:19:53 +01:00
..
ant-build-system.scm
asdf-build-system.scm build-system: Add asdf-build-system. 2016-10-08 21:20:35 +08:00
bournish.scm bournish: Extend 'rm' command. 2017-01-26 13:49:56 +01:00
cargo-build-system.scm build-system: cargo: Handle Cargo.lock file not present. 2017-01-01 18:20:52 +01:00
cmake-build-system.scm guxi: cmake-build-system: Enable output for failing test-cases. 2016-11-15 22:40:25 +01:00
cvs.scm
download.scm download: Export '%x509-certificate-directory'. 2017-03-13 21:52:38 +01:00
dub-build-system.scm build: dub-build-system: Don't use "dub run" at all. 2017-02-14 10:18:35 +01:00
emacs-build-system.scm
emacs-utils.scm
git.scm
glib-or-gtk-build-system.scm
gnu-build-system.scm
gnu-dist.scm
graft.scm grafts: Remove unnecessary 'umask' call. 2016-10-17 23:59:03 +02:00
gremlin.scm
haskell-build-system.scm
hg.scm
lisp-utils.scm build-system: Add asdf-build-system. 2016-10-08 21:20:35 +08:00
make-bootstrap.scm guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system. 2017-01-03 16:00:43 +02:00
ocaml-build-system.scm gnu: Add ocaml-build-system. 2017-01-04 16:03:39 +01:00
perl-build-system.scm
profiles.scm
pull.scm pull: Set '%nix-instantiate' to a sensible value. 2016-11-28 22:58:18 +01:00
python-build-system.scm build-system/python: Make sure 'check' returns failures. 2016-12-13 21:04:31 +01:00
qt-utils.scm
r-build-system.scm build: r-build-system: Use deterministic built date. 2017-02-02 15:20:50 +01:00
rpath.scm
ruby-build-system.scm
store-copy.scm
svn.scm
syscalls.scm syscalls: Adjust 'clone' to Guile 2.2. 2017-03-15 15:19:53 +01:00
union.scm
utils.scm
waf-build-system.scm