From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 10:43:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B82C6B2F8F; Mon, 27 Sep 2021 10:43:30 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HHzkp2TF5z4pCv; Mon, 27 Sep 2021 10:43:30 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-82-59-69-236.retail.telecomitalia.it [82.59.69.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id A547EC28; Mon, 27 Sep 2021 10:43:29 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 895bc805a975 - main - www/webkit2-gtk3: update to 2.34.0 From: Guido Falsi To: Baptiste Daroussin Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109270840.18R8e9bN044971@gitrepo.freebsd.org> <20210927100250.3f6injyvuw6lbufp@aniel.nours.eu> <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> Message-ID: Date: Mon, 27 Sep 2021 12:43:28 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <8af11968-8b08-3e5c-e0de-56f1f63f57b0@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 10:43:30 -0000 On 27/09/21 12:12, Guido Falsi wrote: > On 27/09/21 12:02, Baptiste Daroussin wrote: >> On Mon, Sep 27, 2021 at 11:30:47AM +0200, Guido Falsi wrote: >>> On 27/09/21 10:40, Baptiste Daroussin wrote: >>>> The branch main has been updated by bapt: >>>> >>>> URL: >>>> https://cgit.FreeBSD.org/ports/commit/?id=895bc805a975e4d6848427d88063cc8651e36fe4 >>>> >>>> >>>> commit 895bc805a975e4d6848427d88063cc8651e36fe4 >>>> Author:     Evgeniy Khramtsov >>>> AuthorDate: 2021-09-22 22:57:30 +0000 >>>> Commit:     Baptiste Daroussin >>>> CommitDate: 2021-09-27 08:38:52 +0000 >>>> >>>>       www/webkit2-gtk3: update to 2.34.0 >>>>       PR:      255528 >>>>       Changes: >>>> https://webkitgtk.org/2021/03/18/webkitgtk2.30.6-released.html >>>> >>>> https://webkitgtk.org/2021/03/26/webkitgtk2.32.0-released.html >>>> >>>> https://webkitgtk.org/2021/05/10/webkitgtk2.32.1-released.html >>>> >>>> https://webkitgtk.org/2021/05/14/webkitgtk2.33.1-released.html >>>> >>>> https://webkitgtk.org/2021/06/08/webkitgtk2.33.2-released.html >>>> >>>> https://webkitgtk.org/2021/07/09/webkitgtk2.32.2-released.html >>>> >>>> https://webkitgtk.org/2021/07/23/webkitgtk2.32.3-released.html >>>> >>>> https://webkitgtk.org/2021/08/16/webkitgtk2.33.3-released.html >>>> >>>> https://webkitgtk.org/2021/09/17/webkitgtk2.32.4-released.html >>>> >>>> https://webkitgtk.org/2021/09/22/webkitgtk2.34.0-released.html >>> >>> Not sure why, but this is failing for me in poudriere, FreeBSD >>> 14.0-CURRENT >>> main-n249429-181bfb42fd0. Cannot investigate further tight now whough. >>> >> >> Strange, I just built it on main-n249556-c96da199458 > > I'll try to investigate further later, unluckily I'm busy right now. > > First idea from the top of my head is, did some change happen to the > compiler between the two revisions? > > Also, I'm using ccache. Usually it's not the cause of problems, but > maybe I should try clearing the cache. > Disabling ccache made no difference. This was the simpler test so I started it right away. -- Guido Falsi