Bug#750405: psmisc: FTBFS on hurd-i386

2017-03-29 Thread Svante Signell
found 750405 2.21-2.1 tags 750405 -pending -upstream thanks Hello, Attached is an updated patch for the PATH_MAX issue in psmisc. It uses the fact that calling snprintf() with *str=NULL and size=0 returns the number of bytes needed for the string according to POSIX.1-2001 and later (which is supp

Bug#750405: psmisc: FTBFS on hurd-i386

2014-06-03 Thread Svante Signell
Source: psmisc Version: 22.21-2 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hi, Currently the latest version of psmisc fails to build from source and is flagged as out-of-date. This is due to usage of PATH_MAX, which is not defined on GNU/Hurd. The attached p