From nobody Sat Feb 22 14:17:02 2025 X-Original-To: hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Z0TbC3w3Fz5nk5R for ; Sat, 22 Feb 2025 14:17:11 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "E6" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Z0TbB4wg9z4FNv for ; Sat, 22 Feb 2025 14:17:10 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=eAjoyn4i; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 2a01:4f8:13b:240c::25 as permitted sender) smtp.mailfrom=herbert@gojira.at Date: Sat, 22 Feb 2025 15:17:02 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1740233822; bh=faThz59M9VeBipu80nNFzDRoI8LrEaltWXeprPuDQaI=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=eAjoyn4iB3vg5vGStETbDSUxF+JynmJ4TpyAb6v7d8PNUTdSQ0BwxlVpMWwJmWezo TtloMrgzz2zOLdyhOdNRl8jLsthNM4TB9bfzENEFpmKEwh3Zb6rAsDU1SnO5s+crjj zztLeIxKwlaa4dS2Mvk5ZYE+hUyBH+mSrodEXvlb9FOzC+jNcpD5+9BQaqEwm5e3Qf 9O9XqMqvYpGBu9u1w8PCjYIPTSfMgSrf+M7nZie5/tx/SW0+3tyCNJABtC7uNZcgsI JXliCiHDgGr26lSsJGxYiqwbMYX6wC1IMTQlMgEdhkls8sLgWpA+c4GKj9e+K9MyTY SQaugyaa6sN0Q== From: "Herbert J. Skuhra" To: hackers@freebsd.org Subject: Re: textproc/libxml2 missing PORTREVISION bump? Message-ID: References: <270dfea5-78aa-44e1-8146-50a7d2a88513@m5p.com> List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <270dfea5-78aa-44e1-8146-50a7d2a88513@m5p.com> X-Spamd-Result: default: False [2.58 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_SPAM_MEDIUM(0.99)[0.989]; NEURAL_SPAM_LONG(0.86)[0.861]; NEURAL_SPAM_SHORT(0.23)[0.230]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:240c::25]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; RCPT_COUNT_ONE(0.00)[1]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[gojira.at]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; ARC_NA(0.00)[]; MLMMJ_DEST(0.00)[hackers@freebsd.org]; DKIM_TRACE(0.00)[gojira.at:+] X-Rspamd-Queue-Id: 4Z0TbB4wg9z4FNv X-Spamd-Bar: ++ 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@. Option ICU is no longer on by default.