From owner-freebsd-ports@freebsd.org Thu Oct 29 08:51:34 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 624B0A2086B; Thu, 29 Oct 2015 08:51:34 +0000 (UTC) (envelope-from rocky@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F40C12EA; Thu, 29 Oct 2015 08:51:33 +0000 (UTC) (envelope-from rocky@herveybayaustralia.com.au) Received: from [192.168.0.185] (laptop1.herveybayaustralia.com.au [192.168.0.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 48C4461F85; Thu, 29 Oct 2015 18:44:17 +1000 (EST) To: freebsd-ports@freebsd.org, gnome@FreeBSD.org From: R Skinner Subject: inkscape build fails with ImageMagick - Bug 201655 Message-ID: <5631DC5F.6060807@herveybayaustralia.com.au> Date: Thu, 29 Oct 2015 18:44:15 +1000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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 08:51:34 -0000 Whoops! Nearly called it a PR again... I've looked into this bug as I was having similar issues. This bug was still open so I'm looking to help close it. I've used default options on inkscape - ng. Followed the ImageMagick clues, and rebuilt ImageMagick with default options, then inkscape again with default options - built ok. One thing that grabbed the attention was numerous warnings regarding openmp: c++: warning: argument unused during compilation: '-fopenmp'. So: Rebuilt ImageMagick with +openmp, and rebuilt inkscape again - build fails. Tried again with +openmp inkscape - build failed. Rebuilt ImageMagick with +all options _except_ openmp, rebuilt inkscape with default options - built ok. So openmp is the culprit in this bug. Perhaps a check can be made if ImageMagick has openmp enabled with a broken error? Not sure if thats even possible. HTH