From nobody Sat Sep 10 08:25:59 2022 X-Original-To: freebsd-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 4MPmCc5fFlz4bSBl for ; Sat, 10 Sep 2022 08:26:04 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (vogon.madpilot.net [159.69.1.99]) (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 4MPmCb5cKHz3NZX for ; Sat, 10 Sep 2022 08:26:03 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4MPmCZ44RVz6fh9 for ; Sat, 10 Sep 2022 10:26:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:references:content-language:subject:subject:date:date :message-id:received; s=bjowvop61wgh; t=1662798359; x= 1664612760; bh=rcd5/Q1AX5xgcMEkJJcBC3IkYWs4zoaFJN4Yzmna2+w=; b=l kV+0q68rfXk7Lz4ZhCXiFgrX6KmMy9xqB8aqQOOjJQiUiL76ojBuTpY+RfON1XNn rQOmVnhLw+gS1wQvkHq+hZB63x4Brrolt5K3xqKFEYghFHg/dSUczg9X4XtiGPyl NVIeOx7jtYp1wXQDuCrCK5Us3VcXHv3d/Lrpce9VQ5FXz3c5VV2JqmgZewz/0LWp 7L4gbwE7gI39WevgZTEfH4iPPpVrKrPnzqSuRMfM7GtxrTVy6gUgfP/S7pgi+qGj A/kmemS7LsqzJ9JZ6CV/mVb4aPDpxgOzDEjXRT4FblJj9uuvbEo1k7FSCnMTcXO6 awTobU+fynALWUPPJvoVA== Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10026) with ESMTP id rbUukbfMI_BY for ; Sat, 10 Sep 2022 10:25:59 +0200 (CEST) Message-ID: <0dd051be-d6ce-11ca-a444-137f129f362f@madpilot.net> Date: Sat, 10 Sep 2022 10:25:59 +0200 Subject: Re: poudriere odd error Content-Language: en-US To: freebsd-hackers@freebsd.org References: <038EC8C3-DB5E-43BD-9F4E-2E31C3120BC9@antonovs.family> From: Guido Falsi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4MPmCb5cKHz3NZX X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=madpilot.net header.s=bjowvop61wgh header.b="l kV+0q6"; dmarc=pass (policy=quarantine) header.from=madpilot.net; spf=pass (mx1.freebsd.org: domain of mad@madpilot.net designates 159.69.1.99 as permitted sender) smtp.mailfrom=mad@madpilot.net X-Spamd-Result: default: False [-1.72 / 15.00]; MISSING_MIME_VERSION(2.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-0.72)[-0.715]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-hackers@freebsd.org]; DKIM_TRACE(0.00)[madpilot.net:+]; ARC_NA(0.00)[]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N 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 On 10/09/22 03:00, void wrote: > On Fri, Sep 09, 2022 at 02:23:31PM +0000, Ihor Antonov wrote: >> This looks like a problem with ports. It tells you about cyclic >> dependencies >> between packages. It doesnt know whic package to build because of the >> dependecy cycle. > > Thanks, I'll raise a PR with ports Could be due to custom options. Maybe the ports with default options are ok, but some custom option you set triggers the circular dependency. This needs to be fixed in the ports tree anyway and is not your fault, but in such a case it would be helpful if you could state any custom options you have, and try to isolate the one causing the issue. -- Guido Falsi