puppetlabs / puppetlabs-release

Repo that builds packages to add our apt and yum repositories and public signing key.
7 stars 40 forks source link

puppet-agent package missing from armhf architecture in Debian bullseye repo #277

Closed rah2501 closed 1 year ago

rah2501 commented 1 year ago

There is no puppet-agent package in the apt.puppetlabs.com Debian bullseye armhf repo. I'm following the installation instructions for Foreman on Debian 11, which include the installation of puppet7-release-bullseye.deb. When I come to try and install foreman-installer, the dependency on puppet-agent cannot be met:

$ dpkg -l puppet7-release
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name            Version          Architecture Description
+++-===============-================-============-============================================
ii  puppet7-release 7.0.0-11bullseye all          Release packages for the Puppet 7 repository
$ sudo apt install foreman-installer
[sudo] password for rah: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 foreman-installer : Depends: puppet-agent (>= 6.15.0) but it is not installable or
                              puppet (>= 6.15.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

It appears the puppet-agent package is missing on the armhf architecture. Compared to amd64:

$ wget -O - -q https://apt.puppetlabs.com/dists/bullseye/puppet7/binary-amd64/Packages | grep "^Package: puppet-agent$" | wc -l
14
$ wget -O - -q https://apt.puppetlabs.com/dists/bullseye/puppet7/binary-armhf/Packages | grep "^Package: puppet-agent$" | wc -l
0
e-gris commented 1 year ago

Unfortunately, we do not create binary packages for armhf, only arm64. There may be community builds for it but I'm not directly aware of any.