From owner-freebsd-ports@freebsd.org Sun Dec 18 20:19:23 2016 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 A5BE6C86E34 for ; Sun, 18 Dec 2016 20:19:23 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 871F813B7 for ; Sun, 18 Dec 2016 20:19:23 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 868B3C86E33; Sun, 18 Dec 2016 20:19:23 +0000 (UTC) Delivered-To: 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 86302C86E32 for ; Sun, 18 Dec 2016 20:19:23 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52A3B13B3 for ; Sun, 18 Dec 2016 20:19:23 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: by mail-it0-x22e.google.com with SMTP id 75so25523161ite.1 for ; Sun, 18 Dec 2016 12:19:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=wAyw14m6joEsRfBv0kBVIZYIzpS0WtB4woeKyIZYo30=; b=SYRE6ml54AH5//w/wrLj50U7ebFADhvjq2WBlAY6uFAINjvcqemmGhEI3NYKJlJyiN q3Dw8XXFsjAbJpwZUTsUuRuI2IdScER/679KDQsjfgEfo/YYC+yLfDksR/r8ykhCjOmr P2yxTKbQ112U25duaiH1B60Z5y1qGtsSsZb8GVRTSmF/ss2UyBBBZ8rsE6VpRptRsFOQ Iow1N4FKS0tTVMPuUAY89eGTdXUL2EBs3qxWUKpawzXBXWfnS9ODca29MfOKLISoXgEX auM0/bQ9N8Cdpqfg9Sa3jk/H61QXkB39mOssS0499NePfYhOuw+mvBsPjMD/JFekFVzp 3DqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=wAyw14m6joEsRfBv0kBVIZYIzpS0WtB4woeKyIZYo30=; b=osUnMg1YH6/IQzIcS29N6XANFv8NnPVlGgTNOh6sKiCldmnGXG/qX5qSaYYDGxaGPp dwG8QrrTgbQO8aqWSvouRUf8FfxkPKyn8ZjkVPxaFW2HxrIHq7fLEd8f3QsD09fRsGA5 Y9XNgGmJ3fLm1LfgDuGB0USFzqKKVNvOh2e73l2/ov2BGIH3H/UpmmcU13z8GK9EZThm edQi9kBaqhr0rDZ+s3bgd67YROLHkkd6Ufw8ijIuJlLo1p29GHzVwftkn9MNgKY3RnNs /d22jUV1aIus/oUTdcF8dcigpkMliSZ64FzODm4SVh2BEldNRViscWcXS2wnk+hmvz0W FFUQ== X-Gm-Message-State: AKaTC019XBFVXEgukgGpqYrhh1q61wiYfoUnlEDadeCgAom+MmgHMTGoUpnP/2szutcDftYx3sxe/ftn+sRd0g== X-Received: by 10.36.233.66 with SMTP id f63mr13869070ith.55.1482092362387; Sun, 18 Dec 2016 12:19:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.43.67 with HTTP; Sun, 18 Dec 2016 12:19:21 -0800 (PST) From: =?UTF-8?Q?Fernando_Herrero_Carr=C3=B3n?= Date: Sun, 18 Dec 2016 21:19:21 +0100 Message-ID: Subject: graphics/Inkscape not building either with or without openmp option set To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 20:19:23 -0000 Hi everyone, graphics/inkscape is failing to build with openmp otion set, but unchecking it yields exactly the same result. There is an open PR about this ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208883) but hasn't receive much attention. It looks like inkscape unconditionally asks for compiler:openmp in its Makefile. I know the openmp issue has been brought up several times but, is there a way to make inkscape compile with it? Otherwise I would remove openmp support for the time being and at least get it to build. Cheers, Fernando