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

lndir builddir failures: t/src/checkdepend.t #805

Closed
rurban opened this issue Jul 31, 2012 · 1 comment
Closed

lndir builddir failures: t/src/checkdepend.t #805

rurban opened this issue Jul 31, 2012 · 1 comment
Assignees
Labels

Comments

@rurban
Copy link
Member

rurban commented Jul 31, 2012

If you build in a seperate builddir with files symlinked to the srcdir t/src/checkdepend.t fails on "../" traversal, because the abspath does not match cwd.
Fixed in branch lndir

@ghost ghost assigned rurban Jul 31, 2012
rurban pushed a commit that referenced this issue Aug 14, 2012
File::Spec->abs2rel refuses to resolve ../ dirs because one of the dirs may be symlinked.
Our dir structure does not contain such symlinks, so we resolve ../ dirs manually, when
the target file is a symlink, which is the case with lndir builddirs.
@rurban
Copy link
Member Author

rurban commented Aug 14, 2012

cherry-picked to master with bfe950c

@rurban rurban closed this as completed Aug 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant