Bug#531073: yelp: FTBFS on Debian GNU/Hurd
Barry deFreese
bdefreese at debian.org
Fri May 29 18:24:03 UTC 2009
Package: yelp
Version: 2.24.0-2
Severity: normal
Hi,
Yelp currently FTBFSs on Debian GNU/Hurd due to unconditional use of
PATH_MAX. This isn't the great fix but it does work.
In src/yelp-gecko-utils.cpp:
#ifdef PATH_MAX
char xpcomLocation[PATH_MAX];
#else
char xpcomLocation[4096];
#endif
Normally I would try to fix it "properly" but docs for GRE_GetGREPathWithProperties() says that buffer should be of PATH_MAX or MAXPATHLEN.
Thanks,
Barry deFreese
More information about the pkg-gnome-maintainers
mailing list