[Bug 192889] Review Request: openais standards based cluster framework

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 13 16:01:57 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: openais standards based cluster framework


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192889





------- Additional Comments From paul at city-fan.org  2006-06-13 11:53 EST -------
(In reply to comment #54)
> This actually fails to build on x86_64:
> 
> cc -shared -Wl,-soname,service_evs.lcrso evs.o -o service_evs.lcrso
> /usr/bin/ld: evs.o: relocation R_X86_64_32 against `evs_service_handler' can not
> be used when making a shared object; recompile with -fPIC
> evs.o: could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make[1]: *** [service_evs.lcrso] Error 1

This should be fixable by changing:

CFLAGS="$(echo '%{optflags}' | sed -e 's/-O[0-9]*//') -O3 -DOPENAIS_LINUX"

to:

CFLAGS="$(echo '%{optflags}' | sed -e 's/-O[0-9]*//') -O3 -DOPENAIS_LINUX -fPIC"

I'll get an x86_64 box soon so I can find these things for myself...

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list