Changes between Initial Version and Version 1 of Ticket #56350


Ignore:
Timestamp:
Apr 24, 2018, 9:08:49 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Hmm, well the log shows:

/opt/local/include/gcc5/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

I guess esmf needs to add that flag, at least when using gcc5 and probably later; not sure if needed for earlier gcc.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56350

    • Property Status changed from new to assigned
    • Property Summary changed from Broken port wont fix to esmf: This file requires compiler and library support for the ISO C++ 2011 standard
    • Property Owner set to tenomoto
    • Property Keywords rev-upgrade removed
    • Property Port esmf added; ncarg @6.3.0+gcc5 removed
  • Ticket #56350 – Description

    initial v1  
    33port rev-upgrade reports broken port, and then tries and fails to fix it automatically. I repeat the process but the port remains broken. My mac version is 10.13.4, Xcode is 9.1
    44
    5 {{{--->  Found 1 broken file, matching files to ports       
     5{{{
     6--->  Found 1 broken file, matching files to ports       
    67--->  Found 1 broken port, determining rebuild order
    78You can always run 'port rev-upgrade' again to fix errors.
    8 The following ports will be rebuilt: ncarg @6.3.0+gcc5.}}}
     9The following ports will be rebuilt: ncarg @6.3.0+gcc5.
     10}}}
    911
    1012Ultimately it concludes with this message:
    1113
    12 {{{Error: Failed to build esmf: command execution failed
     14{{{
     15Error: Failed to build esmf: command execution failed
    1316Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_esmf/esmf/main.log for details.
    1417Error: Problem while installing esmf
    1518Error: rev-upgrade failed: Error rebuilding ncarg
    16 Error: Follow https://guide.macports.org/#project.tickets to report a bug.}}}
     19Error: Follow https://guide.macports.org/#project.tickets to report a bug.
     20}}}
    1721
    1822I have checked the  attached the log file to the ticket