Describe the bug A clear and concise description of what the bug is.
Whenever I try to run the bootstrap script, I end up getting an error that shows that dhcpcd has no installation candidate.
The last command to be executed by the bootstrap script returns the following:
+ sudo apt-get install --no-install-recommends -y dhcpcd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package dhcpcd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
dhcpcd5 dhcpcd5:armhf
E: Package 'dhcpcd' has no installation candidate
To Reproduce Information to reproduce the behavior, including:
Git commit id
b4cfa2ffa25605efca096da4b6a984d353e3900e
IEEE 802.15.4 hardware platform
Raspberry Pi 4? (I'm not sure if this is what is meant here)
I'm using Raspberry Pi OS (Legacy, 64-bit) lite
I've issued the following commands.
git clone https://github.com/openthread/ot-br-posixcd ot-br-posix./script/bootstrap
Network topology
No network just yet.
Expected behavior A clear and concise description of what you expected to happen.
I expected the bootstrap script to resume past sudo apt-get install --no-install-recommends -y dhcpcd
Console/log output If applicable, add console/log output to help explain your problem.
Here's the output of the bootstrap script:
+ sudo apt-get install --no-install-recommends -y dhcpcd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package dhcpcd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
dhcpcd5 dhcpcd5:armhf
E: Package 'dhcpcd' has no installation candidate
Additional context Add any other context about the problem here.
I've been able to use this guide to install an openthread border router about half a year ago. Not too sure what changed. I've tried changing dhcpcd in the bootstrap script to dhcpcd5, but this ended up causing other problems during the setup process, which may be related. So I'm wondering whether I'm doing something wrong or if something is broken. Thanks in advance!
Hi @Marttico, the issue is because I changed the default Raspi config incorrectly to include what should only be enabled in reference device. I will let you know once fix is merged.
Describe the bug A clear and concise description of what the bug is. Whenever I try to run the bootstrap script, I end up getting an error that shows that dhcpcd has no installation candidate.
The last command to be executed by the bootstrap script returns the following:
To Reproduce Information to reproduce the behavior, including:
Git commit id b4cfa2ffa25605efca096da4b6a984d353e3900e
IEEE 802.15.4 hardware platform Raspberry Pi 4? (I'm not sure if this is what is meant here) I'm using Raspberry Pi OS (Legacy, 64-bit) lite
Build steps
I've followed this guide to set up a border router. https://openthread.io/guides/border-router/build
I've issued the following commands.
git clone https://github.com/openthread/ot-br-posix
cd ot-br-posix
./script/bootstrap
Expected behavior A clear and concise description of what you expected to happen. I expected the bootstrap script to resume past
sudo apt-get install --no-install-recommends -y dhcpcd
Console/log output If applicable, add console/log output to help explain your problem. Here's the output of the bootstrap script:
Full log: https://pastebin.com/ErFbZC0s
Additional context Add any other context about the problem here. I've been able to use this guide to install an openthread border router about half a year ago. Not too sure what changed. I've tried changing dhcpcd in the bootstrap script to dhcpcd5, but this ended up causing other problems during the setup process, which may be related. So I'm wondering whether I'm doing something wrong or if something is broken. Thanks in advance!