From owner-freebsd-ports@freebsd.org Mon Sep 11 20:40:02 2017 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 CCC71E2312C for ; Mon, 11 Sep 2017 20:40:02 +0000 (UTC) (envelope-from lbartoletti@tuxfamily.org) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) (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 8E70D71C51 for ; Mon, 11 Sep 2017 20:40:02 +0000 (UTC) (envelope-from lbartoletti@tuxfamily.org) Received: from [192.168.0.66] (unknown [88.184.223.108]) by smtp1-g21.free.fr (Postfix) with ESMTP id 82CAFB0051B for ; Mon, 11 Sep 2017 22:39:59 +0200 (CEST) To: freebsd-ports@freebsd.org From: "L.Bartoletti" Subject: Failed to build a port (tempus) on i386 Message-ID: Date: Mon, 11 Sep 2017 22:39:59 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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: Mon, 11 Sep 2017 20:40:02 -0000 Hi, I'm trying to port the tempus framework on FreeBSD. All packages are nearly ready except the core for i386... I come to you because I don't understand the difference of the logs between i386 and amd64. I suspect some clang errors and maybe boost, but not sure of myself. Tempus_core requires c++11. So, I have tested with c++11-lang and c++11-lib without success. I find a (dirty) solution for 10amd64: force the compiler to be clang40. Unfortunately, it doesn't work on i386... All my tests are on my gitlab , containing ports and logs. Any idea? Thanks. Best regards. Loïc