From owner-freebsd-ports-bugs@freebsd.org Tue Mar 23 10:19:05 2021 Return-Path: Delivered-To: freebsd-ports-bugs@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 D237F5A9651 for ; Tue, 23 Mar 2021 10:19:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4F4S5P5Qv0z4dJR for ; Tue, 23 Mar 2021 10:19:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id BA5965A9650; Tue, 23 Mar 2021 10:19:05 +0000 (UTC) Delivered-To: ports-bugs@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 BA20D5A96A4 for ; Tue, 23 Mar 2021 10:19:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F4S5P4pf0z4dXH for ; Tue, 23 Mar 2021 10:19:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 982901F0C9 for ; Tue, 23 Mar 2021 10:19:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 12NAJ5YE032636 for ; Tue, 23 Mar 2021 10:19:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 12NAJ5Cp032635 for ports-bugs@FreeBSD.org; Tue, 23 Mar 2021 10:19:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254497] pkg update fails with "no address record" Date: Tue, 23 Mar 2021 10:19:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tschweikle@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2021 10:19:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254497 Bug ID: 254497 Summary: pkg update fails with "no address record" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: tschweikle@gmail.com pkg update fails with error "no address record", but name resolution works = as expected: fbsd14# pkg update Updating FreeBSD repository catalogue... pkg: http://pkg.freebsd.org/FreeBSD:14:amd64/latest/meta.txz: No address re= cord repository FreeBSD has no meta file, using default settings pkg: http://pkg.freebsd.org/FreeBSD:14:amd64/latest/packagesite.txz: No add= ress record Unable to update repository FreeBSD Error updating repositories! fbsd13# pkg update Updating FreeBSD repository catalogue... pkg: http://pkg.freebsd.org/FreeBSD:13:amd64/latest/meta.txz: No address re= cord repository FreeBSD has no meta file, using default settings pkg: http://pkg.freebsd.org/FreeBSD:13:amd64/latest/packagesite.txz: No add= ress record Unable to update repository FreeBSD Error updating repositories! fbsd12# pkg update Updating FreeBSD repository catalogue... pkg: http://pkg.freebsd.org/FreeBSD:12:amd64/latest/meta.txz: No address re= cord repository FreeBSD has no meta file, using default settings pkg: http://pkg.freebsd.org/FreeBSD:12:amd64/latest/packagesite.txz: No add= ress record Unable to update repository FreeBSD Error updating repositories! fbsd11# pkg update Updating FreeBSD repository catalogue... pkg: http://pkg.freebsd.org/FreeBSD:11:amd64/latest/meta.txz: No address re= cord repository FreeBSD has no meta file, using default settings pkg: http://pkg.freebsd.org/FreeBSD:11:amd64/latest/packagesite.txz: No add= ress record Unable to update repository FreeBSD Error updating repositories! On all hosts: # host pkg.freebsd.org pkg.freebsd.org is an alias for pkgmir.geo.freebsd.org. pkgmir.geo.freebsd.org has address 213.138.116.73 pkgmir.geo.freebsd.org has address 139.178.72.201 pkgmir.geo.freebsd.org has address 139.178.72.201 pkgmir.geo.freebsd.org has IPv6 address 2001:41c8:112:8300::50:1 pkgmir.geo.freebsd.org has IPv6 address 2604:1380:2000:9501::50:2 pkgmir.geo.freebsd.org has IPv6 address 2604:1380:2000:9501::50:2 This is, since latest updates to * FreeBSD-CURRENT, * FreeBSD-13, * FreeBSD-12, * FreeBSD-11. Updating sources or ports using git works. Looks like something wrong with = pkg unable to resolve names after upgrading base to FreeBSD fbsd14.local 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n245569-e54257d92a7a: Tue Mar 23 06:34:51 CET 2021=20=20=20=20 root@fbsd14.local:/usr/obj/usr/src/amd64.amd64/sys/FBSD14 amd64 This is on all hosts: # pkg --version 1.16.3 --=20 You are receiving this mail because: You are the assignee for the bug.=