From owner-freebsd-ports@FreeBSD.ORG Thu Apr 11 12:20:55 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 EF73A895 for ; Thu, 11 Apr 2013 12:20:55 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7C81C832 for ; Thu, 11 Apr 2013 12:20:55 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:18139] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r3BCKrNw001449 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 11 Apr 2013 16:20:53 +0400 (MSK) From: Max Brazhnikov To: freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] kopete-kde4 fails to build Date: Thu, 11 Apr 2013 12:22:22 +0000 Message-ID: <682843215.KC74Mq07WB@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.1 (FreeBSD/9.1-STABLE; KDE/4.10.1; amd64; ; ) In-Reply-To: <20130410154400.774fe586@scorpio> References: <20130410140819.5479cde3@scorpio> <1365619263.56133.YahooMailNeo@web160103.mail.bf1.yahoo.com> <20130410154400.774fe586@scorpio> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Cc: Jerry 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, 11 Apr 2013 12:20:56 -0000 On Wed, 10 Apr 2013 15:44 -0400 Jerry wrote: > On Wed, 10 Apr 2013 11:41:03 -0700 (PDT) > Anthony Jenkins articulated: > > > Looks like the QT4-QT3 incompatibility - try uninstalling > > x11-toolkits/qt33 and rebuilding, then reinstalling qt33. > > I don't have that installed. As far as I can tell, I don't have any > QT3\* ports installed. The closest I can find is "qt4-qt3support-4.8.4" > It is shown as a dependency of "kopete-4.9.5" and a crap load of > other programs. What happens if I just delete "kopete-4.9.5" and then > try to build the updated version? >From your build log: /usr/local/include/qt4/QtCore/qbytearray.h:79: error: redefinition of 'uint qstrlen(const char*)' /usr/local/include/qcstring.h:57: error: 'uint qstrlen(const char*)' previously defined here include/qcstring.h is installed by x11-toolkits/qt33. Either you have qt3 package installed or your system polluted with leftovers. Max