[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Need help with libgda build failure on ppc64
- From: "Goede, J.W.R. de" <j w r degoede hhs nl>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: Need help with libgda build failure on ppc64
- Date: Fri, 11 May 2007 09:14:49 +0200
On Thu, 10 May 2007 18:41:09 -0400
Bill Nottingham <notting redhat com> wrote:
> Bill Nottingham (notting redhat com) said:
> > Hans de Goede (j w r degoede 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]