On Friday 13 June 2008 10:57:48 am Jarod Wilson wrote:
> On Wednesday 11 June 2008 04:15:07 pm Bernard Li wrote:
> > Hi Jarod:
> >
> > On Wed, Jun 11, 2008 at 12:55 PM, Jarod Wilson <[EMAIL PROTECTED]> wrote:
> > > ...and it fell apart on the ppc64 build. Well, not on the build, per
> > > se, but on the packaging. Part of the configure line passes in
> > > libdir=/usr/lib64, but everything that should have been under there
> > > went into /usr/lib instead.
> > >
> > > http://koji.fedoraproject.org/koji/getfile?taskID=658022&name=build.log
> >
> > This (untested) patch should fix the issue without specifying --libdir:
> >
> > Index: configure.in
> > ===================================================================
> > --- configure.in        (revision 1399)
> > +++ configure.in        (working copy)
> > @@ -574,7 +574,7 @@
> >    prefix="$ac_default_prefix"
> >  fi
> >
> > -if test "x$host_cpu" = "xx86_64"; then
> > +if test "x$host_cpu" = "xx86_64" || test "x$host_cpu" = "xppc64"; then
> >    libdir="$prefix/lib64"
> >  else
> >    libdir="$prefix/lib"
> >
> > Please let me know how it goes.
>
> Hrm, odd. Prior objections to the perceived hardcoding aside, the build
> fails identically with this patch applied. Digging some more now...

Ah. Oops. s/ppc64/powerpc64/ in the patch and stuff builds.

-- 
Jarod Wilson
[EMAIL PROTECTED]

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to