Opened 10 years ago
Closed 9 years ago
#46483 closed defect (duplicate)
llvm-3.5: extract dependency xz not found
Reported by: | pritish.naik.04@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.3.3 |
Keywords: | Cc: | larryv (Lawrence Velázquez) | |
Port: |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
pritishs-MacBook-Pro-3:~ pritish04$ sudo port install netcdf-fortran ---> Computing dependencies for netcdf-fortran ---> Dependencies to be installed: libgcc cctools llvm-3.5 cloog gmp isl gcc_select ld64 libmpc mpfr ---> Extracting llvm-3.5 Error: org.macports.extract for port llvm-3.5 returned: Failed to locate 'xz' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it? Error: Failed to install llvm-3.5 Please see the log file for port llvm-3.5 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.5/llvm-3.5/main.log Error: The following dependencies were not installed: libgcc cctools llvm-3.5 cloog gmp isl gcc_select ld64 libmpc mpfr To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port netcdf-fortran failed
Change History (4)
comment:1 Changed 10 years ago by petrrr
Cc: | larryv@… added |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
Port: | llvm-3.5 added |
Priority: | High → Normal |
Summary: | installation stopped accidentally → llvm-3.5: extract dependency xz not found |
comment:2 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
No response, closing.
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Resolution: | worksforme |
Status: | closed → reopened |
comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Component: | ports → base |
---|---|
Port: | llvm-3.5 removed |
Resolution: | → duplicate |
Status: | reopened → closed |
I think this is a duplicate of #34547.
Note: See
TracTickets for help on using
tickets.
Thanks for reporting. Some hints for future ticket submissions:
main.log
This looks like an issue with llvm-3.5, not directly related to the netcdf-fortran. More precisely,
xz
seems not to be found, but it is an extract dependency of the port so this should not happen.Please check the output of
port installed xz
andwhich xz
.