[ptxdist] [PATCH] sitecopy: Fix build on non-Linux hosts

2012-01-16 Thread Bernhard Walle
The build system of sitecopy uses 'uname' to determine the operating system for which it compiles sitecopy. However, on non-Linux hosts, this leads to wrong results. Fixes Darwin (tested on Mac OS 10.7 Lion), doesn't break Linux (verified with current Arch Linux on x86_64). Signed-off-by:

[ptxdist] [PATCH] Fix usage of fakeroot on Darwin

2012-01-16 Thread Bernhard Walle
The extension of shared libraries on Darwin is .dylib, not .so. While the fakeroot script itself (which is part of the fakeroot distribution) can handle Darwin, ptxdist calls 'fakeroot' with the '-l' parameter and directly provides the full path to the shared library which is pre-loaded. This

[ptxdist] [PATCH] host-tz-database: Fix build on Darwin

2012-01-16 Thread Bernhard Walle
This patch fixes following build error: localtime.c:1174: error: static declaration of 'tzsetwall' follows non-static declaration /usr/include/time.h:150: error: previous declaration of 'tzsetwall' was here On Linux: % grep -r tzsetwall /usr/include/ [nothing] On Mac OS 10.7:

Re: [ptxdist] [ANNOUNCE] PTXdist 2012.01.0 released

2012-01-16 Thread Michael Olbrich
Hi, On Tue, Jan 10, 2012 at 01:36:57PM +0100, Alexander Dahl wrote: Am 07.01.2012 23:46, schrieb Michael Olbrich: Robert Schwebel (10): host-libffi: added This seems to make problems over here. After migrating from ptxdist 2011.12.0 the related entries in my config are: % grep