You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I am happy to update XML::Parser's inc paths when upstream (Devel::CheckLib) fixes their
problem. I'm very disinclined to mess with anything in inc by patching it directly, since the way
that tree is generated is mostly automated.
If you will ping this ticket when they update, I will be happy to do the legwork on the update and
release. Thank you for reporting it.
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#72293 (status was 'stalled')
Requestors:
Attachments:
From [email protected] on 2011-11-09 00:57:20
:
From [email protected] on 2011-11-09 00:57:57
:
From [email protected] on 2011-11-09 08:46:43
:
The text was updated successfully, but these errors were encountered: