pkgin using 11.0_2026Q1 not 11.0_2026Q2 on aarch64 (et al)
Steve Rikli <[email protected]> Sun, 2 Aug 2026 09:23:13 -0700
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
I noticed my aarch64 rpi4 hasn't gotten updated packages with pkgin for a while, whereas my amd64 systems do. Checking the config, both have $ grep -v ^# /usr/pkg/etc/pkgin/repositories.conf https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$arch/11.0/All (Note to self: probably switch "11.0" to $osrelease now.) Checking the repository itself shows aarch64/11.0 -> 11.0_2026Q1 rather than 11.0_2026Q2 : ftp> pwd Remote directory: /pub/pkgsrc/packages/NetBSD/aarch64 ftp> dir 229 Entering Extended Passive Mode (|||59248|) 150 Opening ASCII mode data connection for '/bin/ls'. total 48 lrwxrwxr-x 1 1351 netbsd 11 May 15 20:26 10.0 -> 10.0_2026Q1 drwxrwxr-x 3 1351 netbsd 512 Apr 8 10:36 10.0_2026Q1 drwxrwxr-x 3 1351 netbsd 512 Jul 14 10:00 10.0_2026Q2 lrwxr-xr-x 1 1214 netbsd 4 Dec 18 2024 10.1 -> 10.0 lrwxrwxr-x 1 1351 netbsd 11 May 15 20:26 11.0 -> 11.0_2026Q1 drwxrwxr-x 3 1351 netbsd 512 Apr 10 23:32 11.0_2026Q1 drwxrwxr-x 3 1351 netbsd 512 Jul 19 09:38 11.0_2026Q2 ... Is this expected, e.g. due to a pkgsrc build not completing successfully, or simply an oversight with the symlink, perhaps? Fwiw Q1 hasn't been updated since Jun according to the .pkgcache file timestamp, whereas Q2 is from late Jul. https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/aarch64/11.0_2026Q1/All/ .pkgcache 19-Jun-2026 19:17 92464kB https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/aarch64/11.0_2026Q2/All/ .pkgcache 27-Jul-2026 20:05 96775kB Spot-checking a couple other $arch I see amd64 and sparc64 have 11.0 -> 11.0_2026Q2 while some others like i386 and macppc still point to 11.0_2026Q1 like aarch64 does, so it's not completely isolated. Just wanted to check before I try a different repositories.conf setup. Thanks, sr.