Re: textproc/libxml2 missing PORTREVISION bump?

From: George Mitchell <george+freebsd_at_m5p.com>
Date: Sat, 22 Feb 2025 14:26:05 UTC
On 2/22/25 09:17, Herbert J. Skuhra wrote:
> On Sat, Feb 22, 2025 at 08:50:02AM -0500, George Mitchell wrote:
>> In the process of updating chromium (due to security vulnerability), I
>> got this compile error:
>>
>> python3 ../../build/gn_run_binary.py ./v8_context_snapshot_generator
>> --snapshot_blob=snapshot_blob.bin --output_file=v8_context_snapshot.bin
>> ld-elf.so.1: Shared object "libicudata.so.74" not found, required by
>> "libxml2.so.2"
>> ./v8_context_snapshot_generator failed with exit code 1
>>
>> Context: I use portmaster instead of poudriere.  After digging around,
>> it transpired that libxml2 had not been recompiled recently, and after
>> recompiling it, the chromium build succeeded.  Is it possible that the
>> PORTREVISION of libxml2 should have been bumped somewhere along the
>> line (due to a recent revision of icu)?                  -- George
> 
> I guess this is a question for ports@.
> 
> <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284829>
> 
> Option ICU is no longer on by default.

Thanks for the bugzilla reference (and it's always nice to have company
in my misery!).                                               -- George