From owner-freebsd-ports@FreeBSD.ORG Mon Sep 18 09:43:32 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B45B16A403 for ; Mon, 18 Sep 2006 09:43:32 +0000 (UTC) (envelope-from perl@ipchains.ru) Received: from hermes.hw.ru (hermes.hw.ru [80.68.240.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id D891A43D86 for ; Mon, 18 Sep 2006 09:43:20 +0000 (GMT) (envelope-from perl@ipchains.ru) Received: from [80.68.244.38] (account odambaev@rbc.ru [80.68.244.38] verified) by hermes.hw.ru (CommuniGate Pro SMTP 5.0.10) with ESMTPA id 135051303; Mon, 18 Sep 2006 13:43:18 +0400 Message-ID: <450E698A.7090002@ipchains.ru> Date: Mon, 18 Sep 2006 13:40:26 +0400 From: Oleg Dambaev User-Agent: Thunderbird 1.5.0.5 (X11/20060831) MIME-Version: 1.0 To: piotr.smyrak@heron.pl References: <20060918084642.M12716@heron.pl> <450E6108.5040801@ipchains.ru> <20060918091015.M46428@heron.pl> In-Reply-To: <20060918091015.M46428@heron.pl> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: editors/scite port broken 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: Mon, 18 Sep 2006 09:43:32 -0000 piotr.smyrak@heron.pl wrote: > On Mon, 18 Sep 2006 13:04:08 +0400, Oleg Dambaev wrote > >> piotr.smyrak@heron.pl wrote: >> >>> Hi, >>> >>> editors/scite breaks at building stage here. I can reproduce >>> > it. I > >>> have been affected by it on 2 systems both running 6-STABLE. >>> >>> Here is tail of the build log: >>> >>> ===> Building for scite-gtk2-1.71 >>> c++ `pkg-config --libs gtk+-2.0 gthread-2.0` -lscintilla - >>> lscintilla_lexers \ >>> `` -DGTK SciTEGTK.o FilePath.o SciTEBase.o >>> > SciTEBuffers.o > >>> SciTEIO.o Exporters.o MultiplexExtension.o DirectorExtension.o >>> SciTEProps.o Utf8_16.o LuaExtension.o IFaceTable.o lapi.o >>> > lcode.o > >>> ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o >>> lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o >>> lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o >>> lmathlib.o ltablib.o lstrlib.o loadlib.o -o ../bin/SciTE >>> LuaExtension.o(.text+0x26d): In function >>> > `clone_table(lua_State*, > >>> int, bool)': >>> [...truncated...] >>> gmake: *** [../bin/SciTE] Error 1 >>> *** Error code 2 >>> >>> Stop in /usr/ports/editors/scite. >>> >>> Please CC: me when answering. >>> >>> >> Can you show your build options? or just `make install'? >> You may want also to try ``make GTK1=yes install'' >> > > Sorry, I should have mentioned that in the original post. I was > building WITH_GTK2. > > But seems like toolkit does not have any influence on this: > > ===> Building for scite-1.71 > c++ `pkg-config --libs gtk+` -lscintilla -lscintilla_lexers \ > `glib-config --libs gthread` -DGTK SciTEGTK.o FilePath.o > SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o > MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o > LuaExtension.o IFaceTable.o lapi.o lcode.o ldebug.o ldo.o ldump.o > lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o > lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o lauxlib.o > lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o > loadlib.o -o ../bin/SciTE > [... truncated ...] > *** Error code 2 > > Stop in /usr/ports/editors/scite. > > Thanks, > Check your pkg_info - I haven't seen anything about that. With my settings works fine (don't mention that I run Rel, I have no troubles on STABLE too with same pkg). bash-2.05b# uname -a; pkg_info |egrep -i "gtk|scite"; ls -d /var/db/pkg/*|egrep "gtk|scite" FreeBSD killa.users.rbc.ru 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 gtk-1.2.10_15 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.8.20 Gimp Toolkit for X11 GUI (current stable version) scintilla-1.62_2 A full-featured free source code editing component for GTK+ scite-1.62_2 A full-featured SCIntilla based Text Editor for GTK/GNOME /var/db/pkg/gtk-1.2.10_15 /var/db/pkg/gtk-2.8.20 /var/db/pkg/scite-1.62_2 Do cvsup (portupgrade) to latest sources and try again.