From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EASVd-0003AT-MH for garchives@archives.gentoo.org; Wed, 31 Aug 2005 13:20:10 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7VDGYQu000019; Wed, 31 Aug 2005 13:16:34 GMT Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7VDCBHG006228 for ; Wed, 31 Aug 2005 13:12:12 GMT Received: from mail.joat.com ([71.114.133.129]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTPA id <0IM3006AP8RVTEF0@vms048.mailsrvcs.net> for gentoo-user@lists.gentoo.org; Wed, 31 Aug 2005 08:14:20 -0500 (CDT) Received: from localhost (cornholio.joat.com [127.0.0.1]) by mail.joat.com (Postfix) with ESMTP id 6228E7152 for ; Wed, 31 Aug 2005 09:14:19 -0400 (EDT) Received: from mail.joat.com ([127.0.0.1]) by localhost (cornholio [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22329-01 for ; Wed, 31 Aug 2005 09:14:07 -0400 (EDT) Received: from cdnebinge (jnet.state.pa.us [206.224.31.162]) by mail.joat.com (Postfix) with ESMTP for ; Wed, 31 Aug 2005 09:14:05 -0400 (EDT) Date: Wed, 31 Aug 2005 09:15:33 -0400 From: "Dave Nebinger" Subject: RE: [gentoo-user] Pixie does not run. In-reply-to: <20050831064007.0863d317@gentoo-00> To: Message-id: <004101c5ae2e$13a53550$3a01010a@jnetlab.lcl> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Mailer: Microsoft Outlook, Build 10.0.6626 Content-type: text/plain; charset=US-ASCII Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal DomainKey-Signature: a=rsa-sha1; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:In-Reply-To:X-MimeOLE:Importance:X-Virus-Scanned; b=HAa3ABFr2kfZxjUNhNiOJYlsMNH5j7f107h2kjf66PKw2Bzjru/kMqNaFr2CC1VBohuMJJ4gDNrActwrEWrc/hqyAStI3jOCthNfxzwaIw6C9nVGCaQF98CSkqoAUHLwkKenDXbn6nC1m3IKQEbYfKEcf/8p3baB535Gka1Ibwc=; c=nofws; d=joat.com; q=dns; s=selector1 X-Virus-Scanned: amavisd-new 2.3.2 (20050629) at joat.com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j7VDCBHG006228 X-Archives-Salt: 5cf57ff1-6c31-438e-ba98-07e3b70c65b2 X-Archives-Hash: 29d0d73ee24d1ef09d21ae05dd9bcdaa > pixie: symbol lookup error: /usr/lib/libdpstk.so.0: undefined symbol: > DPSDefaultErrorProc A google search for libdpstk indicates that this is a core library for x11 with some references to it being obsolete. I've got one for my xorg-x11 install, so it must not be too obsolete... A google search for DPSDefaultErrorProc brought back a pointer to the header file xc/include/DPS/dpsclient.h which seems to indicate that DPSDefaultErrorProc is the default error handler for postscript error reporting. Being that it's the default, it definitely should be in the libs... Using the nm tool with find, I see that the DPSDefaultErrorProc is marked as undefined in libdpstk.so, but appears to be defined in libdps.so. So it would appear that you have some sort of linking issue going on... For a quick fix I'd suggest trying to build pixie manually and ensure that you include a -ldps in your LDFLAGS. Whether it's a bug or not in the ebuild I couldn't venture to guess. -- gentoo-user@gentoo.org mailing list