merlimat commented on issue #3035: Update libcurl version included in docker images URL: https://github.com/apache/pulsar/pull/3035#issuecomment-440845093 @massakam I'm seeing a problem with the new Docker image for Python: ``` Status: Downloaded newer image for apachepulsar/pulsar-build:manylinux-cp27-cp27mu + cd /pulsar/pulsar-client-cpp + find . -name CMakeCache.txt + xargs -r rm + find . -name CMakeFiles + xargs -r rm -rf + cmake . -DPYTHON_INCLUDE_DIR=/opt/python/cp27-cp27mu/include/python2.7 -DPYTHON_LIBRARY=/opt/python/cp27-cp27mu/lib -DLINK_STATIC=ON -DBUILD_TESTS=OFF -- The C compiler identification is GNU 4.8.2 -- The CXX compiler identification is GNU 4.8.2 -- Check for working C compiler: /opt/rh/devtoolset-2/root/usr/bin/cc -- Check for working C compiler: /opt/rh/devtoolset-2/root/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /opt/rh/devtoolset-2/root/usr/bin/c++ -- Check for working CXX compiler: /opt/rh/devtoolset-2/root/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- BUILD_TESTS: OFF -- LINK_STATIC: ON -- USE_LOG4CXX: OFF -- CMAKE_BUILD_TYPE: RelWithDebInfo -- Found PythonLibs: /opt/python/cp27-cp27mu/lib (found version "2.7.15") -- PYTHON: 2.7.15 CMake Warning at /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:1723 (message): No header defined for python-mt; skipping header check Call Stack (most recent call first): CMakeLists.txt:124 (find_package) CMake Warning at /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:1723 (message): No header defined for python-py27; skipping header check Call Stack (most recent call first): CMakeLists.txt:124 (find_package) CMake Warning at /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:1723 (message): No header defined for python27-mt; skipping header check Call Stack (most recent call first): CMakeLists.txt:124 (find_package) CMake Error at CMakeLists.txt:132 (MESSAGE): Could not find Boost Python library -- Configuring incomplete, errors occurred! See also "/pulsar/pulsar-client-cpp/CMakeFiles/CMakeOutput.log". [ERROR] Command execution failed. ``` I think the Jenkins jobs are still working because they have the images cached locally.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services