Re: gearmand - PATH_MAX patch review

2012-06-18 Thread Samuel Thibault
Barry deFreese, le Mon 18 Jun 2012 00:20:17 -0400, a écrit : +#ifdef _GNU_SOURCE _GNU_SOURCE is not something you can test. It's the application which is supposed to define it. Test __GLIBC__ instead +char *getcwd_buf= get_current_dir_name(); +#else char buf[PATH_MAX];

Re: Disc issues

2012-06-18 Thread Samuel Thibault
Hello, Philipp Klaus Krause, le Fri 04 May 2012 11:48:10 +0200, a écrit : I tried installing with the settings documented above twice (all default but going with German / Germany and participating in the popularity contest). I got exactly the same crash to reboot both times. As I'm unable to

Re: Disc issues

2012-06-18 Thread Philipp Klaus Krause
On 18.06.2012 11:48, Samuel Thibault wrote: Hello, Philipp Klaus Krause, le Fri 04 May 2012 11:48:10 +0200, a écrit : I tried installing with the settings documented above twice (all default but going with German / Germany and participating in the popularity contest). I got exactly the same

Re: gearmand - PATH_MAX patch review

2012-06-18 Thread Philipp A. Hartmann
Samuel, Barry, it's C++, therefore we should probably use appropriate C++ features instead of platform-specific things like strdupa(). Alternative sketched below, untested of course. On 18/06/12 09:50, Samuel Thibault wrote: Barry deFreese, le Mon 18 Jun 2012 00:20:17 -0400, a écrit : +#ifdef

Re: gearmand - PATH_MAX patch review

2012-06-18 Thread Pino Toscano
Hi, Alle lunedì 18 giugno 2012, Philipp A. Hartmann ha scritto: it's C++, therefore we should probably use appropriate C++ features instead of platform-specific things like strdupa(). Right. Alternative sketched below, untested of course. On 18/06/12 09:50, Samuel Thibault wrote: Barry

Re: gearmand - PATH_MAX patch review

2012-06-18 Thread Philipp A. Hartmann
Pino, On 18/06/12 13:04, Pino Toscano wrote: Alle lunedì 18 giugno 2012, Philipp A. Hartmann ha scritto: Alternative sketched below, untested of course. On 18/06/12 09:50, Samuel Thibault wrote: Barry deFreese, le Mon 18 Jun 2012 00:20:17 -0400, a écrit : +#ifdef _GNU_SOURCE

Re: Disc issues

2012-06-18 Thread Samuel Thibault
Philipp Klaus Krause, le Mon 18 Jun 2012 12:05:37 +0200, a écrit : Well, I didn't get to see any error message. From the logs I uploaded to http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/hurd/log/ the last message before the crash is 2012-05-02 11:40:08 status half-installed