From owner-freebsd-stable Sun Jul 8 13:52: 4 2001 Delivered-To: freebsd-stable@freebsd.org Received: from garfield.cs.mun.ca (garfield.cs.mun.ca [134.153.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 58C8F37B403; Sun, 8 Jul 2001 13:51:58 -0700 (PDT) (envelope-from jr@cs.mun.ca) Received: from localhost (jr@localhost) by garfield.cs.mun.ca (8.11.0/8.11.0) with ESMTP id f68KpvK17288; Sun, 8 Jul 2001 18:21:57 -0230 Date: Sun, 8 Jul 2001 18:21:57 -0230 (NDT) From: John Rochester To: , Subject: bogus undefined symbol from ld-elf.so.1 in kde2 programs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I cvsuped to 4.3-STABLE a few days ago, and am in the process of making the kde2 port(s). Quite a few of the programs fail as follows: $ kword /usr/libexec/ld-elf.so.1: /usr/local/lib/libksycoca.so.4: Undefined symbol "comment__C18KDEDesktopMimeTypeRC7QStringb" $ nm /usr/local/lib/libksycoca.so.4 | grep \ > comment__C18KDEDesktopMimeTypeRC7QStringb 00030580 T comment__C18KDEDesktopMimeTypeRC7QStringb $ Has anyone else seen behaviour like this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message