NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: toolchain/58409: tools/mpfr fails to build on a Solaris 11.4 host system configured as a secondary logical domain - tools/gmp incorrectly configured
The following reply was made to PR toolchain/58409; it has been noted by GNATS.
From: matthew green <mrg%eterna23.net@localhost>
To: Palle Lyckegaard <palle%lyckegaard.dk@localhost>
Cc: toolchain-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost, gnats-bugs%netbsd.org@localhost
Subject: re: toolchain/58409: tools/mpfr fails to build on a Solaris 11.4 host system configured as a secondary logical domain - tools/gmp incorrectly configured
Date: Fri, 12 Jul 2024 06:48:25 +1000
> Version: GNU MP 6.3.0
> Host type: ultrasparc-sun-solaris2.11
> ABI: 64
[ ... ]
>
> So the latest release (6.3.0) seems to be able to detect the host type and
> ABI properly.
>
> I guess upgrading the netbsd codebase to use 6.3.0 is not an high
> priority option for this issue with building on a Solaris sun4v/ldom host.
actually, i've started looking at this. i did upgrade mpfr recently
and started looking at what new gmp needs.
> I will have a look at the changes from 6.2.1 to 6.3.0 to see if I can
> determine how the host type detection logic has changed.
hmmm, it changed some what, but i'm not sure how. eg, it does:
- if grep 'SUNW,UltraSPARC-T5' $dummy >/dev/null; then
+ if egrep '(SUNW|ORCL),(Ultra)?SPARC-T5' $dummy >/dev/null; then
for a bunch of cases. is that sufficient for you?
.mrg.
Home |
Main Index |
Thread Index |
Old Index