Bug#669059: webkit-1.8.0-2: FTBFS on hurd-*

Svante Signell svante.signell at telia.com
Mon Apr 16 20:20:20 UTC 2012


Source: webkit
Version: 1.8.0-2
Severity: Important
Usertags: hurd
User: debian-hurd at lists.debian.org

Hello,

webkit currently FTBFS on hurd-i386, due to the usage of PATH_MAX,
which is only recommended by POSIX, not mandatory, and GNU/Hurd does
not have this limitation. The attached patch fixes this by using the
combination of and lstat and readlink, as recommended on the readlink
man page. Additionally a definition of GNU/Hurd is added to osinclude.h
to avoid that the compilation errors out due to a missing definition of
ANGLE_OS_POSIX also for GNU/Hurd. Could you please apply it when
releasing next update?

Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_FTBFS4Hurd.patch
Type: text/x-patch
Size: 1482 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-webkit-maintainers/attachments/20120416/8f2b14a7/attachment.bin>


More information about the Pkg-webkit-maintainers mailing list