From owner-freebsd-ports@FreeBSD.ORG Thu Jan 8 11:48:12 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75FE51065672 for ; Thu, 8 Jan 2009 11:48:12 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id EB5948FC22 for ; Thu, 8 Jan 2009 11:48:11 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from [62.63.90.73] [62.63.90.73:20451] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n08Bn6v8045104 (using TLSv1/SSLv3, with cipher DHE-DSS-AES256-SHA (256 bits), verified NO) Thu, 8 Jan 2009 14:49:07 +0300 (MSK) From: Max Brazhnikov To: freebsd-ports@freebsd.org Date: Thu, 8 Jan 2009 14:48:04 +0300 User-Agent: KMail/1.10.92 (FreeBSD/7.1-RELEASE; KDE/4.1.85; i386; ; ) References: <20090106220641.GL44347@bsdcrew.de> <21350082.post@talk.nabble.com> In-Reply-To: <21350082.post@talk.nabble.com> Organization: ISSP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901081448.04583.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Thu, 08 Jan 2009 14:49:07 +0300 (MSK) X-Virus-Scanned: ClamAV 0.94.1/8843/Thu Jan 8 09:01:58 2009 on mail.issp.ac.ru X-Virus-Status: Clean Cc: Silver Salonen Subject: Re: [CFT] KDE 4.2 BETA 2 testers wanted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2009 11:48:13 -0000 On Thu, 8 Jan 2009 03:21:34 -0800 (PST), Silver Salonen wrote: > Hello. > > Another issue - with kdebase4-runtime this time: > ===== > Scanning dependencies of target kio_about > [ 21%] Building CXX object > kioslave/about/CMakeFiles/kio_about.dir/kio_about_automoc.o > [ 21%] Building CXX object > kioslave/about/CMakeFiles/kio_about.dir/kio_about.o > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/ >kio_about.cpp: In member function 'virtual void AboutProtocol::get(const > KUrl&)': > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/ >kio_about.cpp:40: error: 'QTextStream' was not declared in this scope > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/ >kio_about.cpp:40: error: expected `;' before 'os' > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/ >kio_about.cpp:41: error: 'os' was not declared in this scope > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/ >kio_about.cpp: In function 'int kdemain(int, char**)': > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/ >kio_about.cpp:64: error: 'stderr' was not declared in this scope > /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/ >kio_about.cpp:64: error: 'fprintf' was not declared in this scope > *** Error code 1 > > Stop in /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/build > ===== > > PS. I still have KDE 4.1.3 installed (with phonon-4.2.0) - I hope the > problem ain't caused by that :) I believe that is the problem. Have you read UPDATING from area51? Max