install hook fails with: "command not found"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
liferay (Juju Charms Collection) |
Fix Committed
|
Medium
|
Charles Butler |
Bug Description
While testing the liferay charm I found that it does not install.
The install hook is trying to call ch_get_file and that command/function does not exist.
Here is the unit-liferay.log
2014-09-02 20:16:39 INFO install E: Unable to locate package charm-helper-sh
2014-09-02 20:16:39 INFO install /var/lib/
2014-09-02 23:54:31 INFO juju-log Fetching latest upstream Liferay release from http://
2014-09-02 23:54:31 INFO install /var/lib/
2014-09-02 23:54:31 INFO worker.uniter.jujuc server.go:102 running hook tool "juju-log" ["Failed to retrieve http://
2014-09-02 23:54:31 DEBUG worker.uniter.jujuc server.go:103 hook context id "liferay/
2014-09-02 23:54:31 INFO juju-log Failed to retrieve http://
2014-09-02 23:54:31 ERROR juju.worker.uniter uniter.go:486 hook failed: exit status 1
This is because the charm-helper-sh package does not exist in the main packages. We have preserved this older package in a PPA so the install hook can be changed to use ppa:charmers/
Related branches
- charmers: Pending requested
-
Diff: 108 lines (+63/-10)3 files modifiedhooks/install (+5/-7)
inc/common (+57/-2)
tests/99-autogen (+1/-1)
description: | updated |
description: | updated |
Changed in liferay (Juju Charms Collection): | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
assignee: | nobody → Charles Butler (lazypower) |
tags: | added: audit |