Opened 5 years ago

Last modified 3 years ago

#59044 assigned defect

python37 @ 3.7.4_1 +optimizations -universal: configure fails

Reported by: SerpentChris (Chris Calderon) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version:
Keywords: powerpc Cc: larryv (Lawrence Velázquez)
Port: python27 python35 python36 python37 python38 python39

Description

Build system is a Power Mac G5 Quad running Mac OS X 10.5.8 Leopard. The default build arch is ppc, and the default variant is -universal. Attempting to build python37 +optimizations fails during config phase, here is the output around the failure:

:info:configure checking for -llvm-profdata... no
:info:configure configure: error: llvm-profdata is required for a --enable-optimizations build but could not be found.

A normal build of python37 works fine though.

Attachments (1)

main.log (43.5 KB) - added by SerpentChris (Chris Calderon) 5 years ago.

Download all attachments as: .zip

Change History (5)

Changed 5 years ago by SerpentChris (Chris Calderon)

Attachment: main.log added

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Cc: jmroot removed
Owner: set to jmroot
Status: newassigned

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

Not surprising. Making llvm-profdata available on ppc is not likely to happen, so all that could really be done is to make the port fail sooner with this variant.

comment:3 Changed 3 years ago by larryv (Lawrence Velázquez)

Cc: larryv added

comment:4 Changed 3 years ago by larryv (Lawrence Velázquez)

Port: python27 python35 python36 python38 python39 added
Note: See TracTickets for help on using tickets.