From owner-freebsd-ports@FreeBSD.ORG Sat Jan 3 17:27:51 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 2C61A10656CF for ; Sat, 3 Jan 2009 17:27:51 +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 A0B418FC18 for ; Sat, 3 Jan 2009 17:27:50 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from [62.63.84.82] [62.63.84.82:58587] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n03HSaj1090878 (using TLSv1/SSLv3, with cipher DHE-DSS-AES256-SHA (256 bits), verified NO) Sat, 3 Jan 2009 20:28:36 +0300 (MSK) From: Max Brazhnikov To: freebsd-ports@freebsd.org Date: Sat, 3 Jan 2009 20:27:48 +0300 User-Agent: KMail/1.10.92 (FreeBSD/7.1-PRERELEASE; KDE/4.1.85; i386; ; ) References: <495F9233.4000905@janh.de> In-Reply-To: <495F9233.4000905@janh.de> Organization: ISSP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901032027.49066.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]); Sat, 03 Jan 2009 20:28:36 +0300 (MSK) X-Virus-Scanned: ClamAV 0.94.1/8832/Sat Jan 3 18:23:32 2009 on mail.issp.ac.ru X-Virus-Status: Clean Cc: Jan Henrik Sylvester , "Guill. Moreno-Socias" Subject: Re: devel/kdesdk3 (kdesdk-3.5.10) not compiling 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: Sat, 03 Jan 2009 17:27:51 -0000 On Sat, 03 Jan 2009 17:28:35 +0100, Jan Henrik Sylvester wrote: > Guill. Moreno-Socias wrote: > > I am trying to install x11/kde3 using portupgrade, but it fails > > when making devel/kdesdk3 (kdesdk-3.5.10). > > [...] > > > In file included from pofiles.cc:249: > > /usr/local/include/FlexLexer.h:130: error: expected unqualified-id > > before numeric constant > > pofiles.cc:450:5: warning: "YY_STACK_USED" is not defined > > kdesdk3 cannot be build with textproc/flex installed (since it picks up > part of it instead of the flex from base). You might have gotten > textproc/flex as a build dependency to gstreamer, which is required by > kde4 and many gnome applications. > > There are discussions on the kde-freebsd mailing list about it and at > least one bug report that got closed, because flex should be installed > to a different directory, which did not happen. (This is the situation > for five month already...) Fix for ports flex will be committed as soon as ports slush over. Max