exoscale / cli

Command-line tool for everything at Exoscale: compute, storage, dns.
Apache License 2.0
88 stars 19 forks source link

Fix list of dependencies for archlinux builds #628

Closed kobajagi closed 1 month ago

kobajagi commented 1 month ago

Description

For archlinux builds install base-devel metapackage instead of individual tools. This fixes the build error triggered by missing debugedit tool:

==> ERROR: Cannot find the debugedit binary required for including source files in debug packages.

base-devel metapackage contains following packages (as the time of writing):

$ pacman -Qi base-devel | grep Depends
Depends On      : archlinux-keyring  autoconf  automake  binutils  bison  debugedit  fakeroot  file  findutils  flex  gawk  gcc  gettext  grep  groff  gzip  libtool  m4  make  pacman  patch  pkgconf  sed  sudo  texinfo  which

Checklist

(For exoscale contributors)

Testing