From nobody Tue Jan 10 02:57:56 2023 X-Original-To: dev-commits-ports-all@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 4Nrb8h212Yz2p7GD; Tue, 10 Jan 2023 02:57:56 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 4Nrb8h1W2qz3ml1; Tue, 10 Jan 2023 02:57:56 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1673319476; 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=j9uiWuPggJ/G4Xf8D9LdBxoLKKt+POA7Xbrv+6L3NfY=; b=U+tiW+05JWnAMYrC28uo7jjpawZbegiiyYP3fqGsJoZIRMmqQsY9CJfxAmPYbU01waJYAK F1RuJVeekJLUt4TCjzPI22aww4OlO7AszeP4x2caZiixCdHZOPwXdM7Nt4DfIN/wkctQtn 4HROahjw/3s559IqkTD71jeLZZYaWCu1aElCJ+12osOf5+CX6D93Z5/Ib5kmn3DoznZYrb XnzQrjrTsU0o6NdUN4nst40y1lUj6z2skgeySL8yLLT2ZeK1N+1PWCNwvMcsvywb+A2PJb SkuQuh3mz3VORtwDjeKOU4XtYxZPah4maIno5qLhm/4hENithScWJ1PMVZBdJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1673319476; 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=j9uiWuPggJ/G4Xf8D9LdBxoLKKt+POA7Xbrv+6L3NfY=; b=f+VHb2zICNGeA3/m4RLpAKSYJnOdr1U1gjiWfrrLbs5CpoVfG2SgXBKamGq2b7U3y972kR sh54FfJd/zAkHPcMEyUAZXgJsIh3yEGYVm2YddOmo1EGsgBzwxsfe0Gqi6gxjbo9tEGGII 4sNt/AyW3KjfT9wG16K5S84VrdqhrPl+g93+RMGF7pD36gXaw39eAUrDd4YRexGyjQP7oL rPMd99Os/x3o292K6cq1K5E8bRm8nTLNGy4WDdVWMYgYWgUN71ZvwLC9S00IgmM0umxMMK ehlLKpg6r7GIBrZY4w1VA2NyfrOj0kF80IdqUjy+FwXVbtFS3VMwH/ATOPgunQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1673319476; a=rsa-sha256; cv=none; b=IFMlb+HL9ra38CuRPFJj4TZisTGzkiRTXBa1yDKFm2L/oAZB83R0Tpx+ksUXbfSo9ZEff4 EEf5Tu4toA/CEVklWqgg2cAGxVY+J0Rkw/Cr6jy/cPhvGmiXvGJ4Hvce+5Tlq+Bh+JRn/K 2argQ6Z/Jms0ApOYdi76lUD/0d6SoioIv9Sz7OpLUz/iA/skmaKXUwModo/RQWj8nVLlGm UFjZXTcXhsm4/i46daia6+F56p0PWSBLIP71RGn+2iSm7XTVMd6F4HRTfLLH0cDJj4J+B5 HG6eiXPQbR0veQ0cAbg7X9diKGTCNYRlVPlfa5VZMEWWyXxWXxkCrt3INTFbmQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 13BBF12A8C; Tue, 10 Jan 2023 02:57:56 +0000 (UTC) Date: Tue, 10 Jan 2023 02:57:56 +0000 From: Alexey Dokuchaev To: Piotr Kubaj Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 735a7f11b1c5 - main - net-p2p/xbt: fix build on ARM / POWER Message-ID: References: <202301100222.30A2MPPZ008056@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202301100222.30A2MPPZ008056@gitrepo.freebsd.org> X-ThisMailContainsUnwantedMimeParts: N On Tue, Jan 10, 2023 at 02:22:25AM +0000, Piotr Kubaj wrote: > commit 735a7f11b1c53e58d7ab011b274724a84a8e5e15 > > net-p2p/xbt: fix build on ARM / POWER > > Tracker/tracker_input.cpp:6:49: error: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] Thanks. Please file the issue upstream so these patches won't stay with the port forever. ./danfe