You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/28 02:54:21 UTC

[GitHub] [pulsar] lsy180829 opened a new issue #4389: Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)

lsy180829 opened a new issue #4389: Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
URL: https://github.com/apache/pulsar/issues/4389
 
 
   **Describe the bug**
   When I ran the order, pulsar-client-cpp/pkg/rpm/docker-build-rpm.sh , to build master, I got these:
   ```
   CMake Error at /usr/local/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
     Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
   Call Stack (most recent call first):
     /usr/local/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
     /usr/local/share/cmake-3.8/Modules/FindPythonLibs.cmake:262 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
     CMakeLists.txt:126 (find_package)
   
   -- Configuring incomplete, errors occurred!
   See also "/pulsar/pulsar-client-cpp/pkg/rpm/BUILD/apache-pulsar-2.4.0-SNAPSHOT/pulsar-client-cpp/CMakeFiles/CMakeOutput.log".
   See also "/pulsar/pulsar-client-cpp/pkg/rpm/BUILD/apache-pulsar-2.4.0-SNAPSHOT/pulsar-client-cpp/CMakeFiles/CMakeError.log".
   error: Bad exit status from /var/tmp/rpm-tmp.lAcmL2 (%build)
   ```
   
   
   **To Reproduce**
   reference: https://pulsar.apache.org/docs/en/client-libraries-cpp/
   
   **Expected behavior**
   bulid success
   
   
   **Desktop (please complete the following information):**
    - OS: centos7
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services