Update: I have rebuilt and tested the package with golang-1.17, and the errors went away. I also did another no-change rebuild with golang-1.18 (for it to pull other deps with their latest versions). The package built with golang-1.18 continues to be broken.
The two were built with the same set of golang-* deps (except for golang-1.17 vs golang-1.18), so I'm guessing there's something in aptly-1.4.0 that needs Go 1.17 runtimes to work correctly. buildinfo diff for reference: ``` --- orig-golang-1.18 +++ golang-1.17 @@ -3,14 +3,14 @@ Architecture: source Version: 1.4.0+ds1-6ubuntu0.2 Checksums-Md5: - ef8e51fd44eb02b4cd1e50ba2423efea 2067 aptly_1.4.0+ds1-6ubuntu0.2.dsc + 0f888cdd91b53f861e9631e9d19ba6a9 2068 aptly_1.4.0+ds1-6ubuntu0.2.dsc Checksums-Sha1: - af7cc78c63925ec66d1b9a0945bb7704766ac8c2 2067 aptly_1.4.0+ds1-6ubuntu0.2.dsc + 52c283eac8f9943a3f1cc273de3dc0e1364dbf83 2068 aptly_1.4.0+ds1-6ubuntu0.2.dsc Checksums-Sha256: - dab37f15629e0d05b3a7e919befba0087542b2a035efcc192e0dae723cad000c 2067 aptly_1.4.0+ds1-6ubuntu0.2.dsc + 7394f2f1a6c87d679c8bf7023617228730fd26ec28044b7752a5ea23fd4b1f9b 2068 aptly_1.4.0+ds1-6ubuntu0.2.dsc Build-Origin: Ubuntu Build-Architecture: amd64 -Build-Date: Tue, 24 Feb 2026 14:16:43 +0000 +Build-Date: Tue, 24 Feb 2026 11:42:35 +0000 Build-Tainted-By: merged-usr-via-aliased-dirs Installed-Build-Depends: @@ -54,9 +54,12 @@ gcc-12-base (= 12.3.0-1ubuntu1~22.04.2), gettext (= 0.21-4ubuntu4), gettext-base (= 0.21-4ubuntu4), + golang-1.17 (= 1.17.13-3ubuntu1.3), + golang-1.17-doc (= 1.17.13-3ubuntu1.3), + golang-1.17-go (= 1.17.13-3ubuntu1.3), + golang-1.17-src (= 1.17.13-3ubuntu1.3), golang-1.18-go (= 1.18.1-1ubuntu1.2), golang-1.18-src (= 1.18.1-1ubuntu1.2), - golang-any (= 2:1.18~0ubuntu2), golang-ginkgo-dev (= 1.14.2-1), golang-github-aleksi-pointer-dev (= 1.1.0-2), golang-github-awalterschulze-gographviz-dev (= 2.0.1-2), @@ -216,7 +219,7 @@ libuuid1 (= 2.37.2-4ubuntu3.4), libxml2 (= 2.9.13+dfsg-1ubuntu0.11), libzstd1 (= 1.4.8+dfsg-3build1), - linux-libc-dev (= 5.15.0-171.181), + linux-libc-dev (= 5.15.0-170.180), login (= 1:4.8.1-2ubuntu2.2), lsb-base (= 11.1.0ubuntu4), lto-disabled-list (= 24), @@ -246,4 +249,4 @@ DEB_BUILD_PROFILES="noudeb" LANG="C" LC_ALL="C" - SOURCE_DATE_EPOCH="1771942562" + SOURCE_DATE_EPOCH="1771929281" ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2140498 Title: aptly fails to create new mirrors or decode previous mirror data To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/aptly/+bug/2140498/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
