gem install rmagick on FreeBSD 10.1

opendaddy at hushmail.com opendaddy at hushmail.com
Sun Jan 18 20:05:55 UTC 2015


Hello!

Can anyone tell what's up with this? `ImageMagick-6.9.0.2,1` is installed. I've tried `export PKG_CONFIG_PATH=/usr/local/libdata/pkgconfig` to no avail:

    # uname -a
    FreeBSD test 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014     root at releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
    # gem install rmagick -v '2.13.4'
    Building native extensions.  This could take a while...
    ERROR:  Error installing rmagick:
            ERROR: Failed to build gem native extension.
    
        /usr/local/bin/ruby20 -r ./siteconf20150118-18361-mtqf82.rb extconf.rb
    checking for Ruby version >= 1.8.5... yes
    checking for cc... yes
    checking for Magick-config... yes
    
    Warning: Found a partial ImageMagick installation. Your operating system likely has some built-in ImageMagick libraries but not all of ImageMagick. This will most likely cause problems at both compile and runtime.
    Found partial installation at: /usr/local
    checking for ImageMagick version >= 6.4.9... yes
    /usr/local/bin/Magick-config: pkg-config: not found
    /usr/local/bin/Magick-config: pkg-config: not found
    /usr/local/bin/Magick-config: pkg-config: not found
    /usr/local/bin/Magick-config: pkg-config: not found
    checking for stdint.h... yes
    checking for sys/types.h... yes
    checking for wand/MagickWand.h... no
    
    Can't install RMagick 2.13.4. Can't find MagickWand.h.
    *** extconf.rb failed ***
    Could not create Makefile due to some reason, probably lack of necessary
    libraries and/or headers.  Check the mkmf.log file for more details.  You may
    need configuration options.
    
    Provided configuration options:
            --with-opt-dir
            --without-opt-dir
            --with-opt-include
            --without-opt-include=${opt-dir}/include
            --with-opt-lib
            --without-opt-lib=${opt-dir}/lib
            --with-make-prog
            --without-make-prog
            --srcdir=.
            --curdir
            --ruby=/usr/local/bin/ruby20
    
    extconf failed, exit code 1
    
    Gem files will remain installed in /usr/local/lib/ruby/gems/2.0/gems/rmagick-2.13.4 for inspection.
    Results logged to /usr/local/lib/ruby/gems/2.0/extensions/amd64-freebsd-10/2.0/rmagick-2.13.4/gem_make.out

Thanks!

O.D.



More information about the freebsd-questions mailing list