Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel::CheckLib bug causes XML::Parser test failures on NFS [rt.cpan.org #72293] #76

Open
toddr opened this issue Sep 24, 2019 · 2 comments

Comments

@toddr
Copy link
Member

toddr commented Sep 24, 2019

Migrated from rt.cpan.org#72293 (status was 'stalled')

Requestors:

Attachments:

From [email protected] on 2011-11-09 00:57:20
:

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

From [email protected] on 2011-11-09 00:57:57
:

Oops, I forgot the patch

From [email protected] on 2011-11-09 08:46:43
:

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. 

@toddr
Copy link
Member Author

toddr commented Sep 24, 2019

@toddr
Copy link
Member Author

toddr commented Dec 28, 2023

Devel::Checklib was updated in #89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant