Omap image builder: can't connect to bookworm package repo

I’m attempting to build an image for Debian Bookworm, but I can’t get Beagle Board specific packages: ti-pru-software-v6.3, bbb.io-keyring, ti-pru-cgt-v2.3. It’s maybe helpful to note that this was working when I specified “trixie” instead of “bookworm”.

It seems that there it fails to connect to http://debian.beagle.cc/debian bookworm

Here’s my error log:

Ign:5 https://debian.beagle.cc/debian bookworm InRelease
Err:6 https://debian.beagle.cc/debian bookworm Release
  404  Not Found [IP: 104.21.96.96 443]
Ign:1 https://packages.oresat.org/debian ./ InRelease
Err:1 https://packages.oresat.org/debian ./ InRelease
  Could not resolve 'packages.oresat.org'
Reading package lists... Done
E: The repository 'http://debian.beagleboard.org/debian bookworm Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Log: (chroot): [apt-get install -yq bbb.io-kernel-6.12-bone bbb.io-keyring ti-pru-cgt-v2.3 ti-pru-software-v6.3]
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package bbb.io-kernel-6.12-bone
E: Couldn't find any package by glob 'bbb.io-kernel-6.12-bone'
E: Couldn't find any package by regex 'bbb.io-kernel-6.12-bone'
E: Unable to locate package bbb.io-keyring
E: Couldn't find any package by glob 'bbb.io-keyring'
E: Couldn't find any package by regex 'bbb.io-keyring'
E: Unable to locate package ti-pru-cgt-v2.3
E: Couldn't find any package by glob 'ti-pru-cgt-v2.3'
E: Couldn't find any package by regex 'ti-pru-cgt-v2.3'
E: Unable to locate package ti-pru-software-v6.3
E: Couldn't find any package by glob 'ti-pru-software-v6.3'

do you have both debian.beagleboard.org and rcn-ee.com/repos in your debian sources configuration? While debian.beagleboard.org/debian.beagle.cc should work, it’s a cloudfare mirror of rcn-ee.com/repos

Otherwise i’m also getting 404’s from cloudfare right now..

Ah i see the issue… remove this line from bookworm:

repo_rcnee_mirror="debian.beagleboard.org"

Long and short.. The Beagle “armhf” bookworm isn’t mirrored on cloudfare.. vs Trixie…

main reason:

voodoo@debian-vm-repo:/var/www/html/repos$ du -sh debian
613G	debian
voodoo@debian-vm-repo:/var/www/html/repos$ du -sh debian-trixie-armhf/
15G	debian-trixie-armhf/

the Beagle Debian archive goes all the way back to Debian Wheezy… so there is a lot of old stuff in that repo… starting with trixie debian needed a new signing key, so it was easy to ‘start’ over.. hence it’s mirrored..

hence going forward, all our debian repos are release specific… debian-<version>-<arch>

Regards,

1 Like