Boost logo

Boost-Build :

Subject: Re: [Boost-build] [C++-sig] Boost 1.69 python3 module
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2019-02-15 18:39:41


AMDG

On 2/12/19 3:31 PM, Alex Biddulph via Boost-build wrote:
>> That's really strange. I have no idea why that would happen.
>> There's definitely some kind of hidden global state somewhere.
>> That mostly confirms my suspicion that the offending rule is
>> python.require-py. Maybe if you add /debug/ into the call to
>> main-target.select-alternatives, it will reveal something:
>>
>> local py-ext-alternative = [ $(py-ext-target).select-alternatives
>> $(property-set) debug ] ;
>
> This also results in a successful building and installation of the Boost.Python library (along with all the others). Here is the build output
> https://drive.google.com/open?id=1jNBu73JvFwcs8z0Om_o7bJ68x0KXCU4U
>

That makes no sense to me. The only thing that should be
affected by this change is a few ECHO calls. Are you
sure that everything else is the same? I see a new error:
/nubots/toolchain/bin/python3: error while loading shared libraries:
libpython3.6m.so.1.0: cannot open shared object file: No such file or
directory

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk