From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 10:59:18 2004 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 EE77D16A4CE for ; Sun, 8 Aug 2004 10:59:17 +0000 (GMT) Received: from viefep13-int.chello.at (viefep13-int.chello.at [213.46.255.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EAC43D3F for ; Sun, 8 Aug 2004 10:59:16 +0000 (GMT) (envelope-from daff@dword.org) Received: from Tirith.arda ([62.178.18.156]) by viefep13-int.chello.at (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040808105914.YFTX10997.viefep13-int.chello.at@Tirith.arda> for ; Sun, 8 Aug 2004 12:59:14 +0200 Received: from localhost (localhost.arda [127.0.0.1]) by Tirith.arda (Postfix) with ESMTP id 385BE303 for ; Sun, 8 Aug 2004 12:59:09 +0200 (CEST) Received: from Tirith.arda ([127.0.0.1]) by localhost (Tirith.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 41118-02 for ; Sun, 8 Aug 2004 12:58:35 +0200 (CEST) Received: from Pelargir.arda (pelargir.arda [192.168.0.2]) by Tirith.arda (Postfix) with ESMTP id 9ADD92F0 for ; Sun, 8 Aug 2004 12:58:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by Pelargir.arda (Postfix) with ESMTP id E204395826 for ; Sun, 8 Aug 2004 12:58:34 +0200 (CEST) Received: from Pelargir.arda ([127.0.0.1]) by localhost (pelargir.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90933-07 for ; Sun, 8 Aug 2004 12:58:34 +0200 (CEST) Received: by Pelargir.arda (Postfix, from userid 1001) id 5C37795825; Sun, 8 Aug 2004 12:58:34 +0200 (CEST) Date: Sun, 8 Aug 2004 12:58:34 +0200 From: Andreas Ntaflos To: freebsd-questions@freebsd.org Message-ID: <20040808105834.GA44592@Pelargir.arda> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.2.1-RELEASE-p9 Subject: vim 6.3 pthread errors? 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: Sun, 08 Aug 2004 10:59:18 -0000 Hello,=20 quick question: trying to install vim 6.3.15 from the ports with=20 support for GTK2 on a FreeBSD 5.2.1-p9 machine by doing a=20 portinstall -m WITH_GTK2=3DYES vim. Somewhere in the compilation process it borks with these error=20 messages (last few lines of output): cc -lXt -L/usr/X11R6/lib -L/usr/local/lib -o vim objects/buffer.o objec= ts/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/ev= al.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex= _eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getc= har.o objects/if_cscope.o objects/if_xcmdsrv.o objects/main.o objects= /mark.o objects/memfile.o objects/memline.o objects/menu.o objects/mess= age.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o o= bjects/normal.o objects/ops.o objects/option.o objects/os_unix.o object= s/pathdef.o objects/quickfix.o objects/regexp.o objects/screen.o object= s/search.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o= objects/undo.o objects/window.o objects/gui.o objects/gui_gtk.o objects= /gui_gtk_x11.o objects/pty.o objects/gui_gtk_f.o objects/gui_beval.o = objects/netbeans.o objects/version.o -Wl,--export-dynamic -L/u= sr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lX= inerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfre= etype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgo= bject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lSM -lICE -lXpm -lXt -lX11 -lXd= mcp -lSM -lICE -ltermlib -liconv objects/os_unix.o: In function `get_stack_limit': objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init' objects/os_unix.o(.text+0x3e6): undefined reference to `pthread_attr_get_np' objects/os_unix.o(.text+0x3fc): undefined reference to `pthread_attr_getsta= cksize' objects/os_unix.o(.text+0x40f): undefined reference to `pthread_attr_destro= y' *** Error code 1 What's that? What's missing? Why with all the pthread_ problems?=20 What should I do? :-) I know it worked under 4.10-STABLE with GTK2, why would it break under 5.2? TIA --=20 Andreas "daff" Ntaflos | "A cynic is a man who knows the price of daff AT dword DOT org | everything, and the value of nothing." Vienna, AUSTRIA | Oscar Wilde