Opened 10 years ago
Closed 8 years ago
#1035 closed task (fixed)
Perl 5.24.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | CLFS Standard 3.1.0 |
Component: | BOOK | Version: | CLFS Standard GIT |
Keywords: | Cc: | berzerkula@…, jonathan@…, chris@… |
Description (last modified by )
Change History (13)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | Perl 5.20.2 → Perl 5.22.0 |
comment:3 by , 9 years ago
As a before ticket, when upgrading use Perl's bundling system to upgrade to a current version of Perl.
http://gugod.org/2010/09/migrate-to-new-perl-with-cpan-autobundle/
follow-up: 8 comment:4 by , 9 years ago
As far as I can tell, threads is detected properly and we can remove -Dusethreads from:
./configure.gnu --prefix=/usr \ -Dvendorprefix=/usr \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ -Dpager="/bin/less -isR" \ -Dusethreads -Duseshrplib
comment:5 by , 9 years ago
Milestone: | → CLFS Standard 3.1.0 |
---|---|
Version: | → CLFS Standard GIT |
comment:6 by , 9 years ago
Need to look at the export commands in multilib.
Each 32bit and 64bit build of Perl 5.22.0 resulted in all tests passed using the boot method with full networking enabled.
comment:8 by , 9 years ago
Replying to kb0iic:
As far as I can tell, threads is detected properly and we can remove -Dusethreads from:
./configure.gnu --prefix=/usr \ -Dvendorprefix=/usr \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ -Dpager="/bin/less -isR" \ -Dusethreads -Duseshrplib
I tried leaving off -Dusethreads and it does say it's not enabling threads support.
Build a threading Perl? [n]
comment:9 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | Perl 5.22.0 → Perl 5.22.1 |
comment:10 by , 8 years ago
Agreed, still need -Dusethreads. Perl 5.24.0 is out and I am testing this with my Raspberry Pi 3 arm build, but I'm guessing with mulitlib nothing has changed much regarding install.
comment:11 by , 8 years ago
Description: | modified (diff) |
---|---|
Summary: | Perl 5.22.1 → Perl 5.24.1 |
comment:12 by , 8 years ago
To keep with the current configure option layout:
-Dusethreads -Duseshrplib
Change to
-Dusethreads \ -Duseshrplib
comment:13 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit a74a2bede146f019c34b047f55b7baa82180bb53
Version 5.22 is out but due stricter regex quoting quite a few of the gnulib testsuites have failures