From owner-freebsd-questions@FreeBSD.ORG Fri Mar 29 19:12:09 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8435E1B for ; Fri, 29 Mar 2013 19:12:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id E3BB66F8 for ; Fri, 29 Mar 2013 19:12:08 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ULeit-0006hw-74 for freebsd-questions@freebsd.org; Fri, 29 Mar 2013 20:12:23 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Mar 2013 20:12:23 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Mar 2013 20:12:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: x11-toolkits/gtksourceview2 is broken Date: Fri, 29 Mar 2013 19:11:43 +0000 (UTC) Lines: 21 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 19:12:10 -0000 FreeBSD 9.1-RELEASE on amd64 This afternoon I upgraded textproc/libxml2 from version 2.7.8_5 to version 2.7.8_0 (at least I think it's libxml2 that's the problem - I upgraded py27-libxml2 and gdk-pixbuf2 at the same time). Then x11-toolkits/gtksourceview2 would not compile. I got the following error: CCLD test-widget ../gtksourceview/.libs/libgtksourceview-2.0.so: undefined reference to `xmlTextReaderRelaxNGValidate' gmake[2]: *** [test-widget] Error 1 Sure enough, I see a similar error when I try to open a shell script with gedit: /usr/local/lib/libgtksourceview-2.0.so.0: Undefined symbol "xmlTextReaderRelaxNGValidate" Where do I go from here?