Vyos arm64-latest build issue

Hello!

Trying to build latest arm64 build, but I have a problem with the telegraf package:

[2022-01-18 08:40:16] lb chroot_install-packages install
P: Begin installing packages (install pass)…
Reading package lists…
Building dependency tree…
Reading state information…
debconf is already the newest version (1.5.77).
gnupg is already the newest version (2.2.27-2).
gpgv is already the newest version (2.2.27-2).
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:
ntp : Conflicts: time-daemon
systemd-timesyncd : Conflicts: time-daemon
vyos-1x : Depends: telegraf (>= 1.20) but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: An unexpected failure occurred, exiting…
P: Begin unmounting filesystems…
P: Saving caches…
Reading package lists…
Building dependency tree…
Reading state information…
make: *** [Makefile:32: iso] Error 1

Could you create a bug report at https://phabricator.vyos.net/
It is after commit Merge pull request #192 from sever-sever/T3872 · vyos/vyos-build@ff15b6b · GitHub

Most likely can be fixed as similar commit T3721: arm64: fastnetmon 1.2 is amd64 only until a propper arm64 buil… · vyos/vyos-1x@483c6d8 · GitHub

Done.
https://phabricator.vyos.net/T4197

Any news on this issue?

Hi @hamele0n , try to use @runar patch
https://github.com/vyos/vyos-build/blob/current/data/generic-arm64.json

diff --git a/data/generic-arm64.json b/data/generic-arm64.json
index 41fb86f..6a32b7c 100644
--- a/data/generic-arm64.json
+++ b/data/generic-arm64.json
@@ -2,5 +2,9 @@
   "inherit_from": "data/defaults.json",
   "architecture": "arm64",
   "kernel_flavor": "v8-arm64-vyos",
-  "bootloaders": "grub-efi"
+  "bootloaders": "grub-efi",
+  "additional_repositories": [
+    "deb [arch=arm64] http://repo.powerdns.com/debian bullseye-rec-45 main",
+    "deb [arch=arm64] https://repos.influxdata.com/debian bullseye stable"
+  ]
 }

Thank you, @Dmitry, it helped!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.