Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356677 - sys-cluster/resource-agents-1.0.4 installing incompatible with sys-cluster/heartbeat-3.0.4
Summary: sys-cluster/resource-agents-1.0.4 installing incompatible with sys-cluster/he...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-27 11:17 UTC by Denis Kaganovich
Modified: 2011-03-01 15:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Kaganovich 2011-02-27 11:17:27 UTC
Current heartbeat's hto-mapfuncs call to old .ocf-shellfuncs (/usr/lib64/ocf/resource.d/hearbeat/.ocf-shellfuncs), but now it found /usr/lib64/ocf/lib/hearbeat/ocf-shellfuncs. Heartbeat is dead.

Then, good to add to src_install:

dosym ../../lib/heartbeat/ocf-shellfuncs \
/usr/$(get_libdir)/ocf/resource.d/heartbeat/.ocf-shellfuncs


Reproducible: Always
Comment 1 Ultrabug gentoo-dev 2011-02-28 12:57:58 UTC
Hi Denis, thanks for reporting this.

+*resource-agents-1.0.4-r1 (28 Feb 2011)
+
+  28 Feb 2011; Ultrabug <ultrabug@gentoo.org> +files/1.0.4-dosymlinks.patch,
+  +resource-agents-1.0.4-r1.ebuild:
+  create symlinks for ocf libs wrt #356677

Can you install =sys-cluster/resource-agents-1.0.4-r1 and confirm this solves your problem ?

Thanks.
Comment 2 Denis Kaganovich 2011-03-01 15:27:13 UTC
(In reply to comment #1)

> Can you install =sys-cluster/resource-agents-1.0.4-r1 and confirm this solves
> your problem ?

Confirmed, fixed.