From owner-freebsd-ports@freebsd.org Thu Oct 29 13:28:20 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFFEEA1F080 for ; Thu, 29 Oct 2015 13:28:20 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6250C1369 for ; Thu, 29 Oct 2015 13:28:20 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=dOa9yPLWRXHPRbW+oVn0S9a6WJmkWRyYl5yhHHwRhAA=; b=m6U4nEdNNKpEFgfzeSXWTadWV6D7a+q7sPHS28puyDy4l3FhNaZ+Yp0FtRrOCTqmGtEBiH+3Z88qh8dNWTAnmM8MuczHEGuKCjaQJ1aM8tRkG2z1aZ3K/iCmqryPwpDI/28tlYQqFF55jg1+wO3SMsFazKBMZilQIrdhj3vcQfk=; Received: from patricia.xoc.tele2net.at ([213.90.36.9]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1ZrnFY-0000T0-1H for freebsd-ports@freebsd.org; Thu, 29 Oct 2015 14:28:16 +0100 Received: from 91-115-92-222.adsl.highway.telekom.at ([91.115.92.222] helo=[10.0.0.93]) by patricia.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1ZrnFX-0001AN-Ui for freebsd-ports@freebsd.org; Thu, 29 Oct 2015 14:28:16 +0100 To: freebsd-ports@freebsd.org References: <5631DC5F.6060807@herveybayaustralia.com.au> Subject: Re: inkscape build fails with ImageMagick - Bug 201655 From: Walter Schwarzenfeld Message-ID: <56322D00.6060200@utanet.at> Date: Thu, 29 Oct 2015 14:28:16 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5631DC5F.6060807@herveybayaustralia.com.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 13:28:21 -0000 I got this error: (like in the PR) CXXLD inkscape CXXLD inkview extension/internal/bitmap/imagemagick.o: In function `Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char const*, Magick::Image*)': extension/internal/bitmap/imagemagick.cpp:(.text+0x2a2): undefined reference to `Magick::Blob::base64(std::__1::basic_string, std::__1::allocator >)' extension/internal/bitmap/imagemagick.cpp:(.text+0x30a): undefined reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)' extension/internal/bitmap/imagemagick.o: In function `Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache::readImage(char const*, Magick::Image*)': extension/internal/bitmap/imagemagick.cpp:(.text+0x2a2): undefined reference to `Magick::Blob::base64(std::__1::basic_string, std::__1::allocator >)' extension/internal/bitmap/imagemagick.cpp:(.text+0x30a): undefined reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)' extension/internal/image-resolution.o: In function `Inkscape::Extension::Internal::ImageResolution::readmagick(char const*)': extension/internal/image-resolution.cpp:(.text+0x3fa): undefined reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)' extension/internal/image-resolution.o: In function `Inkscape::Extension::Internal::ImageResolution::readmagick(char const*)': extension/internal/image-resolution.cpp:(.text+0x3fa): undefined reference to `Magick::Image::read(std::__1::basic_string, std::__1::allocator > const&)' c++: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:6895: recipe for target 'inkview' failed gmake[5]: *** [inkview] Error 1 gmake[5]: *** Waiting for unfinished jobs.... c++: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:6891: recipe for target 'inkscape' failed gmake[5]: *** [inkscape] Error 1 gmake[5]: Leaving directory '/usr/ports/graphics/inkscape/work/inkscape-0.91/src' Makefile:5048: recipe for target 'all' failed gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory '/usr/ports/graphics/inkscape/work/inkscape-0.91/src' Makefile:1401: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/ports/graphics/inkscape/work/inkscape-0.91' Makefile:1096: recipe for target 'all' failed gmake[2]: *** [all] Error 2 This error appears also in other port you needs ImageMagick and when OPENMP is enabled. I guess this error and th "isnan" error are something with the stdc version or with namespace , but I don't figured out yet. I