#66631 closed defect (fixed)
groff fails to configure under universal variant
Reported by: | MichaelGDev48 (Michael G) | Owned by: | kencu (Ken) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.99 |
Keywords: | Cc: | ||
Port: | groff |
Description
When trying to install groff with universal variant it fails to configure
Attachments (2)
Change History (7)
Changed 23 months ago by MichaelGDev48 (Michael G)
Attachment: | config.log added |
---|
Changed 23 months ago by MichaelGDev48 (Michael G)
comment:1 Changed 23 months ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 23 months ago by MichaelGDev48 (Michael G)
is there a way i can specify to use macOS 10 sdk then?
comment:3 Changed 23 months ago by ryandesign (Ryan Carsten Schmidt)
A macOS 10.x SDK would not support building for arm64.
comment:4 Changed 23 months ago by kencu (Ken)
Owner: | set to kencu |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 Changed 23 months ago by kencu (Ken)
% port -v installed groff The following ports are currently installed: groff @1.22.4_6 requested_variants='' platform='darwin 22' archs='arm64' date='2022-12-27T13:45:11-0800' groff @1.22.4_6+universal (active) requested_variants='+universal' platform='darwin 22' archs='arm64 x86_64' date='2023-01-06T12:31:53-0800'
Note: See
TracTickets for help on using
tickets.
The problems start at:
which fails because:
We've seen this in tons of other ports already. See query:summary=~OSSwap to see a few, and look at the linked tickets in those tickets. Probably a defect in autoconf or gnulib or something else that goes into the creation of configure scripts, or alternately a defect in the macOS 11/12/13 SDKs. Not a defect in groff or the ports that are experiencing this build failure. We've worked around it in other ports by switching to the muniversal portgroup (which comes with its own set of difficulties).