gdb fails to compile on Leopard - C++11 compiler

Joshua Root jmr at macports.org
Wed Jan 31 00:36:10 UTC 2018


On 2018-1-31 03:41 , Chris Jones wrote:
> 
> It appears the port already has support for building against MPs python
> versions, it just is not enabled by default.
> 
> Titan ~/Projects/MacPorts/ports > port variants gdb
> gdb has the variants:
>    multiarch: Support all target architectures
>    python27: Build GDB with Python 2.7 Scripting
>      * conflicts with python35 python36
>    python35: Build GDB with Python 3.5 Scripting
>      * conflicts with python27 python36
>    python36: Build GDB with Python 3.6 Scripting
>      * conflicts with python27 python35
>    universal: Build for multiple architectures

So actually the bug would be that it is trying to use python when none
of the variants are selected.

- Josh


More information about the macports-users mailing list