From owner-freebsd-questions@FreeBSD.ORG Sat Mar 30 21:37:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 15B93A8F for ; Sat, 30 Mar 2013 21:37:48 +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 C9AD4D5C for ; Sat, 30 Mar 2013 21:37:47 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UM3TP-0005Kb-H4 for freebsd-questions@freebsd.org; Sat, 30 Mar 2013 22:38:03 +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 ; Sat, 30 Mar 2013 22:38:03 +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 ; Sat, 30 Mar 2013 22:38:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: x11-toolkits/gtksourceview2 is broken Date: Sat, 30 Mar 2013 21:37:22 +0000 (UTC) Lines: 39 Message-ID: References: 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: Sat, 30 Mar 2013 21:37:48 -0000 On Fri, 29 Mar 2013 16:27:20 -0400, illoai@gmail.com wrote: > On 29 March 2013 15:11, Walter Hurry wrote: > >> 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? >> >> > Otherwise, you can blindly run # portmaster -r libxml2 (or some > perverted equivalent thereof) > & pray. It'll probably run for a good while. Didn't help, I'm afraid. Same compilation error on x11-toolkits/ gtksourceview2 - as well as a few others. The only solution I found was to downgrade libxml2 (and py27-libxml2) again. Can anyone offer advice?