Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Apr 2022 15:22:39 +0200
From:      "Herbert J. Skuhra" <herbert@gojira.at>
To:        questions@freebsd.org
Subject:   Re: libxml2 Port Blocking Upgrades
Message-ID:  <87bkxd6na8.wl-herbert@gojira.at>
In-Reply-To: <b293d5b2-eb32-0fc1-71dc-c7eb9dc8fe15@qeng-ho.org>
References:  <77f02d06-0252-e8d2-f53f-0fa39fc0d58b@tinka.africa> <CAN6yY1s3q3bRUNm_hZzxFB1Y_1i5z-F2dyCUYYxvWRcbs7WjMw@mail.gmail.com> <8d1e18fb-9888-25bb-87dd-b3ac2f47559f@tinka.africa> <Yk7GVG9FA0ZZA2EX@doctor.nl2k.ab.ca> <23c640c7-29c1-7eb0-1e15-8b3da916cff4@tinka.africa> <20220407121855.caaf6ec77583fc8c0f93d781@sohara.org> <711b74f9-d53f-b4a1-686b-ff0c1d58b312@tinka.africa> <2b0199d07e7d82fa2227b5d13197a173a84f7b58.camel@mail.ru> <caed9c08-192b-e776-e5c5-937326374bce@tinka.africa> <52242464547709eca99692981a36303e690ad237.camel@mail.ru> <86a45a36-236d-b260-5331-1d5c73842d91@tinka.africa> <b293d5b2-eb32-0fc1-71dc-c7eb9dc8fe15@qeng-ho.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87bkxd6na8.wl-herbert>