From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 3 08:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 83C6A22D for ; Wed, 3 Jul 2013 08:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 667C41285 for ; Wed, 3 Jul 2013 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r63800ib077508 for ; Wed, 3 Jul 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r63800YZ077507; Wed, 3 Jul 2013 08:00:00 GMT (envelope-from gnats) Date: Wed, 3 Jul 2013 08:00:00 GMT Message-Id: <201307030800.r63800YZ077507@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= Subject: Re: ports/177207: multimedia/xbmc maint update to 12.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?ISO-8859-1?Q?Micka=EBl_Maillot?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 08:00:01 -0000 The following reply was made to PR ports/177207; it has been noted by GNATS. From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: =?ISO-8859-1?Q?Ulrich_Sp=F6rlein?= Cc: bug-followup@freebsd.org Subject: Re: ports/177207: multimedia/xbmc maint update to 12.1 Date: Wed, 3 Jul 2013 09:53:29 +0200 --485b3970cf54ea3c8804e096c1c6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Looks like a problem with clang 3.3 those files was not modified in upstream, so i'll try to reproduce this. 2013/7/2 Ulrich Sp=F6rlein > Hey, I'm trying to build xmbc on a recent -CURRENT and both the > version in ports as well as the one in this PR fail with: > > > /home/uqs/ports/xbmc/work/xbmc-12.2/xbmc/visualizations/XBMCProjectM/libp= rojectM/PresetLoader.cpp:38:40: > error: addition of default argument on redeclaration makes > this constructor a default constructor > PresetLoader::PresetLoader(std::string dirname =3D std::string()) > :m_dirname(dirname), m_dir(0), m_ratingsSum(0) > ^ ~~~~~~~~~~~~~~~ > > /home/uqs/ports/xbmc/work/xbmc-12.2/xbmc/visualizations/XBMCProjectM/libp= rojectM/PresetLoader.hpp:32:3: > note: previous declaration is here > PresetLoader(std::string dirname); > ^ > 1 error generated. > > > Is this something that's maybe already fixed upstream and can be > patched in as well? > > Cheers, > Uli > --485b3970cf54ea3c8804e096c1c6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Looks like a problem with clang 3.3=A0
those fil= es was not modified in upstream, so i'll try to reproduce this.=A0


2013/7= /2 Ulrich Sp=F6rlein <uqs@freebsd.org>
Hey, I'm trying to build xmbc on a recen= t -CURRENT and both the
version in ports as well as the one in this PR fail with:

/home/uqs/ports/xbmc/work/xbmc-12.2/xbmc/visualizations/XBMCProjectM/libpro= jectM/PresetLoader.cpp:38:40:
error: addition of default argument on redeclaration makes
=A0 =A0 =A0 this constructor a default constructor
PresetLoader::PresetLoader(std::string dirname =3D std::string())
:m_dirname(dirname), m_dir(0), m_ratingsSum(0)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0^ =A0 =A0 =A0 ~~~~~~~~~~~~~~~
/home/uqs/ports/xbmc/work/xbmc-12.2/xbmc/visualizations/XBMCProjectM/libpro= jectM/PresetLoader.hpp:32:3:
note: previous declaration is here
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 PresetLoader(std::string dirname);
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^
1 error generated.


Is this something that's maybe already fixed upstream and can be
patched in as well?

Cheers,
Uli

--485b3970cf54ea3c8804e096c1c6--