From owner-freebsd-threads@FreeBSD.ORG Wed Jun 13 20:20:03 2007 Return-Path: X-Original-To: freebsd-threads@hub.freebsd.org Delivered-To: freebsd-threads@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F07C516A46D for ; Wed, 13 Jun 2007 20:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CCE6813C4B8 for ; Wed, 13 Jun 2007 20:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5DKK3dm004466 for ; Wed, 13 Jun 2007 20:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5DKK3h7004465; Wed, 13 Jun 2007 20:20:03 GMT (envelope-from gnats) Resent-Date: Wed, 13 Jun 2007 20:20:03 GMT Resent-Message-Id: <200706132020.l5DKK3h7004465@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-threads@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, clemens fischer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBDCE16A41F for ; Wed, 13 Jun 2007 20:10:33 +0000 (UTC) (envelope-from root@spotteswoode.dnsalias.org) Received: from mail-out02.broadnet-mediascape.de (mail-out02.broadnet-mediascape.de [62.206.1.19]) by mx1.freebsd.org (Postfix) with SMTP id 6FBC613C45A for ; Wed, 13 Jun 2007 20:10:33 +0000 (UTC) (envelope-from root@spotteswoode.dnsalias.org) Received: (qmail 27347 invoked by uid 113); 13 Jun 2007 20:10:31 -0000 Received: from 212.99.205.111 by mail-out02 (envelope-from , uid 106) with qmail-scanner-1.25 ( Clear:RC:1(212.99.205.111):. Processed in 0.256488 secs); 13 Jun 2007 20:10:31 -0000 Received: from d463cd6f.datahighways.de (HELO spotteswoode.dnsalias.org) (212.99.205.111) by mail-out02.broadnet-mediascape.de with SMTP; 13 Jun 2007 20:10:30 -0000 Received: by spotteswoode.dnsalias.org (Postfix, from userid 0) id A904A279FA; Wed, 13 Jun 2007 22:08:48 +0200 (CEST) Message-Id: <20070613200848.A904A279FA@spotteswoode.dnsalias.org> Date: Wed, 13 Jun 2007 22:08:48 +0200 (CEST) From: clemens fischer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clemens fischer Subject: threads/113666: misc/shared-mime-info doesn't install, can't find threading-fun X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 20:20:04 -0000 >Number: 113666 >Category: threads >Synopsis: misc/shared-mime-info doesn't install, can't find threading-fun >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-threads >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 13 20:20:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: clemens fischer >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD spotteswoode.dnsalias.org 6.2-STABLE FreeBSD 6.2-STABLE #19: Sat May 26 19:53:56 CEST 2007 root@spotteswoode.dnsalias.org:/usr/obj/usr/src/sys/spott i386 >Description: without much enthusiasm, i tried to install news/pan, but all the ncurses newsreaders suck one way or the other, i thought, might as well try a GUI-one for a change. saw the long list of GNOME dependencies and my heart sunk, but i kept up the spirit. [time passed] an hour or so later me thinks all is fine as load-level decreases, but: no pan. portupgrade(8) couldn't install misc/shared-mime-info due to a "link error". to shorten this sad story: the precise error massage was: /usr/local/lib/libxml2.so: undefined reference to `pthread_equal' wow. >How-To-Repeat: i think it suffices to try to install misc/shared-mime-info and watch it fail. >Fix: i don't have a fix. to get it to install, i fixed up the "inner" Makefile: /usr/ports/misc/shared-mime-info/work/shared-mime-info-0.21/Makefile -ALL_LIBS = -L/usr/local/lib -lxml2 -lglib-2.0 -liconv +ALL_LIBS = -L/usr/local/lib -lxml2 -lglib-2.0 -liconv -lc_r after that the port installed. wow, again. regards, clemens >Release-Note: >Audit-Trail: >Unformatted: