From owner-freebsd-office@FreeBSD.ORG Thu Dec 4 00:23:30 2014 Return-Path: Delivered-To: office@FreeBSD.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 170D9BD6; Thu, 4 Dec 2014 00:23:30 +0000 (UTC) Message-ID: <547FA981.4090508@FreeBSD.org> Date: Wed, 03 Dec 2014 19:23:29 -0500 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: office@FreeBSD.org Subject: Re: [package - 91i386-default][graphics/libgltf] Failed for libgltf-0.0.2 in configure References: <201412032347.sB3NlxAG038259@beefy1.isc.freebsd.org> In-Reply-To: <201412032347.sB3NlxAG038259@beefy1.isc.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: Dmitry Sivachenko X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 00:23:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 12/03/2014 18:47, pkg-fallout@FreeBSD.org wrote: > You are receiving this mail as a port that you maintain is failing > to build on the FreeBSD package build server. Please investigate > the failure and submit a PR to fix build. > > Maintainer: office@FreeBSD.org Last committer: bapt@FreeBSD.org > Ident: $FreeBSD: head/graphics/libgltf/Makefile 373755 > 2014-12-02 08:12:11Z bapt $ Log URL: > http://beefy1.isc.freebsd.org/data/91i386-default/2014-12-03_21h38m53s/logs/libgltf-0.0.2.log ... Unfortunately, > math/glm 0.9.6.0 broke it. Basically, GCC 4.2 support was completely removed and now it requires some header files (e.g., type_traits, cstdint, etc.) from standard location (i.e., some types must be in standard namespace). Switching to modern compiler (r373755) was not enough because of this reason. Actually, graphics/gource is similarly broken for 8.x and 9.x. I spent some time to fix this problem but I was not able to find a good solution. :-( Jung-uk Kim