Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534084 - sys-cluster/pacemaker-1.1.12 - src_compile(): .../work/pacemaker-Pacemaker-1.1.12/mcp/.libs/pacemakerd: symbol lookup error: .../work/pacemaker-Pacemaker-1.1.12/lib/cluster/.libs/libcrmcluster.so.4: undefined symbol: crm_strcase_hash
Summary: sys-cluster/pacemaker-1.1.12 - src_compile(): .../work/pacemaker-Pacemaker-1....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-31 10:40 UTC by RAPHEAD
Modified: 2015-01-13 04:50 UTC (History)
0 users

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


Attachments
Build log (pm.log,22.36 KB, text/plain)
2014-12-31 10:40 UTC, RAPHEAD
Details
build.log (build.log,122.04 KB, text/plain)
2015-01-01 20:21 UTC, RAPHEAD
Details
emerge info (file_534084.txt,5.76 KB, text/plain)
2015-01-01 20:24 UTC, RAPHEAD
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RAPHEAD 2014-12-31 10:40:57 UTC
Created attachment 392748 [details]
Build log

When trying to update pacemaker to 1.1.12.
Please see attached log.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-31 15:27:45 UTC
Comment on attachment 392748 [details]
Build log

1) Please attach the entire build log to this bug report.
2) Please post your `emerge --info' output in a comment.
Comment 2 RAPHEAD 2015-01-01 20:21:29 UTC
Created attachment 392900 [details]
build.log
Comment 3 RAPHEAD 2015-01-01 20:24:01 UTC
Created attachment 392902 [details]
emerge info
Comment 4 s7v7nislands 2015-01-13 04:06:18 UTC
the same problem
Comment 5 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2015-01-13 04:33:56 UTC
Judging by the fact it's symbol from new abi pacemaker is linking with system instance instead of freshly build one. I haven't pinpointed it yet, but as workaround you could try:

emerge -C pacemaker && emerge -1 pacemaker
Comment 6 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2015-01-13 04:50:31 UTC
Sneaky .la files are... sneaky...

+*corosync-2.3.4-r1 (13 Jan 2015)
+
+  13 Jan 2015; Kacper Kowalik <xarthisius@gentoo.org> +corosync-2.3.4-r1.ebuild,
+  -corosync-2.3.4.ebuild:
+  Remove .la files, fixes #534084 by RAPHEAD <raphead@gmx.net>

Please merge most recent corosync and see if it fixes the problem. Reopen this bug if issue persists.