----- 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
>
|