From nobody Sat Feb 3 04:03:34 2024 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 4TRfC22Tv8z58xwK for ; Sat, 3 Feb 2024 04:03:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TRfC21zWLz4mxh; Sat, 3 Feb 2024 04:03:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1706933022; 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=kfBieHDh58OoTTGMBF2GzGDpJGu+dXQdWN0B9JL4WQ0=; b=SW9Mq4oGKCh3B5tPyExiOFhXoR039wAnEQ0T2Q2XbA4jwPgLv7jCmqOb7kJiPIsvka3ixz J+O18t2k4VW36ICC2JV3GZciCfYmKvabMd2MyWUpFCFhDKSLp85YuZTVpOk4u5gnUi4Za2 /JGSgpl9EFLvL3qdvdfYnQCQgYZS4iappgQkn97D/8ZAW+kra187nafjJau/Mgz1xCovuT VtNucN1V3jP9xHwm/49paes42lZkRnzLgjLz688ZbTu3WCNkw+Hqf78sJBVZIrZYDkpX9U 2I/pozsee7faNMM70EvLNhF68KPxtzFyzMgrV4t5QjeRwou/1mxbysgLoG7bYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1706933022; 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=kfBieHDh58OoTTGMBF2GzGDpJGu+dXQdWN0B9JL4WQ0=; b=aYBFLyg/gAQyjbdYKXtlaTkbwWJAq/Kp4mlU/eT4p3czAhYDmEa10c0lPul6VcmmwlXtZz qiGjasusdhIp6D9KIFpO74JzyCCZrAoR34t+oU3HcazspbfV+BZOi919m4Earoguq5Klld dOHLEYnCqE6X6B021PuacdHNmnnaCa1J+U/DKVoG7cbGEm712s9Z9SOrbh5fyrwsT2mA0K Ij4rR+HLUg9EkQIbamLWfQe79BGhF+dL82WZZ0ifYV/gEsLx19zxurBxP7YlaEiSnjGT0E K7rrlQzHq/8v0BNuZKQfjkZEhShxARGERtzoWitbx8i+s2rEsOIi1ErZizqFBA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1706933022; a=rsa-sha256; cv=none; b=WEvWBMwGtaMzahTk+Kq8YEvhtLwRZgRRyH+gq6eNTxHG4lXXx6rzy4CNiIkFI2eGmCzY1Y qUSBKRfXJebBx1dAkvNX5v0IIh/jQF6U6lYBuRF6echDmnLIqygAvPD0BW2tyNrL+1lC53 Moz1+GPAeGWPbUOJB4oYzhLmtPv2SL5skueFBkoIUvTuqCfx9HIsJKi82IlfkADnpwFSFC /IexhlZZ04in5tZZvR/0j0PI060y8AaJZeWA5A+gWaeSVICvVzHbjDMxpgGr4PiAcjZMGE QPFKaTCzxMXPYPamhU06yPSUJB65QPu/yeXqu1+gqu9ACL/bp6JGO/Yjq6SH4g== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 198E855E3; Sat, 3 Feb 2024 04:03:41 +0000 (UTC) From: Jan Beich To: Tatsuki Makino Cc: "freebsd-ports@FreeBSD.org" Subject: Re: poudriere-3.4.1 repeatedly builds subpackaged port In-Reply-To: (Tatsuki Makino's message of "Sat, 3 Feb 2024 12:15:21 +0900") References: Date: Sat, 03 Feb 2024 05:03:34 +0100 Message-ID: <7cjm-dwix-wny@FreeBSD.org> 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: text/plain Tatsuki Makino writes: > The build repetition occurs in the following combination. > > graphics/blender -> x11-toolkits/libdecor > www/qt5-webengine -> audio/alsa-plugins See https://github.com/freebsd/poudriere/issues/1113