Re: Glibc building procedure error report.

2014-04-01 Thread Samuel Thibault
Manolis Ragkousis, le Wed 02 Apr 2014 00:29:13 +, a écrit : > > /../build/libc_pic.os: In function `__fork': > > /../source/posix/../sysdeps/mach/hurd/fork.c:71: undefined reference to > > `__start__hurd_atfork_prepare_hook' > > /../gcc-cross-sans-libc-i686-pc-gnu-4.8.2/libexec/gcc/i686-pc-

Re: Glibc building procedure error report.

2014-04-01 Thread Manolis Ragkousis
As I said in the irc I managed to bypass the previous error by deleting #define _EXTERN_INLINE in signal/sigsetops.c I am now getting the error > /../build/libc_pic.os: In function `__fork': > /../source/posix/../sysdeps/mach/hurd/fork.c:71: undefined reference to > `__start__hurd_atfork_prepa

Re: Trying to solve file lock problem with /etc/sudoers

2014-04-01 Thread Samuel Thibault
Hello, Peter Baumgarten, le Thu 13 Mar 2014 18:46:30 -0500, a écrit : > I figured out why sudo was not building, unless I explicitly state a > umask in my .profile that is NOT umask 000, which it seemed like it was. > sudo will fail some permission checks. If put either umask 002 or 022 > in .prof

Re: problem on shut-down

2014-04-01 Thread Justus Winter
Quoting Riccardo Mottola (2014-04-01 09:24:21) > my box hangs when shutting down. When it comes to "stopping the internet > superdaemon inetd" it just hangs. :/ As a workaround, using {reboot,halt}-hurd is safe (filesystem-wise) even when using sysvinit. Using those commands avoids such problem

Re: Glibc building procedure error report.

2014-04-01 Thread Samuel Thibault
Manolis Ragkousis, le Mon 31 Mar 2014 22:35:08 +, a écrit : > I came across on some issues in the building procedure which are not solved in > the debian patches so I think I should report them, ask for comments on them > and be as solid as possible in my descriptions. > > First there are 2 de

problem on shut-down

2014-04-01 Thread Riccardo Mottola
Hi, my box hangs when shutting down. When it comes to "stopping the internet superdaemon inetd" it just hangs. Riccardo