Date: Wed, 03 Dec 2014 19:23:29 -0500 From: Jung-uk Kim <jkim@FreeBSD.org> To: office@FreeBSD.org Cc: Dmitry Sivachenko <demon@FreeBSD.org> Subject: Re: [package - 91i386-default][graphics/libgltf] Failed for libgltf-0.0.2 in configure Message-ID: <547FA981.4090508@FreeBSD.org> In-Reply-To: <201412032347.sB3NlxAG038259@beefy1.isc.freebsd.org> References: <201412032347.sB3NlxAG038259@beefy1.isc.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?547FA981.4090508>