How to install Google WEBP on Mac OSX Mavericks via Macports

06
2014-04
  • bzero

    I run Mac OS 10.9.1 (Mavericks) and I would like to install Google's webp extension:

    sudo port install webp
    

    I also did a selfupdate before and an autoupdate for outdated libraries.
    However, when it builds the tiff @4.0.3 library, it builds forever (I quit after 12h)...

    Any idea?

    Log:

    --->  Computing dependencies for webp
    --->  Cleaning webp
    --->  Scanning binaries for linking errors: 100.0%
    --->  Found 7 broken file(s), matching files to ports
    --->  Found 1 broken port(s), determining rebuild order
    --->  Rebuilding in order
         tiff @4.0.3 
    --->  Computing dependencies for tiff
    --->  Cleaning tiff
    --->  Scanning binaries for linking errors: 100.0%
    --->  Found 7 broken file(s), matching files to ports
    --->  Found 1 broken port(s), determining rebuild order
    --->  Rebuilding in order
         tiff @4.0.3 
    --->  Computing dependencies for tiff
    --->  Fetching distfiles for tiff
    --->  Verifying checksums for tiff
    --->  Extracting tiff
    --->  Applying patches to tiff
    --->  Configuring tiff
    --->  Building tiff
    
  • Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

    Related Question

    osx - pkgsrc or macports on Mac OS X?
  • weakish

    I've used macports for a long time. But recently I'm considering switch to pkgsrc. I thought pkgsrc is for NetBSD only so I just ignore it. But recently I've found out that pkgsrc makes a lot of effort to make its package profile portable accross multiple unices (including Linux, DragonFly BSD, FreeBSD, OpenBSD and Mac OS X).

    pros of pkgsrc:

    • more packages
    • much stable maintained (NetBSD seems having more manpower of packagers)
    • have releases, current and work-in-progress (while Macports is always work-in-progress, no stable release)

    pros of macports:

    • more customization for Mac OS X

    So does anyone have experiences on using pkgsrc on Mac OS X? I'd like to hear you opinions.


  • Related Answers
  • Scott

    I personally use MacPorts, since I'm used to it and understand where files can be found to subsequently install non-MacPorts applications with dependencies. However, the article Use the NetBSD excellent pkgsrc packages collection on Mac OS X describes using pkgsrc in a contained disk image, so that it doesn't interfere at all with your main OS X installation, and you can move it around from system to system!

    I also found a discussion thread with a positive mention of pkgsrc on 10.5 at least.

    This should provide more info to help you make a decision, although it's not a definite vote for either package manager.

  • Area 51

    If you plan on testing pkgsrc, check pkgin (apt like tool for pkgsrc). http://imil.net/pkgin/