Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor boost/test_package to make it pass on Linux #2205

Conversation

klimkin
Copy link
Contributor

@klimkin klimkin commented Jul 14, 2020

Refactor and fix boost test_package for Linux

Specify library name and version: boost/1.73.0

  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

@CLAassistant
Copy link

CLAassistant commented Jul 14, 2020

CLA assistant check
All committers have signed the CLA.

@conan-center-bot
Copy link
Collaborator

Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue.

@madebr
Copy link
Contributor

madebr commented Jul 14, 2020

What does not work on Linux? Can you post some logs?

@danimtb danimtb added the wontfix This will not be worked on label Jul 17, 2020
@danimtb
Copy link
Member

danimtb commented Jul 20, 2020

@klimkin why is it failing in Linux? are your cross-building? Could you give us more information about the changes?

@klimkin
Copy link
Contributor Author

klimkin commented Jul 21, 2020

The change solves this error:

CMake Error at /nfs/site/itools/em64t_SLES11/pkgs/cmake/3.15.2/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find Boost (missing: python) (found version "1.73.0")
Call Stack (most recent call first):
  /nfs/site/itools/em64t_SLES11/pkgs/cmake/3.15.2/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /nfs/site/itools/em64t_SLES11/pkgs/cmake/3.15.2/share/cmake-3.15/Modules/FindBoost.cmake:2142 (find_package_handle_standard_args)
  CMakeLists.txt:33 (find_package)

After change:

-- Found Boost: /tmp_proj/adklimki/conanx/.conan/data/boost/1.73.0/_/_/package/091f1ca6d4b8bff7cfdf5f1f003663135807a9c1/include (found version "1.73.0") found components:  coroutine python3.7 random regex chrono unit_test_framework context
-- Found Python: /nfs/pdx/proj/dpg/arch/perfhome/python/miniconda37/lib/libpython3.7m.so (found suitable version "3.7.3", minimum required is "3.7") found components:  Development
-- Configuring done

Note from FindBoost.cmake of CMake 3.15.2:
https://cmake.org/cmake/help/latest/module/FindBoost.html

  Note that Boost Python components require a Python version suffix
  (Boost 1.67 and later), e.g. ``python36`` or ``python27`` for the
  versions built against Python 3.6 and 2.7, respectively.  This also
  applies to additional components using Python including
  ``mpi_python`` and ``numpy``.  Earlier Boost releases may use
  distribution-specific suffixes such as ``2``, ``3`` or ``2.7``.

@klimkin klimkin force-pushed the hotfix/boost-test-package-pass-python branch from f6f472e to b59a565 Compare July 21, 2020 20:19
@conan-center-bot
Copy link
Collaborator

Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue.

@madebr
Copy link
Contributor

madebr commented Jul 21, 2020

@klimkin
Does adding:

cmake.definitions["Boost_ADDITIONAL_VERSIONS"] = self.deps_cpp_info["boost"].version

to test_package/conanfile.py fix the version fail?

A few hours ago, I added similar patches for fixing python and numpy.
(But I see now that I may be wrong about the python version in the test package)

I have currently a pr open about adding component support to the boost recipe at #2097. Both changes have been made to the test_package.

@klimkin
Copy link
Contributor Author

klimkin commented Jul 22, 2020

@klimkin
Does adding:

cmake.definitions["Boost_ADDITIONAL_VERSIONS"] = self.deps_cpp_info["boost"].version

to test_package/conanfile.py fix the version fail?

A few hours ago, I added similar patches for fixing python and numpy.
(But I see now that I may be wrong about the python version in the test package)

I have currently a pr open about adding component support to the boost recipe at #2097. Both changes have been made to the test_package.

Boost_ADDITIONAL_VERSIONS lists Boost versions. The find_package finds correct Boost version. It complaints unable to find python component.

@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

@conan-center-bot
Copy link
Collaborator

Some configurations of 'boost/1.69.0' failed in build 4 (b59a5650c651a120a25c6b15025b9f232e4a56ea):

@danimtb danimtb removed the wontfix This will not be worked on label Aug 14, 2020
@danimtb danimtb requested a review from SSE4 August 14, 2020 09:31
@SSE4 SSE4 removed their request for review August 20, 2020 06:56
@klimkin klimkin force-pushed the hotfix/boost-test-package-pass-python branch from b59a565 to 2140044 Compare August 22, 2020 00:11
@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

@SSE4 SSE4 closed this Aug 22, 2020
@SSE4 SSE4 reopened this Aug 22, 2020
@SSE4 SSE4 closed this Aug 22, 2020
@SSE4 SSE4 reopened this Aug 22, 2020
@conan-center-bot
Copy link
Collaborator

Some configurations of 'boost/1.69.0' failed in build 6 (3bb5f4e02b122624c0f49f1852ec623809d93d63):

@SSE4
Copy link
Contributor

SSE4 commented Aug 22, 2020


CMake Error at CMakeLists.txt:78 (add_executable):
  Target "lambda_exe" links to target "Boost::headers" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?

@klimkin klimkin force-pushed the hotfix/boost-test-package-pass-python branch from 3bb5f4e to ccbe42e Compare August 26, 2020 02:46
@conan-center-bot
Copy link
Collaborator

