Need help with libgda build failure on ppc64

Goede, J.W.R. de j.w.r.degoede at hhs.nl
Fri May 11 07:14:49 UTC 2007


On Thu, 10 May 2007 18:41:09 -0400
 Bill Nottingham <notting at redhat.com> wrote:
> Bill Nottingham (notting at redhat.com) said: 
> > Hans de Goede (j.w.r.degoede at hhs.nl) said: 
> > > Since I have no access to a pcc64 machine, I could
> use some help with this.
> > 
> > $lib = lib. Hence, it's not finding anything.
> 
> To be more precise, in configure:
> 
> 
> dnl Test for lib64 architectures
> dnl FIXME: should really check target
> case $host_cpu in
> x86_64* | sparc64*) lib="lib64";;
> *) lib="lib";;
> esac
> 

Hmm,

I'm afraid it isn't that easy, I added this sed command:
sed -i 's/x86_64\* | sparc64\*) lib="lib64";;/x86_64\* |
sparc64\* | ppc64\*) lib="lib64";;/' configure.in
to the spec before all the autoXXX files get regenerated,
and I've verified locally that the generated configure
contains
"x86_64* | sparc64* | ppc64*) lib="lib64";;

But it still fails to detect postgress see:
http://koji.fedoraproject.org/koji/getfile?taskID=6292&name=build.log




More information about the fedora-devel-list mailing list