Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 08:32:10 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        Gerald Pfeifer <gerald@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r379064 - head/devel/psptoolchain-binutils
Message-ID:  <54E19CFA.6040009@marino.st>
In-Reply-To: <201502160555.t1G5tnFY011765@svn.freebsd.org>
References:  <201502160555.t1G5tnFY011765@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2/16/2015 06:55, Gerald Pfeifer wrote:
> Author: gerald
> Date: Mon Feb 16 05:55:48 2015
> New Revision: 379064
> URL: https://svnweb.freebsd.org/changeset/ports/379064
> QAT: https://qat.redports.org/buildarchive/r379064/
> 
> Log:
>   Force the use of GCC 4.8 since the old codebase here fails with newer
>   versionf of GCC.
>   
>   PR:		196854
>   Approved by:	tphilipp@potion-studios.com (maintainer)
> 
> Modified:
>   head/devel/psptoolchain-binutils/Makefile
> 
> Modified: head/devel/psptoolchain-binutils/Makefile
> ==============================================================================
> --- head/devel/psptoolchain-binutils/Makefile	Mon Feb 16 05:35:36 2015	(r379063)
> +++ head/devel/psptoolchain-binutils/Makefile	Mon Feb 16 05:55:48 2015	(r379064)
> @@ -14,7 +14,8 @@ MAINTAINER=	tphilipp@potion-studios.com
>  COMMENT=	PlayStation Portable development toolchain ${PORTNAME}
>  
>  USES=		gmake tar:bzip2 libtool
> -USE_GCC=	any
> +# This old code fails with newer versions of GCC, cf. PR 196854.
> +USE_GCC=	4.8
>  
>  HAS_CONFIGURE=	yes
>  CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
> 


I commented on the PR.  This problem was already fixed, and it was
building with newer GCC (5) without setting a specific value for
USE_GCC.  So technically this fix is wrong.  However, the ports that
depend on this port currently break with gcc-5, so they may be limited
to gcc 4.9 (currently unknown).

John





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54E19CFA.6040009>