From owner-freebsd-ports@freebsd.org Sat Apr 24 05:42:03 2021 Return-Path: Delivered-To: freebsd-ports@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 477835F1C68 for ; Sat, 24 Apr 2021 05:42:03 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FS0Qz0J6zz4XVx for ; Sat, 24 Apr 2021 05:42:03 +0000 (UTC) (envelope-from bapt@nours.eu) Received: by mailman.nyi.freebsd.org (Postfix) id 0A34F5F1C66; Sat, 24 Apr 2021 05:42:03 +0000 (UTC) Delivered-To: ports@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 09F865F1DD5 for ; Sat, 24 Apr 2021 05:42:03 +0000 (UTC) (envelope-from bapt@nours.eu) Received: from aniel.nours.eu (ns393929.ip-176-31-115.eu [176.31.115.77]) (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 4FS0Qx5tQYz4XVt; Sat, 24 Apr 2021 05:42:01 +0000 (UTC) (envelope-from bapt@nours.eu) Received: by aniel.nours.eu (Postfix, from userid 1001) id 8EBEB44EEC; Sat, 24 Apr 2021 07:41:47 +0200 (CEST) Date: Sat, 24 Apr 2021 07:41:47 +0200 From: Baptiste Daroussin To: Kurt Jaeger Cc: ports@freebsd.org Subject: Re: pkg install fails in some strange way on 14.0 Message-ID: <20210424054147.l7zl75hmf7mgoidf@aniel.nours.eu> References: <20210422094621.orn4rg6nocukzq2d@aniel.nours.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4FS0Qx5tQYz4XVt X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of bapt@nours.eu designates 176.31.115.77 as permitted sender) smtp.mailfrom=bapt@nours.eu X-Spamd-Result: default: False [-3.30 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[176.31.115.77:from]; FREEFALL_USER(0.00)[bapt]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:176.31.115.77]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[nours.eu: no valid DMARC record]; NEURAL_HAM_LONG(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[176.31.115.77:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:176.31.0.0/16, country:FR]; MAILMAN_DEST(0.00)[ports] X-Mailman-Approved-At: Sat, 24 Apr 2021 08:36:52 +0000 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2021 05:42:03 -0000 On Thu, Apr 22, 2021 at 11:58:33AM +0200, Kurt Jaeger wrote: > Hi! > > > > > So even if I have newer pkg's in the repo, pkg upgrade does > > > > not find them. Any ideas what's going on ? > > > > > > pkg calls with -d option (debug) can be found at: > > > > > > https://people.freebsd.org/~pi/logs/pkg-bug.txt > > > Please try with: pkg -o DEBUG_LEVEL=4 > > Ah, much more output (5MB!). Now available at > > https://people.freebsd.org/~pi/logs/pkg-bug2.txt > > I do not see obvious reasons for the problem -- any hints ? I don't see anything obvious, (I don't see any error actually there). Maybe try to run pkg update -f, ensure ntp is properly setup on both sides? Best regards, Bapt