From nobody Thu Apr 13 13:33:37 2023 X-Original-To: freebsd-ports@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 4Py0sL24WYz451wX for ; Thu, 13 Apr 2023 13:33:42 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Py0sJ4nV3z3FSw; Thu, 13 Apr 2023 13:33:40 +0000 (UTC) (envelope-from david@catwhisker.org) Authentication-Results: mx1.freebsd.org; none Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.17.1/8.15.2) with ESMTP id 33DDXbSh060906; Thu, 13 Apr 2023 13:33:37 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.17.1/8.17.1/Submit) id 33DDXbh3060905; Thu, 13 Apr 2023 06:33:37 -0700 (PDT) (envelope-from david) Date: Thu, 13 Apr 2023 06:33:37 -0700 From: David Wolfskill To: Dimitry Andric Cc: freebsd-ports@freebsd.org Subject: Re: www/chromium: build failed using poudriere in stable/12 Message-ID: References: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rhTb05JBZ0svhM+c" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Py0sJ4nV3z3FSw X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N --rhTb05JBZ0svhM+c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 13, 2023 at 03:26:53PM +0200, Dimitry Andric wrote: > On 13 Apr 2023, at 14:05, David Wolfskill wrote: > >=20 > > Details in https://www.catwhisker.org/~david/FreeBSD/ports/chromium/ > > (Log is under 12/ in there.) > ... >=20 > The lines you posted didn't contain the actual error message, but in the = full log: >=20 > FAILED: obj/base/base/time_exploded_icu.o > c++ -MMD -MF obj/base/base/time_exploded_icu.o.d -DBASE_IMPLEMENTATION -D= IS_RAW_PTR_IMPL -DSYSTEM_NATIVE_UTF8 -DUSE_SYMBOLIZE -DUSE_AURA=3D1 -DUSE_G= LIB=3D1 -DUSE_OZONE=3D1 -DOFFICIAL_BUILD -D__STDC_CONSTANT_MACROS -D__STDC_= FORMAT_MACROS -D_FORTIFY_SOURCE=3D2 > ... > -std=3Dc++20 -Wno-trigraphs -fno-exceptions -fno-rtti -fvisibility-inline= s-hidden -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fn= o-strict-aliasing -isystem /usr/local/include -c ../../base/time/time_exp= loded_icu.cc -o obj/base/base/ > time_exploded_icu.o > In file included from ../../base/time/time_exploded_icu.cc:14: > ../../third_party/icu/source/common/unicode/locid.h:297:27: error: expect= ed ';' at end of declaration list > Locale(Locale&& other) U_NOEXCEPT; > ^ > ; > ../../third_party/icu/source/common/unicode/locid.h:323:38: error: expect= ed ';' at end of declaration list > Locale& operator=3D(Locale&& other) U_NOEXCEPT; > ^ > ; > 2 errors generated. Ah -- thanks. > If chromium has built successfully for you before, it is most likely that= this problem is due to an icu update (either external, or in the chromium = port itself). Yes, devel/icu was updated (with the resulting cascade-update effect). > The issue is probably that 'U_NOEXCEPT' does not get properly defined to = (for example) 'noexcept'. You'll have to dig into the icu configuration stu= ff to see why. Thank you very much for the pointer. > -Dimitry Peace, david --=20 David H. Wolfskill david@catwhisker.org FD&C Red #3: OK to eat, but banned in cosmetics since 1990. -- FDA See https://www.catwhisker.org/~david/publickey.gpg for my public key. --rhTb05JBZ0svhM+c Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQSr0Kzv+UJRY3wfOii0+6PfV4Ix1AUCZDgEsV8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0QUJE MEFDRUZGOTQyNTE2MzdDMUYzQTI4QjRGQkEzREY1NzgyMzFENAAKCRC0+6PfV4Ix 1DolAP98DsQqayWcwO0HER8hq6LD8jBAXk46COzjS8HXnUT7UQD6AxLFofNcCb0u wYaNuFo7gzxpeEGtrziFJx6qnTCX7ww= =zjJ7 -----END PGP SIGNATURE----- --rhTb05JBZ0svhM+c--