#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
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 5 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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):
Note: See
TracTickets for help on using
tickets.
In 686d35d8b3d5e28567bcc9205fd7850e87a83944/macports-ports (master):