- Package:
- src:nagios-plugins-contrib
- Source:
- nagios-plugins-contrib
- Submitter:
- Helmut Grohne
- Date:
- 2020-11-25 16:33:01 UTC
- Severity:
- normal
- Tags:
nagios-plugins-contrib fails to build from source. The first failure is installing Build-Depends as python and python-debian are not cross satisfiable. Since these are only used for scripts, we can annotate them with :native. Then, check_varnish is configured without --host. The attached patch uses dh_auto_configure to fix that. Finally, check_memcached hard codes the build architecture pkg-config. The attached patch makes nagios-plugins-contrib cross buildable. Please consider applying it. Helmut
Hi Helmut, Am 21.05.19 um 22:04 schrieb Helmut Grohne: thanks for providing those fixes. Can you please tell me the reason for raising debhelper version? (Anyhow, shouldn't here also adjusted debian/compat?) Many thanks, Jan.
Hi Jan, debhelper/9.20160114 changelog says: | dh_update_autotools_config: New helper to update config.sub | and config.guess. My patch uses this helper. The compatibility level adjusts the behaviour of existing helpers. Helmut
Hi Helmut, Am 21.05.19 um 22:04 schrieb Helmut Grohne: I commited the changes into VCS beside the changes about varnish, as this plugin was removed in the VCS. Cheers, Jan.