From owner-svn-ports-head@freebsd.org Mon Jun 26 11:49:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAD4FDA81AF; Mon, 26 Jun 2017 11:49:13 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB28875293; Mon, 26 Jun 2017 11:49:13 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 051B5E20D; Mon, 26 Jun 2017 11:49:13 +0000 (UTC) From: Jan Beich To: Sunpoet Po-Chuan Hsieh Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r443975 - in head: games/aquaria multimedia/libmediainfo sysutils/fusefs-encfs textproc/tinyxml2 In-Reply-To: (Jan Beich's message of "Mon, 26 Jun 2017 13:16:19 +0200") References: <201706201359.v5KDx8GL059406@repo.freebsd.org> Date: Mon, 26 Jun 2017 13:49:09 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 11:49:13 -0000 Jan Beich writes: >> CMakeFiles/aquaria.dir/Aquaria/Continuity.cpp.o: In function >> `Continuity::loadFileData(int, tinyxml2::XMLDocument&)': >> /wrkdirs/usr/ports/games/aquaria/work/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/Continuity.cpp:(.text+0x156ef): >> undefined reference to `tinyxml2::StrPair::GetStr()' >> CMakeFiles/aquaria.dir/Aquaria/DSQ.cpp.o: In function >> `DSQ::loadModsCallback(std::__1::basic_string> std::__1::char_traits, std::__1::allocator > const&, >> int)': >> /wrkdirs/usr/ports/games/aquaria/work/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/DSQ.cpp:(.text+0xe01d): >> undefined reference to `tinyxml2::StrPair::GetStr()' >> c++: error: linker command failed with exit code 1 (use -v to see invocation) >> *** Error code 1 >> >> https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20170619/490103.html > > I've fixed this. Next time, please, properly test consumers, not just > blindly bump PORTREVISION. Here's a handy link to help decide whether to test consumers: https://abi-laboratory.pro/tracker/timeline/tinyxml2/