From owner-freebsd-current Sun Feb 25 6:22:20 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id F2DC537B491 for ; Sun, 25 Feb 2001 06:22:15 -0800 (PST) (envelope-from mb@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f1PEMB045086; Sun, 25 Feb 2001 15:22:11 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Sun, 25 Feb 2001 15:22:36 +0100 (CET) From: Martin Blapp To: Daniel Eischen Cc: current@freebsd.org Subject: Re: XFree 4.0 broken by libc changes ? In-Reply-To: <200102250025.TAA09702@pcnet1.pcnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel, > I don't know, what port builds libGL.so.1? > Something has to link in the threads library... Yep, XFree86 libs should be linked against -lc_r, I got this working with this. It's still broken in FreeBSD ports, all GL dependent programms are broken for CURRENT at the moment. I've another issue now: /usr/local/bin/dcopidl ./konq_undo.h > konq_undo.kidl || rm -f konq_undo.kidl /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol "_flockfile" /usr/local/bin/dcopidl2cpp --c++-suffix cc --no-stub konq_undo.kidl /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.5: Undefined symbol "_flockfile This while I'm trying to build kdebase2 from ports. You've got an idea ? # objdump --dynamic-syms /usr/lib/libc_r.so.5 | grep _flockfile 00009068 g DF .text 00000040 _flockfile_debug 00000000 D *UND* 00000000 _flockfile and right, it's undefined there ... Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message