Bug#719800: libedit: FTBFS on hurd-i386
Pino Toscano
pino at debian.org
Thu Aug 15 13:15:49 UTC 2013
Source: libedit
Version: 3.1-20130712-1~exp2
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd
Hi,
libedit 3.1 does not compile on Hurd [1].
The problem is due to an unconditional usage of the POSIX-optional
PATH_MAX; unfortunately it is used in a static buffer, so hard to make
it go away cleanly. The easiest solution I am providing is defining
PATH_MAX if not defined already; another one could be allocate just
once the buffer needed, at the cost of "leaking" such buffer even if
until the end of the run.
Since I read you are going to upload it soon to unstable, then the
easiest solution will do it for now.
[1] https://buildd.debian.org/status/fetch.php?pkg=libedit&arch=hurd-i386&ver=3.1-20130712-1%7Eexp2&stamp=1376420039
Thanks,
--
Pino
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PATH_MAX.diff
Type: text/x-diff
Size: 226 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-llvm-team/attachments/20130815/104bb936/attachment.diff>
More information about the Pkg-llvm-team
mailing list