Changes between Initial Version and Version 1 of Ticket #42658


Ignore:
Timestamp:
Mar 1, 2014, 8:56:04 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error message is probably correct. In addition to the +fortran variant, try specifying a fortran compiler variant (they are g95, gcc44, gcc45, gcc46, gcc47, gcc48, gcc49, gfortran).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42658

    • Property Cc mmoll@… removed
    • Property Owner changed from macports-tickets@… to mmoll@…
    • Property Summary changed from `port upgrade outdated` fails with +fortran error for hdf5-18 port to hdf5-18: +fortran requires a fortran compiler to be selected
  • Ticket #42658 – Description

    initial v1  
    11I issued the command
    22
    3 `port upgrade outdated`
     3{{{
     4port upgrade outdated
     5}}}
    46
    57At some point it failed, with the error:
    68
    7 `Error: +fortran requires a fortran compiler to be selected
     9{{{
     10Error: +fortran requires a fortran compiler to be selected
    811
    9 Error: Unable to open port: `
     12Error: Unable to open port:
     13}}}
    1014
    1115Turning on debugging yielded:
    1216
     17{{{
    1318<snip>
    14 
    1519DEBUG: No need to upgrade! mpi_select 0.0_1 >= mpi_select 0.0_1
    16 
    1720DEBUG: epoch: in tree: 0 installed: 0
    18 
    1921DEBUG: hdf5-18 1.8.12_1 exists in the ports tree
    20 
    2122DEBUG: hdf5-18 1.8.11_0 +cxx+fortran+openmpi is the latest installed
    22 
    2323DEBUG: no version of hdf5-18 is active
    24 
    2524DEBUG: Merging existing variants '+cxx+fortran+openmpi' into variants
    26 
    2725DEBUG: new fully merged portvariants: openmpi + fortran + cxx +
    28 
    2926DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/hdf5-18
    30 
    3127DEBUG: OS darwin/10.8.0 (Mac OS X 10.6) arch i386
    32 
    3328DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
    34 
    3529Error: +fortran requires a fortran compiler to be selected
    36 
    3730DEBUG:
    3831    while executing
     
    4538
    4639Error: Unable to open port:
     40}}}