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

Unable to build in parallel if older version is installed #62

Open
guimard opened this issue Mar 28, 2018 · 1 comment
Open

Unable to build in parallel if older version is installed #62

guimard opened this issue Mar 28, 2018 · 1 comment

Comments

@guimard
Copy link

guimard commented Mar 28, 2018

Hello,
DBI compilation fails if parallel build is used and an older version of DBI is installed on system:

$ perl Makefile.PL && make -j4
...
DBI object version 1.640 does not match bootstrap parameter 1.641 at /usr/lib/x86_64-linux-gnu/perl/5.26/DynaLoader.pm line 204.

This issue has been reported on Debian and solved by disabling parallel build for this package.

Regards,
Xavier

@guimard guimard changed the title Unable to build in parallel Unable to build in parallel if older version is installed Mar 28, 2018
@Tux
Copy link
Member

Tux commented Mar 28, 2018

Confirmed.

Another thing I just noted, is that make test passes as does make -j8 test (which doesn't do anything special), but that prove -vwb -j8 fails the 80proxy.t tests with

do "dbiproxytst.conf" failed, '.' is no longer in @INC; did you mean do "./dbiproxytst.conf"? at ...

I pushed the fix for that

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

2 participants