Changes between Initial Version and Version 1 of Ticket #54620


Ignore:
Timestamp:
Aug 16, 2017, 6:03:58 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting when writing in Trac.

You said you upgraded your software from Yosemite... to a newer OS version, such as Sierra, I presume? If so, did you follow the migration instructions? If not, please do.

The first error explains itself. You must select one of the available Fortran variants when you install pyXX-numpy.

The second error is unfamiliar to me as well. Does it also happen when you upgrade specific individual ports, or only when you try to upgrade all outdated ports?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54620 – Description

    initial v1  
    55The first has to do with py34-numpy, which is preventing me from installing any new ports. Every time I try to install a port (almost any port) I get this runaround:
    66
     7{{{
    78sudo port install autoconf
    89Password:
     
    2223Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-numpy/py34-numpy/main.log for details.
    2324Error: rev-upgrade failed: Error rebuilding py34-h5py
     25}}}
    2426
    2527and the log file doesn't really have any additional information... I've never seen the Fortran variant issue before, and I think I have almost every fortran variant installed, so I'm not sure how to address the issue.
     
    2729The second issue occurs whenever I try to upgrade an outdated port. I get an error message:
    2830
     31{{{
    2932sudo port upgrade outdated
    3033Error: process_cmd failed: can't use empty string as operand of "-"
     34}}}
    3135
    3236Which I have never seen before and also have no idea how to address.