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

issue finding path to install SubVersion #19

Open
dthibi opened this issue Aug 30, 2017 · 0 comments
Open

issue finding path to install SubVersion #19

dthibi opened this issue Aug 30, 2017 · 0 comments

Comments

@dthibi
Copy link

dthibi commented Aug 30, 2017

When I try to install this module I'm getting error when it is compiling subversion:

configure: error: expected an absolute directory name for --prefix: .../..

I believe this may be because I compiled PERL (v5.24) with option "--prefix=/app/myapp/local" to install in a separate directory. My Perl Config shows:

$ perl -M"Config qw(config_sh)" -E 'say foreach grep(/prefix=/,split(/\n/,config_sh()))'
config_arg2='-Dprefix=/app/myapp/local/perl-5.24.0'
config_args='-Duserelocatableinc -Dprefix=/app/myapp/local/perl-5.24.0 -de'
installprefix='/app/myapp/local/perl-5.24.0'
prefix='.../..'
siteprefix='.../..'
usevendorprefix='undef'
vendorprefix=''

Maybe add in your Builder.pm (sub _default_configure_args) script to also include $Config{installprefix} and check for absolute path since that is required in the SVN configure.

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

No branches or pull requests

1 participant