From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 27 23:42:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 721E81065676 for ; Mon, 27 Oct 2008 23:42:20 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id EC0678FC12 for ; Mon, 27 Oct 2008 23:42:19 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so880294nfh.33 for ; Mon, 27 Oct 2008 16:42:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Jf7omjv4MiIHaopkUVfzNaQ79QQcECiC/Njg9oBINLM=; b=mMabEAc8RrsxZMFOrmkG8CyqbmJIRfdLWyGgACs6S+HwWaWDltfT8HBJRdyOLGWBl7 t03uIWfi8LaSyi48M/F4pXWm4fLanDW2eFrdSdmzBLUHRcCEp3/eBy9AptrUTOA/H7GM riUHrryLMH0bcAxU+Qow0ya0vxvHPYUpnpyXE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=jVxkKAEE/WERZZ6YXZL+9IYUskc6tX1GwaENDhHHTUT7KRxPkCNqot/3hBFwhhFZ2v yaw9wEVKMuYHrC529tTwaMcmBxTsZlmkAMjroT/a7eS8XCHTmcxTBKaMtkAPw5AnfJAs +AIEyFzmfk8nWfzKCSAu1N7UUTqnPu9LF9ac4= Received: by 10.210.76.19 with SMTP id y19mr7434323eba.52.1225150938797; Mon, 27 Oct 2008 16:42:18 -0700 (PDT) Received: from ?192.168.2.101? (bl10-148-244.dsl.telepac.pt [85.243.148.244]) by mx.google.com with ESMTPS id k5sm4003233nfh.0.2008.10.27.16.42.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Oct 2008 16:42:17 -0700 (PDT) Message-ID: <490651D6.7050605@gmail.com> Date: Mon, 27 Oct 2008 23:42:14 +0000 From: pwn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Naram Qashat References: <4905AF39.9060408@cyberbotx.com> <4906461F.2030803@gmail.com> <49064EE2.8090608@cyberbotx.com> In-Reply-To: <49064EE2.8090608@cyberbotx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@freebsd.org Subject: Re: scite port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 23:42:20 -0000 Naram Qashat escreveu: > pwn wrote: >> Naram Qashat escreveu: >>> pwn wrote: >>>> im unable to install scite due to a problem with scintilla >>>> >>>> this is the output of a build of scite >>>> >>>> ===> Installing for scintilla-1.77 >>> >>> From the looks of it, it's trying to install scintilla built with >>> GTK1 instead of GTK2. For an easy fix, manually install scintilla >>> first with the WITH_GTK2 knob set to yes. As an aside, if anyone >>> could tell me if there is a way to specify in scite's Makefile that >>> it's depend on scintilla needs to be built with having WITH_GTK2 >>> set, I'd appreciate it. Right now it only checks if an existing >>> install of scintilla was built as GTK2. >>> >>> Thanks, >>> Naram Qashat >> this is the output of scintilla when build with GTK2 >> # make install -DWITH_GTK2 >> ===> Installing for scintilla-gtk2-1.77 >> ===> scintilla-gtk2-1.77 depends on executable: pkg-config - found >> ===> scintilla-gtk2-1.77 depends on file: >> /usr/local/lib/gio/modules/libgiofam.so - found >> ===> scintilla-gtk2-1.77 depends on shared library: iconv.3 - found >> ===> scintilla-gtk2-1.77 depends on shared library: atk-1.0.0 - found >> ===> scintilla-gtk2-1.77 depends on shared library: glib-2.0.0 - found >> ===> scintilla-gtk2-1.77 depends on shared library: gtk-x11-2.0.0 - >> found >> ===> scintilla-gtk2-1.77 depends on shared library: pango-1.0.0 - >> found >> ===> Generating temporary packing list >> ===> Checking if x11-toolkits/scintilla already installed >> /bin/mkdir -p /usr/local/include/scintilla >> install -o root -g wheel -m 444 >> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../include/*.h >> /usr/local/include/scintilla >> install -s -o root -g wheel -m 555 >> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../bin/libscintilla.so.1 >> /usr/local/lib >> install: >> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../bin/libscintilla.so.1: >> No such file or directory >> *** Error code 71 >> >> Stop in /usr/ports/x11-toolkits/scintilla. > > If you had built it with GTK1 before, you'll need to rebuild it, just > telling it to install using WITH_GTK2=yes when it wasn't built with > that won't work. But let me know if it still complains about the > missing libscintilla.so.1 even if you do that. I'm a bit surprised > you are getting this since I build scintilla both with and without the > WITH_GTK2 knob enabled and I don't get this issue. Maybe you should > also give me your uname -a output just in case. > > Thanks, > Naram Qashat i already try to build using WITH_GTK2 knob enabled, and i get the same error complaining libscintilla.so.1, this is the output of uname -a FreeBSD fbsd.home 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #5: Sun Oct 26 04:26:09 WET 2008 pwn@fbsd.home:/usr/obj/usr/src/sys/FKERN i386 also, dont know if its relevant but after a build try he generate a folder with name work which contains sever other files/folders # ls work/ .PLIST.mktmp .extract_done.scintilla._usr_local scite/ .build_done.scintilla._usr_local .patch_done.scintilla._usr_local .configure_done.scintilla._usr_local scintilla/ inside scintilla and scite folders there are files which contain instructions for compile > >>> >>>> ===> scintilla-1.77 depends on executable: pkg-config - found >>>> ===> Generating temporary packing list >>>> ===> Checking if x11-toolkits/scintilla already installed >>>> /bin/mkdir -p /usr/local/include/scintilla >>>> install -o root -g wheel -m 444 >>>> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../include/*.h >>>> /usr/local/include/scintilla >>>> install -s -o root -g wheel -m 555 >>>> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../bin/libscintilla.so.1 >>>> >>>> /usr/local/lib >>>> install: >>>> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../bin/libscintilla.so.1: >>>> >>>> No such file or directory >>>> *** Error code 71 >>>> >>>> Stop in /usr/ports/x11-toolkits/scintilla. >>>> *** Error code 1 >>>> >>>> Stop in /usr/ports/editors/scite. >>>> >>>> what should i do to correct this, im using FreeBSD 7.1-PRERELEASE >>>> and all >>>> ports where updated via csup, this is the distinfo >>>> >>>> MD5 (scite177.tgz) = ba016919190c12cfb712e1f004df4187 >>>> SHA256 (scite177.tgz) = >>>> 51b14c1fdff1b88f9361faef5030bc8df24cdc4b23d2d9181303a7708f2eb2af >>>> SIZE (scite177.tgz) = 1520037 >>>> >>>> thanks in advance. >>>> _______________________________________________ >>>> freebsd-ports-bugs@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs >>>> To unsubscribe, send any mail to >>>> "freebsd-ports-bugs-unsubscribe@freebsd.org" >>>> >>> >> >> >