Boost logo

Boost :

Subject: Re: [boost] [release] Boost 1.68.0 Beta 1 Release Candidate 1
From: Andrzej Krzemienski (akrzemi1_at_[hidden])
Date: 2018-07-06 23:04:47


Built on Fedora 28, gcc 8.1.1. Used the default settings. The build
generally passes, .a and .so files get built, but I get errors when
compiling the python module:

```
...failed gcc.compile.c++
bin.v2/libs/python/build/gcc-8.1.1/release/threading-multi/object_protocol.o...
gcc.compile.c++
bin.v2/libs/python/build/gcc-8.1.1/release/threading-multi/object_operators.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_operators.hpp:8,
                 from libs/python/src/object_operators.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No
such file or directory
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++" -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall
-DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"."
-I"/usr/include/python2.7" -c -o
"bin.v2/libs/python/build/gcc-8.1.1/release/threading-multi/object_operators.o"
"libs/python/src/object_operators.cpp"
```

The same problem was reported when testing the previous release:
https://groups.google.com/d/msg/boost-developers-archive/h7JLVXgt6Kg/acrsoa3HAQAJ

This happens when I have python installed but not python-devel.

When I build with `--without-libraries=python` everything is fine.

Regards,
&rzej;

2018-07-06 4:55 GMT+02:00 Marshall Clow via Boost <boost_at_[hidden]>:

> The release candidates for the first 1.68.0 beta release are now available
> at:
>
> <https://dl.bintray.com/boostorg/beta/1.68.0.beta.1.rc1/source/>
>
> The release notes are not yet available.
> The updated documentation is not yet available.
> [ They will be available in a day or two. ]
>
> The SHA256 checksums are as follows:
>
> 4b39978aa227f56cc00715d48032e18f4bb259de756637a653b5acead4417e0b
> boost_1_68_0_b1_rc1.7z
> 39f6fdc16fc62041ca1401c5e8d1cd0220de24fd5d909eca3f0bf1049d1fd6f9
> boost_1_68_0_b1_rc1.tar.bz2
> 9714d11a205e6f3a1cf1ed17b0caad8a64bc4a5459dfc6e1629e14e5e4b44dc7
> boost_1_68_0_b1_rc1.tar.gz
> fe35f20eb5c2ebf5d4e4f15d0416e484058a732ca1a1e59b831b79d4d7702bdd
> boost_1_68_0_b1_rc1.zip
>
> As always, the release managers would appreciate it if you download
> the candidate of your choice and give building it a try. Please report
> both success and failure, and anything else that is noteworthy.
>
> -- The Boost Release Managers
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/
> mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk