From owner-freebsd-ports@FreeBSD.ORG Thu Mar 28 13:35:19 2013 Return-Path: Delivered-To: freebsd-ports@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 F2A15BB5 for ; Thu, 28 Mar 2013 13:35:19 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 9033382E for ; Thu, 28 Mar 2013 13:35:19 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1ULCz0-0003gw-PT for freebsd-ports@freebsd.org; Thu, 28 Mar 2013 14:35:11 +0100 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1ULCz0-0005Wy-I3 for freebsd-ports@freebsd.org; Thu, 28 Mar 2013 14:35:10 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-ports@freebsd.org Date: Thu, 28 Mar 2013 14:35:10 +0100 Subject: amarok-kde4 needs googlemock MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: User-Agent: Opera Mail/12.14 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.8 X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.1 X-Scan-Signature: 66f4fda096222dd2b2010deb1ce817c5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2013 13:35:20 -0000 Hi, After upgrading kde to 4.10 I rebuild amarok and configure failed. ----------------------------------------------------------------------------- -- The following REQUIRED packages could NOT be located on your system. -- You must install these packages before continuing. ----------------------------------------------------------------------------- * gmock (1.4 or higher) Used in Amarok's tests. ----------------------------------------------------------------------------- CMake Error at /usr/local/kde4/share/apps/cmake/modules/MacroLogFeature.cmake:152 (MESSAGE): Exiting: Missing Requirements Call Stack (most recent call first): CMakeLists.txt:222 (macro_display_feature_log) After installing the port devel/googlemock it now configured good. It is still building. There maybe is a dependency missing. Oh, just as I want to press send the build fails. /usr/local/include/gmock/gmock-matchers.h:2649:33: warning: "GTEST_OS_CYGWIN" is not defined /usr/local/include/gmock/gmock-matchers.h:2649:33: warning: "GTEST_OS_SOLARIS" i s not defined Linking CXX executable ../../../testproxycollectionmeta CMakeFiles/testproxycollectionmeta.dir/TestProxyCollectionMeta.o: In function `T estProxyCollectionMeta::testHasCapabilityOnSingleAlbum()': TestProxyCollectionMeta.cpp:(.text+0x12aa): undefined reference to `Meta::ProxyA lbum::ProxyAlbum(Collections::ProxyCollection*, KSharedPtr)' TestProxyCollectionMeta.cpp:(.text+0x12d9): undefined reference to `Meta::ProxyA lbum::hasCapabilityInterface(Capabilities::Capability::Type) const' TestProxyCollectionMeta.cpp:(.text+0x1307): undefined reference to `Meta::ProxyA lbum::hasCapabilityInterface(Capabilities::Capability::Type) const' Any advice? Regards, Ronald.