Opened 3 years ago
Closed 3 years ago
#63965 closed defect (fixed)
xh @0.14.0: error: specifying multiple `--target` flags requires `-Zmultitarget`
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | judaew (Vadym-Valdis Yudaiev) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: | xh |
Description
DEBUG: system: cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_net_xh/xh/work/xh-0.14.0" && /opt/local/bin/cargo build --release --frozen -v -j8 --target="aarch64-apple-darwin" --target aarch64-apple-darwin error: specifying multiple `--target` flags requires `-Zmultitarget`
The same target is being specified twice (which apparently counts as multiple targets), once by the portfile, maybe once by a portgroup?
Change History (1)
comment:1 Changed 3 years ago by Vadim-Valdis Yudaev <judaew@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 56f5c842ac9f0af55e679eae50426ebcc7a8b54b/macports-ports (master):