Opened 2 years ago

Last modified 4 months ago

#65066 closed defect

nghttp2 does not build as +universal — at Version 5

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: powerpc leopard ppc64 haspatch Cc:
Port: nghttp2

Description (last modified by barracuda156)

So it merely ignores +universal, and that is why it prevented curl from upgrading.

36-61:~ svacchanda$ sudo port -v -n install nghttp2 +universal

--->  Cleaning nghttp2
--->  Removing work directory for nghttp2
36-61:~ svacchanda$ port -v installed nghttp2
The following ports are currently installed:
  nghttp2 @1.47.0_0 (active) requested_variants='' platform='darwin 9' archs='ppc' date='2022-04-24T19:39:31+0800'

Change History (6)

comment:1 Changed 2 years ago by reneeotten (Renee Otten)

@barracuda156 please do not post large logs of failures as text in a ticket (here and elsewhere), instead add them as attachments

comment:2 Changed 2 years ago by jmroot (Joshua Root)

There is no universal variant because there's no compiler that supports ppc, C++14, and universal builds. There would be a message to that effect in the log.

comment:3 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

So this a duplicate of #48857 essentially.

comment:4 in reply to:  2 Changed 2 years ago by barracuda156

Replying to jmroot:

There is no universal variant because there's no compiler that supports ppc, C++14, and universal builds. There would be a message to that effect in the log.

I guess it has to be done with muniversal PortGroup. There are ports that build as universal using gcc10 and gcc11.

comment:5 Changed 2 years ago by barracuda156

Description: modified (diff)

Changed 2 years ago by barracuda156

Attachment: nghttp2_main.txt added
Note: See TracTickets for help on using tickets.