Alex Suykov

Results 48 comments of Alex Suykov

`configure ... --use-multiplicity` I see that logic in mainline Configure and I'm going to add it to perl-cross as well, so starting with the next tagged version there will be...

No idea right away. Full log may help. May be worth checking if `pod2text` is there at all at the end of the failed build. If it fails to build,...

That's really strange, but at least it narrows the problem down a bit. make leaves `cpan/podlators` without installing pod2text and without reporting any errors there. It is skipping at least...

Can you check config.log and config.sh? Specifically the values for byteorder, ivsize and ivtype. I'm looking through the code that generates Config_heavy.pm and that '?'x makes me think ivsize is...

There should be two relevant sections in config.log, one for the host and another one for the target. The quoted snippets are the host part, the target should have aarch64-linux-musl-gcc...

So the values are correct. Then it's down to debugging miniperl configpm, trying to figure out why it's not generating Config_heavy.pl properly from valid inputs. miniperl may be either misconfigured...

Noted. That particular function has been re-written between 5.32 and 5.36, however, the re-write was much closer to 5.36 than to 5.32, so that does not align with the failures....

Well I tried building 5.36.0 in a musl system. No issues, miniperl works, perl works. The system is OpenWRT 21.02.3 running on RPi3, native gcc 8.4.0, target aarch64-openwrt-linux-musl. No idea...

What do you mean by handled correctly? LIBRARY_PATH is used by gcc in native configurations, which is backwards from what you're describing and also requires no special handling on the...

Ok, and what should configure do about these variables in your opinion? To clarify, I have a rough idea of what you're trying to do, but I don't understand what...