pcp
[Top] [All Lists]

Re: [pcp] Another build problem - python bits on Linux Mint 12

To: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Subject: Re: [pcp] Another build problem - python bits on Linux Mint 12
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat, 1 Mar 2014 04:47:59 -0500 (EST)
Cc: PCP Mailing List <pcp@xxxxxxxxxxx>
Delivered-to: pcp@xxxxxxxxxxx
In-reply-to: <530FCCED.4000403@xxxxxxxxxxxxxxxx>
References: <530FCCED.4000403@xxxxxxxxxxxxxxxx>
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: vOBnvZGuULr5xLGNBANPhLPJ8veeiw==
Thread-topic: Another build problem - python bits on Linux Mint 12

----- Original Message -----
> Platform - Linux Mint 12 Lisa
> ...
> On this platform, python-all-dev pulls in BOTH python 2.6 and 2.7
> ...
> Can someone who understand how the python build and packaging works please
> investigate?

What does "pyversions -vr" say (needs to be run from top-level of the source
tree, oddly enough)?  This output is used to drive the build process (from
debian/rules, line ~160)

        for V in $(shell pyversions -vr); do \
            $(pkgpcp_python) $(MAKE) PYTHON=python$$V -C src/python install; \
        done

cheers.

--
Nathan

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