fuel-plugin-external-zabbix fails to build
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Olivier Bourdon | ||
StackLight |
Fix Released
|
Low
|
Olivier Bourdon |
Bug Description
Detailed bug description:
When I try to build the latest version of the plugin I receive this error:
2017-05-04 16:17:58 DEBUG 8739 (utils) + FILE=libmysqlcl
2017-05-04 16:17:58 DEBUG 8739 (utils) + wget -qO /root/plugins/
2017-05-04 16:17:58 ERROR 8739 (cli) Shell command executed with "8" exit code: ./pre_build_hook
Traceback (most recent call last):
File "/usr/lib/
perform_
File "/usr/lib/
actions.
File "/usr/lib/
self.
File "/usr/lib/
utils.
File "/usr/lib/
'exit code: {1} '.format(exit_code, cmd))
Steps to reproduce:
1. Download latest version of plugin from master:
https:/
2. Build it:
fpb --debug --build fuel-plugin-
Expected results:
plugin builds successfully
Actual result:
it fails
Reproducability:
always
Workaround:
This is because the package libmysqlclient1
+ shift
+ '[' 0 -gt 0 ']'
+ http://
./pre_build_hook: line 74: http://
When you add the packages added in commit 5379a37 to a new variable and use it in the download_package function it works:
MISC_XENIAL_
download_package "$DEB_XENIAL_REPO" $ZABBIX_PACKAGES \
description: | updated |
Changed in fuel: | |
assignee: | nobody → Fuel Plugin Zabbix (fuel-plugin-zabbix) |
importance: | Undecided → High |
milestone: | none → 12.0 |
status: | New → Confirmed |
Changed in lma-toolchain: | |
status: | New → Triaged |
importance: | Undecided → Low |
assignee: | nobody → LMA-Toolchain Fuel Plugins (mos-lma-toolchain) |
Changed in fuel: | |
status: | Confirmed → Invalid |
Changed in lma-toolchain: | |
assignee: | LMA-Toolchain Fuel Plugins (mos-lma-toolchain) → Olivier Bourdon (olivierbourdon38) |
status: | Triaged → Fix Released |
Changed in fuel: | |
status: | Fix Committed → Fix Released |
I makes no sense to replace a 64 bits package by a 32 bits one /review. openstack. org/#/c/ 464153/
Fix available
https:/