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

Test Perl version 5.003 - 5.005 on Travis #98

Open
pali opened this issue Jun 14, 2019 · 7 comments
Open

Test Perl version 5.003 - 5.005 on Travis #98

pali opened this issue Jun 14, 2019 · 7 comments

Comments

@pali
Copy link
Contributor

pali commented Jun 14, 2019

Documentation says ppport.h supports Perl versions from 5.003, but on Travis is configured minimal version 5.6.0.

@atoomic
Copy link
Member

atoomic commented Jun 14, 2019

suggestion, if we can confirm that it s not passing with versions below 5.6.0 maybe we should change the wording there... as I think during our last discussion we were targeting 5.6.0
@khwilliamson do you we should provide support below 5.6.0 ?

@pali
Copy link
Contributor Author

pali commented Jun 14, 2019

5.5.3 is passing

@pali
Copy link
Contributor Author

pali commented Jun 14, 2019

Anyway, I did some modification to perlbrew and travis-perl-helpers and seems that it allows me to add also older perl versions to Travis... I will try to create a pull request in next days.

@pali
Copy link
Contributor Author

pali commented Jun 14, 2019

Support for 5.005_01 - 5.005_05 into travis-perl-helpers is in this pull request:
travis-perl/helpers#72

5.005 cannot be compiled with current patchperl, compilation fails on error:
https://travis-ci.org/pali/travis-perl-helpers/jobs/545867885

	Making x2p stuff
make[1]: Entering directory `/home/travis/perl5/perlbrew/build/perl5.005/perl5.005/x2p'
You haven't done a "make depend" yet!
make[1]: *** [hash.o] Error 1
make[1]: Leaving directory `/home/travis/perl5/perlbrew/build/perl5.005/perl5.005/x2p'
make: *** [translators] Error 2

And older versions (5.004) stuck at configure phase in:
https://travis-ci.org/pali/travis-perl-helpers/jobs/545833435

Where is your C library? 

(without no more output)

@karenetheridge
Copy link
Member

do you we should provide support below 5.6.0?

How many distributions are on cpan that use ppport.h that don't have a minimum of 5.6? I'm guessing very few.

@khwilliamson
Copy link
Member

khwilliamson commented Jun 24, 2019 via email

@pali
Copy link
Contributor Author

pali commented Dec 23, 2019

PR for Perl 5.5 testing: #178

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

4 participants