From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 20:05:54 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBE7D5CA for ; Sun, 18 Jan 2015 20:05:54 +0000 (UTC) Received: from smtp1.hushmail.com (smtp1.hushmail.com [65.39.178.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.hushmail.com", Issuer "Self-signed" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D1E9E93B for ; Sun, 18 Jan 2015 20:05:54 +0000 (UTC) Received: from smtp1.hushmail.com (localhost [127.0.0.1]) by smtp1.hushmail.com (Postfix) with SMTP id 386A74023E for ; Sun, 18 Jan 2015 19:30:40 +0000 (UTC) Received: from smtp.hushmail.com (w2.hushmail.com [65.39.178.46]) by smtp1.hushmail.com (Postfix) with ESMTP for ; Sun, 18 Jan 2015 19:30:40 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id 1B8D6A0685; Sun, 18 Jan 2015 19:30:40 +0000 (UTC) MIME-Version: 1.0 Date: Sun, 18 Jan 2015 19:30:39 +0000 To: freebsd-questions@freebsd.org Subject: gem install rmagick on FreeBSD 10.1 From: opendaddy@hushmail.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150118193040.1B8D6A0685@smtp.hushmail.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 20:05:55 -0000 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@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.