diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-12-03 18:49:49 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-12-03 18:49:49 +0100 |
commit | 7d8f7a8ca75634549751c3a140684f20761cc7fe (patch) | |
tree | b65d3acbf5ac88756993b78c7f2e6d1af2430fdc /open_issues | |
parent | 7f1308994111adec087b8af17956db573e8d0161 (diff) |
open_issues/fakeroot_exit_0: Remaining fakeroot-tcp issue.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/fakeroot_exit_0.mdwn (renamed from open_issues/fakeroot-tcp_vs_eintr.mdwn) | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/open_issues/fakeroot-tcp_vs_eintr.mdwn b/open_issues/fakeroot_exit_0.mdwn index 36707cd2..c6075b17 100644 --- a/open_issues/fakeroot-tcp_vs_eintr.mdwn +++ b/open_issues/fakeroot_exit_0.mdwn @@ -8,23 +8,8 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -[[!toc]] - - -# [[!debbug 641200]] - -[[!message-id "87litvz9me.fsf@kepler.schwinge.homeip.net"]] - + $ fakeroot ./scripts/mkinstalldirs /media/erich/home/thomas/tmp/glibc/debian/eglibc-2.13/debian/tmp-libc/usr/include [...] - if test -z "$*"; then - FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" ${SHELL:-/bin/sh} - RESULT=$? - else - FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@" - RESULT=$? - fi - + test -z './scripts/mkinstalldirs /media/erich/home/thomas/tmp/glibc/debian/eglibc-2.13/debian/tmp-libc/usr/include' - + FAKEROOTKEY=2040 + LD_LIBRARY_PATH=/usr/lib/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot + LD_PRELOAD=libfakeroot-tcp.so + ./scripts/mkinstalldirs /media/erich/home/thomas/tmp/glibc/debian/eglibc-2.13/debian/tmp-libc/usr/include @@ -36,8 +21,7 @@ License|/fdl]]."]]"""]] kill -s HUP 23612 + kill -s HUP 23612 - -## `exit(1)` +(The `EINTR` issue has been [[!debbug desc="fixed" 641200]].) `connect() < 0` invokes `fail()` which invokes `exit(1)`. Not yet figured out why the process exits 0 dispite that. `LD_PRELOAD` issue? ([[!taglink |