Re: libxml2 Port Blocking Upgrades

From: Herbert J. Skuhra <herbert_at_gojira.at>
Date: Thu, 07 Apr 2022 13:22:39 UTC
On Thu, 07 Apr 2022 15:02:00 +0200, Arthur Chance wrote:
> 
> I think you should be looking at libxml2 rather than libxslt. On my
> 13.0-R box, building pkgs locally with poudriere, "pkg info -l libxml2"
> definitely shows
> 
> 	/usr/local/lib/libxml2.a
> 
> in the list, so you need to find out why it isn't being built on your
> system.

This is libxml2 2.9.12, right? libxml2.a was removed in the update to
version 2.9.13:

<https://cgit.freebsd.org/ports/commit/textproc/libxml2/pkg-plist?id=a13ec21cd733f67a9fc0dc00ab45268bdc236246>

I have sucessfully built textproc/libxslt on multiple systems (amd64
and arm64).

% pkg info -l libxml2 |grep lib\/libxml
	/usr/local/lib/libxml2.so
	/usr/local/lib/libxml2.so.2
	/usr/local/lib/libxml2.so.2.9.13
	
--
Herbert