Opened 8 years ago
Closed 8 years ago
#52094 closed defect (fixed)
oracle-instantclient @10.1.0.3_1: install_name_tool: more than one input file specified (/opt/local/lib/oracle and -add_rpath)
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | leopard | Cc: | |
Port: | oracle-instantclient |
Description
https://build.macports.org/builders/ports-10.5_ppc_legacy-builder/builds/101
---> Building oracle-instantclient DEBUG: Executing org.macports.build (oracle-instantclient) install_name_tool: more than one input file specified (/opt/local/lib/oracle and -add_rpath) Usage: install_name_tool [-change old new] ... [-id name] input Command failed: install_name_tool -add_rpath /opt/local/lib/oracle /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_dports_databases_oracle-instantclient/oracle-instantclient/work/build/ppc/libclntsh.dylib.10.1 Exit code: 1
Change History (2)
comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | leopard added; powerpc removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Should be fixed by adding
depends_build port:cctools
to get a newerinstall_name_tool
that understands-add_rpath
; can't test due to #52091.