Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#59878 closed defect (fixed)

upc @5.2.0.1: configure: error: cannot execute: /opt/local/bin/as

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: upc

Description

upc doesn't build:

configure: error: cannot execute: /opt/local/bin/as: check --with-as or env. var. DEFAULT_ASSEMBLER

/opt/local/bin/as is provided by cctools, which is not installed, because it is not in upc's dependencies.

upc does specify --with-as=${prefix}/bin/as and AS_FOR_TARGET=${prefix}/bin/as. If it wants to use those, it has to declare a (build?) dependency on the port that provides them (cctools).

Change History (2)

comment:1 Changed 4 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: assignedclosed

In 686d35d8b3d5e28567bcc9205fd7850e87a83944/macports-ports (master):

upc: fix configure due to missing dependency to cctools and build due to
Xcode bug

Closes: #59878

comment:2 Changed 4 years ago by tenomoto (Takeshi Enomoto)

In 686d35d8b3d5e28567bcc9205fd7850e87a83944/macports-ports (dar, master, py38-reproject, revert-6945-rust-1.43.0, wireshark):

upc: fix configure due to missing dependency to cctools and build due to
Xcode bug

Closes: #59878

Note: See TracTickets for help on using tickets.