From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 10:07:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389FF16A4B3 for ; Mon, 6 Oct 2003 10:07:48 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D55A43FBD for ; Mon, 6 Oct 2003 10:07:38 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])h96H5HVx016186; Mon, 6 Oct 2003 13:05:17 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h96H7K1v015539; Mon, 6 Oct 2003 13:07:20 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jens Rehsack In-Reply-To: <3F819F80.4040604@liwing.de> References: <3F819F80.4040604@liwing.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EBsLlLr+Qu6PZJTG5On9" Organization: MarcusCom, Inc. Message-Id: <1065460054.748.51.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 06 Oct 2003 13:07:34 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: questions@freebsd.org Subject: Re: /usr/X11R6/lib/libscintilla.so: Undefined symbol "g_thread_init" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 17:07:48 -0000 X-List-Received-Date: Mon, 06 Oct 2003 17:07:48 -0000 --=-EBsLlLr+Qu6PZJTG5On9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-10-06 at 12:59, Jens Rehsack wrote: > Hi, >=20 > I'm trying to get my favourite editor (moleskine) run after a > 'portupgrade -far'. >=20 > But I'm getting: > $ moleskine > Traceback (most recent call last): > File "/usr/X11R6/bin/moleskine", line 39, in ? > from Moleskine.MoleskineApp import * > File "/usr/X11R6/share/gnome/Moleskine/Moleskine/MoleskineApp.py",=20 > line 32, in ? > from Document import Document > File "/usr/X11R6/share/gnome/Moleskine/Moleskine/Document.py", line=20 > 31, in ? > import gtkscintilla > File "/usr/local/lib/python2.3/site-packages/gtkscintilla.py", line=20 > 2, in ? > import _gtkscintilla > ImportError: /usr/X11R6/lib/libscintilla.so: Undefined symbol=20 > "g_thread_init" >=20 > As you can see, moleskine is a python script. It's based on py-gtk-0.6, > so I build it against glib12/gtk12. >=20 > When I'm calling SciTE (which is an editor using libscintilla directly) > the error doesn't appear. So I'm checked /usr/X11R6/lib/libscintilla.so > using ldd, and it contains information, that > /usr/local/lib/libglib12.so.3 is required (which contains g_thread_init > call). >=20 > My system is FreeBSD 5.1-CURRENT #0: Fri Oct 3 22:18:43 GMT 2003. > A reboot helped nothing, neither ldconfig -R did. >=20 > Any hints what I can do? Looks like scintilla needs to be linked with GThread and friends. Joe >=20 > Jens >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-EBsLlLr+Qu6PZJTG5On9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/gaFWb2iPiv4Uz4cRAnm0AJ47h4UV98wTpNkVU/YY/lDFCgC2OwCeM7/H F2tf8Fu90pdOq91SVveXcAk= =A4XW -----END PGP SIGNATURE----- --=-EBsLlLr+Qu6PZJTG5On9--