From nobody Fri Jun 14 06:20:55 2024 X-Original-To: dev-commits-ports-main@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 4W0rKv2WK2z5Nb2D; Fri, 14 Jun 2024 07:21:07 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4W0rKt4rzxz55Dq; Fri, 14 Jun 2024 07:21:06 +0000 (UTC) (envelope-from jadawin@tuxaco.net) Authentication-Results: mx1.freebsd.org; none Received: by mail.gandi.net (Postfix) with ESMTPSA id 7265C20005; Fri, 14 Jun 2024 07:21:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxaco.net; s=gm1; t=1718349663; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=dbTCNnAgcSwjheghLsjByhohYqBtmkQahkcPqxyRZdk=; b=CbmcNsbyj2F+gb/9hVqBMiAK+SM4hgbekobbmLlD6/HlLEc415f3hU/xS6OAnv4VNN04hg DT/x6ORjfCFPbhAJIudbBHbHFukzSji/GMlQWYZWVlaJ8p8pCotodmx+p8uwSaTeNSLtCf OQm96JQ799lZ65NZyj4XaIoYSoWEL/bPDQOw08/0saRqo2LeT9VdBkt8gBGgJrnEMV65ZL lallM5saeNMCgCwg1kL5TQiJ60UAUFVlHDGbATKABg8PJdHhoqi+3ZixQltj9czS/F3xzb 1bJUm8TqcMbVNCdxjxSpnF44LcvUWDpWikI+57fm2rgoBhcU0NXH/n4V18Nx7A== Date: Fri, 14 Jun 2024 08:20:55 +0200 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: Craig Leres Cc: Philippe Audeoud , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: b335b307e99e - main - www/tor-browser: Update to 13.5a9 Message-ID: References: <202406130722.45D7M9Ze040441@gitrepo.freebsd.org> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dtJPKT3QkSoq6vVv" Content-Disposition: inline In-Reply-To: X-Spam-Flag: yes X-Spam-Level: ********** X-GND-Spam-Score: 150 X-GND-Status: SPAM X-GND-Sasl: jadawin@tuxaco.net X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR] X-Rspamd-Queue-Id: 4W0rKt4rzxz55Dq --dtJPKT3QkSoq6vVv Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 13, 2024 at 08:21:47AM -0700, Craig Leres wrote: > On 6/13/24 00:22, Philippe Audeoud wrote: > > The branch main has been updated by jadawin: > >=20 > > URL:https://cgit.FreeBSD.org/ports/commit/?id=3Db335b307e99eaad3d01656a= 1b4ebcedcace29426 > >=20 > > commit b335b307e99eaad3d01656a1b4ebcedcace29426 > > Author: Philippe Audeoud > > AuthorDate: 2024-06-13 06:19:38 +0000 > > Commit: Philippe Audeoud > > CommitDate: 2024-06-13 06:21:54 +0000 > >=20 > > www/tor-browser: Update to 13.5a9 > > changelog:https://gitlab.torproject.org/tpo/applications/tor-brows= er-build/-/blob/main/projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt?re= f_type=3Dheads > > PR: 279693 >=20 > tor-browser hasn't built for me with poudriere (14.1/amd64) since 13.5a8 = and > 13.5a9 also fails: >=20 > For more information about this error, try `rustc --explain E0412`. > warning: `style` (lib) generated 2 warnings > error: could not compile `style` (lib) due to 2 previous errors; 2 > warnings emitted >=20 > Looking at port fallout I'm guessing I'm not the only one who hasn't been > able to build these versions: >=20 >=20 > https://portsfallout.com/fallout?port=3D&maintainer=3Dfreebsd%40sysctl.cz= &env=3D&category=3D&categories=3Dwww&flavor=3D >=20 > Craig Hello Craig, I will give a try on my side because when i read !!! Jail is newer than host. (Jail: 1500019, Host: 1500018) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! in poudriere's log. So to be sure, i will update to 14.1/amd64 and check it. Thanks for your report, --=20 Philippe Aud=E9oud --dtJPKT3QkSoq6vVv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQWEjHjobWBSuNUIKrLisDQToM/pAUCZmvhQQAKCRDLisDQToM/ pCbQAQC+UGlGhxYlGTNqx+Hsxl4q5mhoTNHLgSA6PnSnyHR+FgD+IQBJHnzUMFRs WTKBUyWt4b0QwVwqZOGpoa1oWCZ1QgY= =SsBq -----END PGP SIGNATURE----- --dtJPKT3QkSoq6vVv--