Changes between Initial Version and Version 1 of Ticket #49414


Ignore:
Timestamp:
Oct 24, 2015, 5:26:35 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #49096.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49414

    • Property Keywords grib_api @1.13.1: build error removed
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Port @1.13.1 removed
  • Ticket #49414 – Description

    initial v1  
    33I have been trying to update my gnudatalanguage installation, which depends on grib_api, and the latter fails to build. I did run few times 'sudo port clean --all grib_api' and tried again to install it, but it didn't help. I also did clean all, but that didn't help either. According to the main.log (attached), it has probably something to do with openjpeg. I am on El Capitan and using the latest Xcode (updated few days ago).
    44
    5 sudo port install grib_api[[BR]]
    6 --->  Computing dependencies for grib_api[[BR]]
    7 --->  Fetching archive for grib_api[[BR]]
    8 --->  Attempting to fetch grib_api-1.13.1_3+gcc5.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/grib_api[[BR]]
    9 --->  Attempting to fetch grib_api-1.13.1_3+gcc5.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/grib_api[[BR]]
    10 --->  Attempting to fetch grib_api-1.13.1_3+gcc5.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/grib_api[[BR]]
    11 --->  Fetching distfiles for grib_api[[BR]]
    12 --->  Attempting to fetch grib_api-1.13.1.tar.gz from http://lil.fr.distfiles.macports.org/grib_api[[BR]]
    13 --->  Verifying checksums for grib_api[[BR]]
    14 --->  Extracting grib_api[[BR]]
    15 --->  Configuring grib_api[[BR]]
    16 --->  Building grib_api[[BR]]
    17 Error: org.macports.build for port grib_api returned: command execution failed[[BR]]
    18 Please see the log file for port grib_api for details:[[BR]]
    19     /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_grib_api/grib_api/main.log[[BR]]
    20 To report a bug, follow the instructions in the guide:[[BR]]
    21     http://guide.macports.org/#project.tickets[[BR]]
    22 Error: Processing of port grib_api failed[[BR]]
     5{{{
     6sudo port install grib_api
     7--->  Computing dependencies for grib_api
     8--->  Fetching archive for grib_api
     9--->  Attempting to fetch grib_api-1.13.1_3+gcc5.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/grib_api
     10--->  Attempting to fetch grib_api-1.13.1_3+gcc5.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/grib_api
     11--->  Attempting to fetch grib_api-1.13.1_3+gcc5.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/grib_api
     12--->  Fetching distfiles for grib_api
     13--->  Attempting to fetch grib_api-1.13.1.tar.gz from http://lil.fr.distfiles.macports.org/grib_api
     14--->  Verifying checksums for grib_api
     15--->  Extracting grib_api
     16--->  Configuring grib_api
     17--->  Building grib_api
     18Error: org.macports.build for port grib_api returned: command execution failed
     19Please see the log file for port grib_api for details:
     20    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_grib_api/grib_api/main.log
     21To report a bug, follow the instructions in the guide:
     22    http://guide.macports.org/#project.tickets
     23Error: Processing of port grib_api failed
     24}}}