Date: Wed, 13 Jun 2007 22:08:48 +0200 (CEST) From: clemens fischer <ino-news@spotteswoode.dnsalias.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clemens fischer <ino-news@spotteswoode.dnsalias.org> Subject: threads/113666: misc/shared-mime-info doesn't install, can't find threading-fun Message-ID: <20070613200848.A904A279FA@spotteswoode.dnsalias.org> Resent-Message-ID: <200706132020.l5DKK3h7004465@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070613200848.A904A279FA>