From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 9 17:30:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47AD6106564A for ; Sun, 9 Sep 2012 17:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B57F8FC0C for ; Sun, 9 Sep 2012 17:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q89HU7Rq092363 for ; Sun, 9 Sep 2012 17:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q89HU7o5092346; Sun, 9 Sep 2012 17:30:07 GMT (envelope-from gnats) Date: Sun, 9 Sep 2012 17:30:07 GMT Message-Id: <201209091730.q89HU7o5092346@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= Cc: Subject: Re: ports/171395: [MAINTAINER] audio/taglib: Update to 1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 09 Sep 2012 17:30:08 -0000 The following reply was made to PR ports/171395; it has been noted by GNATS. From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: "Jason E. Hale" Cc: bug-followup@freebsd.org Subject: Re: ports/171395: [MAINTAINER] audio/taglib: Update to 1.8 Date: Sun, 9 Sep 2012 19:21:55 +0200 2012/9/9 Jason E. Hale : > On Saturday, September 08, 2012 23:15:46 Micka=EBl Maillot wrote: >> there is a conflict with uint typedef in >> /usr/local/include/taglib/taglib.h:81 >> >> xbmc members try to use new taglib 1.8 features and i can't compile >> because of the conflict. >> i get this error: >> error: reference to 'uint' is ambiguous >> /usr/include/sys/types.h:56: error: candidates are: typedef unsigned int >> uint /usr/local/include/taglib/taglib.h:81: error: typed= ef >> unsigned int TagLib::uint >> >> if i comment the ligne 81, i get this errors like this: >> /usr/local/include/taglib/tlist.tcc:195: error: expected constructor, >> destructor, or type conversion before 'List' >> >> so this update make the lib unusable. > > I'm not really seeing the issue here. Taglib 1.8-beta had a problem like= this > because some of the new features didn't reference uint in the Taglib > namespace, but that should be corrected in 1.8. I also don't see anywher= e in > the xbmc source where taglib is referenced. I've built a number of ports= that > depend on taglib without issue, so I need some more context on this. Fre= eBSD > version/arch? Compiler? Steps to reproduce the error? > > - Jason the confusion appear only when people code "using namespace TagLib" and uin= t ... so the update is fine and thanks for the quick update !