Closed vadimkantorov closed 3 years ago
Same out-of-tree Configure succeeds on regular ubuntu
Supposedly, this https://git.alpinelinux.org/aports/tree/main/perl/APKBUILD builds. Out of all fixes, what Configure patches / flags are strictly necessary?
From INSTALL:
=head2 Building Perl outside of the source directory
Sometimes it is desirable to build Perl in a directory different from
where the sources are, for example if you want to keep your sources
read-only, or if you want to share the sources between different binary
architectures. You can do this (if your file system supports symbolic
links) by
mkdir /tmp/perl/build/directory
cd /tmp/perl/build/directory
sh /path/to/perl/source/Configure -Dmksymlinks ...
So add -Dmksymlinks to the Configure command-line.
Thank you! It helped, but it's still strange that Configure does not fail on a glibc system, but fails on Alpine.
Supposedly, this https://git.alpinelinux.org/aports/tree/main/perl/APKBUILD builds. Out of all fixes, what Configure patches / flags are strictly necessary?
The APKBUILD doesn't build out of tree, I don't think any of the patches are related to this.
Running Configure gives an error (running this in Alpine docker on Github Actions Ubuntu worker):
Full log: