Subject: | [PATCH] Build fails on NFS |
CheckLib (included in XML::Parser) fails when building on NFS on my
FreeBSD system (See: http://www.freebsd.org/cgi/query-pr.cgi?
pr=ports/155991)
The problem is that it tries to use File::Temp::tempfile() to create a
file within the source directory, which may cause problems.
A patch which solves the issue is attached ... I'm not familiar with
Perl, and couldn't find a "get_tmp_dir()"-like function with a quick
search, but you should get the idea ;)
I also reported this at Devel::CheckLib:
https://rt.cpan.org/Public/Bug/Display.html?id=72291