pull-lp-debs fails to download single binary package for foreign architecture
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| ubuntu-dev-tools (Ubuntu) |
Confirmed
|
Medium
|
Unassigned | ||
Bug Description
Downloading binary packages for a foreign architecture works when specifying a source package:
$ pull-lp-debs -a riscv64 u-boot noble
Found u-boot 2024.01+
Downloading u-boot_
[======
Public key not found, could not verify signature
NOTICE: 'u-boot' packaging is maintained in the 'Git' version control system at:
https:/
Please use:
$ git clone https:/
to retrieve the latest (possibly unreleased) updates to the package.
Downloading u-boot-
[======
Downloading u-boot-
[======
Downloading u-boot-
[======
Downloading u-boot-
[======
Downloading u-boot-
[======
Doing the same specifying a single binary fails:
$ pull-lp-debs -a riscv64 u-boot-microchip noble
Source package lookup failed, trying lookup of binary package u-boot-microchip
The binary package 'u-boot-microchip' does not exist in the Ubuntu primary archive for architecture amd64 in noble for pockets Release, Security, Updates, Proposed with status in Pending, Published
The source package 'u-boot-microchip' does not exist in the Ubuntu primary archive in noble for pockets Release, Security, Updates, Proposed with status in Pending, Published
Running the command natively on a riscv64 works fine:
$ pull-lp-debs -a riscv64 u-boot-microchip noble
Source package lookup failed, trying lookup of binary package u-boot-microchip
Using source package 'u-boot' for binary package 'u-boot-microchip'
Found u-boot 2024.01+
Downloading u-boot_
[======
Public key not found, could not verify signature
NOTICE: 'u-boot-microchip' packaging is maintained in the 'Git' version control system at:
https:/
Please use:
$ git clone https:/
to retrieve the latest (possibly unreleased) updates to the package.
Pulling only binary package 'u-boot-microchip'
Use package name 'u-boot' to pull all binary packages
Downloading u-boot-
[======
Downloading a single binary package for a foreign architecture should be enabled.
| summary: |
- pull-lp-debs fails to download single binary for foreign architecture + pull-lp-debs fails to download single binary package for foreign + architecture |
| Changed in ubuntu-dev-tools (Ubuntu): | |
| status: | Confirmed → Fix Committed |
| importance: | Undecided → Medium |

Status changed to 'Confirmed' because the bug affects multiple users.