Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119550 - heartbeat-2.0.2 missing libs.
Summary: heartbeat-2.0.2 missing libs.
Status: RESOLVED INVALID
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: 2006-01-19 07:59 UTC by sophus s
Modified: 2010-09-10 19:00 UTC (History)
0 users

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


Attachments
equery output (equeryforstonith.txt,3.39 KB, text/plain)
2006-01-19 08:44 UTC, michael@smith-li.com
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sophus s 2006-01-19 07:59:27 UTC
when compiling the heartbeat-2.0.2 ebuild i ran into the issue that the library 
"libstonith" and "libpils" are missing.. thanks for fixing it.
Comment 1 sophus s 2006-01-19 08:08:41 UTC
i forgot some infos:

Gentoo Base System version 1.6.13
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.14-gentoo-r4 i686)
=================================================================
System uname: 2.6.14-gentoo-r4 i686 AMD Opteron(tm) Processor 246
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apm bzip2 crypt expat fortran gdbm ncurses pam perl python readline ssl tcpd udev zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

to fix it: 
i unpacked the heartbeat-2.0.2.tar.gz and made a ./configure;make;make install
..and it worked :)
Comment 2 michael@smith-li.com 2006-01-19 08:44:12 UTC
Created attachment 77552 [details]
equery output

This is the output of equery f heartbeat | grep stonith and equery f heartbeat | grep pils. In other words, it's all there. I suspect your problem was a fluke. I'd advise you to re-emerge it and check again.
Comment 3 michael@smith-li.com 2006-01-19 08:47:34 UTC
If that doesn't work, check equery --info | grep "/usr/lib" to see if the libs directories are in CONFIG_PROTECT

If they are, that could be related to your problem.
Comment 4 sophus s 2006-01-19 09:19:13 UTC
i re-emerged it and then it worked flawless.. 
"RESOLVED: BIZARRE_FLUKE"
thanks for the help though.