Changes between Initial Version and Version 1 of Ticket #44568


Ignore:
Timestamp:
Aug 7, 2014, 7:24:45 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44568 – Description

    initial v1  
    11I have the latest osxfuse installed, which appears to be 2.7.3:
    22
     3{{{
    34Jeremys-MacBook-Pro-3:~ jeremy$ pkg-config --modversion osxfuse
    452.7.3
     6}}}
    57
    68However, s3fs seems to require a newer version of osxfuse:
    79
     10{{{
    811Jeremys-MacBook-Pro-3:~ jeremy$ sudo port install s3fs
    912--->  Computing dependencies for s3fs
     
    1619    http://guide.macports.org/#project.tickets
    1720Error: Processing of port s3fs failed
    18 
     21}}}
    1922
    2023
    2124From the config log file:
    2225
     26{{{
    2327configure:3230: $PKG_CONFIG --exists --print-errors "fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9"
    2428Requested 'fuse >= 2.8.4' but version of fuse is 2.7.3
     
    3236
    3337Requested 'fuse >= 2.8.4' but version of fuse is 2.7.3
     38}}}