Changes between Initial Version and Version 1 of Ticket #42658
- Timestamp:
- Mar 1, 2014, 8:56:04 AM (11 years ago)
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
tohdf5-18: +fortran requires a fortran compiler to be selected
-
Ticket #42658 – Description
initial v1 1 1 I issued the command 2 2 3 `port upgrade outdated` 3 {{{ 4 port upgrade outdated 5 }}} 4 6 5 7 At some point it failed, with the error: 6 8 7 `Error: +fortran requires a fortran compiler to be selected 9 {{{ 10 Error: +fortran requires a fortran compiler to be selected 8 11 9 Error: Unable to open port: ` 12 Error: Unable to open port: 13 }}} 10 14 11 15 Turning on debugging yielded: 12 16 17 {{{ 13 18 <snip> 14 15 19 DEBUG: No need to upgrade! mpi_select 0.0_1 >= mpi_select 0.0_1 16 17 20 DEBUG: epoch: in tree: 0 installed: 0 18 19 21 DEBUG: hdf5-18 1.8.12_1 exists in the ports tree 20 21 22 DEBUG: hdf5-18 1.8.11_0 +cxx+fortran+openmpi is the latest installed 22 23 23 DEBUG: no version of hdf5-18 is active 24 25 24 DEBUG: Merging existing variants '+cxx+fortran+openmpi' into variants 26 27 25 DEBUG: new fully merged portvariants: openmpi + fortran + cxx + 28 29 26 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/hdf5-18 30 31 27 DEBUG: OS darwin/10.8.0 (Mac OS X 10.6) arch i386 32 33 28 DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf 34 35 29 Error: +fortran requires a fortran compiler to be selected 36 37 30 DEBUG: 38 31 while executing … … 45 38 46 39 Error: Unable to open port: 40 }}}