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

Perl 5.34.0 works with perl cross 1.3.6 #18

Merged
merged 2 commits into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions doc/2-tools/25-Perl
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Tool Chain: Perl
# Build and install as oml
# ** perl 5.34.0/5.35.1 will not cross-compile under **
# ** musl, even with latest perl-cross 1.3.6 **

# Apply perl-cross over perl source
cp -vrf ../perl-cross-1.3.5/* ./
cp -vrf ../perl-cross-1.3.6/* ./

# Patching during build fails due to read-only permissions
# in source.
Expand All @@ -19,6 +17,6 @@ make

# Copy only what is needed:
cp -v perl cpan/podlators/scripts/pod2man /tools/bin &&
mkdir -pv /tools/lib/perl5/5.32.1 &&
cp -Rv lib/* /tools/lib/perl5/5.32.1
mkdir -pv /tools/lib/perl5/5.34.0 &&
cp -Rv lib/* /tools/lib/perl5/5.34.0

2 changes: 1 addition & 1 deletion sources.list
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ https://ftp.gnu.org/gnu/gzip/gzip-1.10.tar.xz
https://ftp.gnu.org/gnu/make/make-4.3.tar.gz
https://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz
https://www.cpan.org/src/5.0/perl-5.34.0.tar.xz
https://github.com/arsv/perl-cross/releases/download/1.3.5/perl-cross-1.3.5.tar.gz
https://github.com/arsv/perl-cross/releases/download/1.3.6/perl-cross-1.3.6.tar.gz
https://ftp.gnu.org/gnu/sed/sed-4.8.tar.xz
https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz
https://ftp.gnu.org/gnu/texinfo/texinfo-6.8.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion sources.md5
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ f47fe27049510b2249dba7f862ac1b51 grep-3.6.tar.xz
fc7a67ea86ace13195b0bce683fd4469 make-4.3.tar.gz
78ad9937e4caadcba1526ef1853730d5 patch-2.7.6.tar.xz
df7ecb0653440b26dc951ad9dbfab517 perl-5.34.0.tar.xz
a4d8faf1946e1074f88e711b8658716d perl-cross-1.3.5.tar.gz
1112b49140bbf3e557bca28a360972b0 perl-cross-1.3.6.tar.gz
6d906edfdb3202304059233f51f9a71d sed-4.8.tar.xz
9a08d29a9ac4727130b5708347c0f5cf tar-1.34.tar.xz
a91b404e30561a5df803e6eb3a53be71 texinfo-6.8.tar.xz
Expand Down