Bug#658384: memstat: FTBFS on hurd-i386

2012-02-07 Thread Tanguy LE CARROUR
Hi, 2012/2/3 Michael Meskes : > Thanks for your effort, but unfortunately the patch does not work. It might > make memstat compile on Hurd, but it certainly creates a non-funtional binary > on Linux. Please run the progam on Linux with and without your patch to see > the > different output. I'm

Bug#658384: memstat: FTBFS on hurd-i386

2012-02-04 Thread Jeremie Koenig
Hi Tanguy, On Sat, Feb 04, 2012 at 10:58:43AM +0100, Tanguy LE CARROUR wrote: > I'll try to see what's wrong, but any advice is welcome. The problem is due to lstat() always returning a null size on Linux for /proc/*/exe, so the approach described in readlink(2) cannot be applied. You will need a

Bug#658384: memstat: FTBFS on hurd-i386

2012-02-04 Thread Tanguy LE CARROUR
Hi, Le vendredi 3 février 2012, Michael Meskes a écrit : > tag 658384 -patch > thanks > > Thanks for your effort, but unfortunately the patch does not work. It might > make memstat compile on Hurd, but it certainly creates a non-funtional binary > on Linux. Please run the progam on Linux with and

Bug#658384: memstat: FTBFS on hurd-i386

2012-02-03 Thread Michael Meskes
tag 658384 -patch thanks On Thu, Feb 02, 2012 at 04:53:52PM +0100, Tanguy LE CARROUR wrote: > This patch solves the build problems for GNU/Hurd due to PATH_MAX > issues. The solution is to make dynamic string allocations instead of > using fixed length buffers. The patch involves one file, and is

Bug#658384: memstat: FTBFS on hurd-i386

2012-02-02 Thread Tanguy LE CARROUR
Source: memstat Version: 0.9 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd X-DebBugs-CC: debian-h...@lists.debian.org Hi, This patch solves the build problems for GNU/Hurd due to PATH_MAX issues. The solution is to make dynamic string allocations instead of usi