pcp
[Top] [All Lists]

Re: [pcp] Build Errors on CentOS 4.8

To: chandana@xxxxxxxxxxxxx
Subject: Re: [pcp] Build Errors on CentOS 4.8
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon, 12 Nov 2012 17:39:43 -0500 (EST)
Cc: pcp@xxxxxxxxxxx
In-reply-to: <50A1756E.9030700@xxxxxxxxxxxxx>
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>

----- Original Message -----
> Nathan,
> 
> I had to do a little bit more than that.
> 
> I had to comment out the whole PYTHON section, not just those few
> lines.
> Also the python bit in /rpm/pcp.spec.in
> 

Oh, OK - I was trying to get a successful build with python bits,
not a python-disabled build.  What was the subsequent error after
you removed the PYTHON_INSTALL chunk (below)?

> On 13/11/12 05:00, pcp-request@xxxxxxxxxxx wrote:
> > I think this is a result of these lines from src/include/builddefs
> > (autogenerated from builddefs.in) -
> >
> >
> > ifeq "$(TARGET_OS)" "linux"
> > PYTHON_INSTALL = \
> >          $(AWK) '{print} /.pyc$$/ {sub(/.pyc$$/,".pyo"); print}' \
> >                  < $(TOPDIR)/python-pcp.list >
> >                  $(TOPDIR)/python-pcp.list.rpm
> > else
> > ...
> >
> >
> > If you comment that out, does the build proceed to completion?  If
> > so,
> > we'll need to tighten up that "if linux" guard to be "if linux and
> > not
> > rpm before a certain version".
> 
> _______________________________________________
> pcp mailing list
> pcp@xxxxxxxxxxx
> http://oss.sgi.com/mailman/listinfo/pcp
> 

<Prev in Thread] Current Thread [Next in Thread>