Failure in build 7 (ccbe42ee27c8f31055ed964023a1a9b4069c2ad6):

  • boost/1.69.0
    • Hooks errors detected:
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.66.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.66.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.67.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.67.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.68.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.68.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
  • boost/1.70.0
    • Hooks errors detected:
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.66.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.66.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.67.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.67.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.68.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.68.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
  • boost/1.71.0
    • Hooks errors detected:
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.66.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.66.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.67.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.67.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.68.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.68.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
  • boost/1.72.0
    • Hooks errors detected:
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.66.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.66.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.67.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.67.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.68.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.68.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
  • boost/1.73.0
    • Hooks errors detected:
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.66.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.66.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.67.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.67.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.68.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.68.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
  • boost/1.74.0
    • Hooks errors detected:
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.66.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.66.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.67.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.67.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)
      • [HOOK - conan-center.py] pre_export(): ERROR: [CONFIG.YML HAS NEW VERSION (KB-H052)] The version "1.68.0" exists in "/home/conan/w/cci_PR-2205/recipes/boost/all/conandata.yml" but not in "/home/conan/w/cci_PR-2205/recipes/boost/config.yml", so it will not be built. Please update "/home/conan/w/cci_PR-2205/recipes/boost/config.yml" to include newly added version "1.68.0". (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H052)

@klimkin
Copy link
Contributor Author

klimkin commented Aug 26, 2020

I didn't change conandata.yml and my hooks are quiet. Why the errors?

@klimkin
Copy link
Contributor Author

klimkin commented Aug 26, 2020

I didn't change conandata.yml and my hooks are quiet. Why the errors?

Ok, I see this now.

@klimkin klimkin force-pushed the hotfix/boost-test-package-pass-python branch 2 times, most recently from 8eb26ec to bb13208 Compare August 26, 2020 03:14
@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

@conan-center-bot
Copy link
Collaborator

Some configurations of 'boost/1.66.0' failed in build 9 (bb13208d3fc840c9e82ebada6962a5d3284337ea):

@klimkin klimkin force-pushed the hotfix/boost-test-package-pass-python branch from bb13208 to 528d3e5 Compare September 24, 2020 03:53
@conan-center-bot
Copy link
Collaborator

Some configurations of 'boost/1.69.0' failed in build 10 (528d3e5ab24133d2366859a4c0fe394c19c79a3e):

  • Windows x86_64, Release, Visual Studio 16, MT. Options: boost:shared-True
    • Hooks errors detected:
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Empty package (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Packaged artifacts does not match the settings used: os=Windows, compiler=Visual Studio (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [SHARED ARTIFACTS (KB-H015)] Package with 'shared' option did not contains any shared artifact (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H015)
    • Log download
    • Log error Download
    • Profile
  • Access to all the logs
  • Windows x86_64, Debug, Visual Studio 14, MTd. Options: boost:shared-True
    • Hooks errors detected:
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Empty package (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Packaged artifacts does not match the settings used: os=Windows, compiler=Visual Studio (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [SHARED ARTIFACTS (KB-H015)] Package with 'shared' option did not contains any shared artifact (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H015)
    • Log download
    • Log error Download
    • Profile
  • Access to all the logs
  • Windows x86_64, Release, Visual Studio 14, MT. Options: boost:shared-True
    • Hooks errors detected:
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Empty package (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Packaged artifacts does not match the settings used: os=Windows, compiler=Visual Studio (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [SHARED ARTIFACTS (KB-H015)] Package with 'shared' option did not contains any shared artifact (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H015)
    • Log download
    • Log error Download
    • Profile
  • Access to all the logs
  • Windows x86_64, Debug, Visual Studio 15, MTd. Options: boost:shared-True
    • Hooks errors detected:
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Empty package (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Packaged artifacts does not match the settings used: os=Windows, compiler=Visual Studio (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [SHARED ARTIFACTS (KB-H015)] Package with 'shared' option did not contains any shared artifact (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H015)
    • Log download
    • Log error Download
    • Profile
  • Access to all the logs
  • Windows x86_64, Release, Visual Studio 15, MT. Options: boost:shared-True
    • Hooks errors detected:
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Empty package (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [MATCHING CONFIGURATION (KB-H014)] Packaged artifacts does not match the settings used: os=Windows, compiler=Visual Studio (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H014)
      • [HOOK - conan-center.py] post_package(): ERROR: [SHARED ARTIFACTS (KB-H015)] Package with 'shared' option did not contains any shared artifact (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H015)
    • Log download
    • Log error Download
    • Profile
  • Access to all the logs

@danimtb
Copy link
Member

danimtb commented Sep 24, 2020

Yes, the failures in Windows are expected. Boost build with MT runtime and shared configuration produces nothing and does not error de build. This configuration is not supported by boost and should be skipped (it was recently added to ConanCenter).

@klimkin
Copy link
Contributor Author

klimkin commented Sep 24, 2020

Yes, the failures in Windows are expected. Boost build with MT runtime and shared configuration produces nothing and does not error de build. This configuration is not supported by boost and should be skipped (it was recently added to ConanCenter).

Thank you for the comment! Anything else I can do to help this request?

@danimtb
Copy link
Member

danimtb commented Oct 21, 2020

we should add those settings as invalid configurations in the boost recipe

@klimkin klimkin force-pushed the hotfix/boost-test-package-pass-python branch from 528d3e5 to 3ffb854 Compare October 27, 2020 07:13
@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

Propagate Python version to the test scripts.
@klimkin klimkin force-pushed the hotfix/boost-test-package-pass-python branch from 3ffb854 to 1c3384d Compare October 28, 2020 08:10
@conan-center-bot
Copy link
Collaborator

All green in build 12 (1c3384deb396e310fd0acf1e1a838acf27db7b86)! 😊

@klimkin
Copy link
Contributor Author

klimkin commented Nov 2, 2020

@uilianries could you review, please?

@conan-center-bot conan-center-bot merged commit cbef8be into conan-io:master Nov 3, 2020
@klimkin klimkin deleted the hotfix/boost-test-package-pass-python branch November 5, 2020 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants