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

confu_json: add v1.1.0 #25374

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Sep 24, 2024

Summary

Changes to recipe: confu_json/1.1.0

Motivation

Details

werto87/confu_json@v1.0.1...v1.1.0

Also lists specific cpp_info.requires to avoid overlinking.

Edit: dropped all existing versions because the upstream project has removed the corresponding tags (https://github.com/werto87/confu_json/tags) and the source archives are no longer available as a result.


@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 3 (845a1e19a32baa9bcbe86e1aaaacf53893b62144):

  • confu_json/1.1.0:
    CI failed to create some packages (All logs)

    Logs for packageID 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=clang
    compiler.libcxx=libstdc++
    compiler.version=13
    os=Linux
    
    [...]
    test_package/CMakeFiles/test_package.dir/build.make:62: recipe for target 'test_package/CMakeFiles/test_package.dir/test_package.cpp.o' failed
    CMakeFiles/Makefile2:93: recipe for target 'test_package/CMakeFiles/test_package.dir/all' failed
    Makefile:83: recipe for target 'all' failed
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_EXPORT_NO_PACKAGE_REGISTRY
        CMAKE_INSTALL_BINDIR
        CMAKE_INSTALL_DATAROOTDIR
        CMAKE_INSTALL_INCLUDEDIR
        CMAKE_INSTALL_LIBDIR
        CMAKE_INSTALL_LIBEXECDIR
        CMAKE_INSTALL_OLDINCLUDEDIR
        CMAKE_INSTALL_SBINDIR
    
    
    In file included from /home/conan/workspace/prod-v1/bsr/cci-0d082ade/recipes/confu_json/all/test_package/test_package.cpp:1:
    In file included from /home/conan/workspace/prod-v1/bsr/100603/fccda/.conan/data/confu_json/1.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/confu_json/confu_json.hxx:12:
    /home/conan/workspace/prod-v1/bsr/100603/fccda/.conan/data/confu_json/1.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/confu_json/to_json.hxx:215:35: error: missing 'typename' prior to dependent type name 'boost::mpl::at<BaseToDerivedMapping, uniquePtrType>::type'
                      using Derived = boost::mpl::at<BaseToDerivedMapping, uniquePtrType>::type;
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In file included from /home/conan/workspace/prod-v1/bsr/cci-0d082ade/recipes/confu_json/all/test_package/test_package.cpp:1:
    In file included from /home/conan/workspace/prod-v1/bsr/100603/fccda/.conan/data/confu_json/1.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/confu_json/confu_json.hxx:13:
    /home/conan/workspace/prod-v1/bsr/100603/fccda/.conan/data/confu_json/1.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/confu_json/to_object.hxx:438:31: error: missing 'typename' prior to dependent type name 'boost::mpl::at<BaseToDerivedMapping, uniquePtrType>::type'
                  using Derived = boost::mpl::at<BaseToDerivedMapping, uniquePtrType>::type;
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2 errors generated.
    make[2]: *** [test_package/CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [test_package/CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    WARN: **************************************************
    WARN: *** Conan 1 is legacy and on a deprecation path **
    WARN: *********** Please upgrade to Conan 2 ************
    WARN: **************************************************
    confu_json/1.1.0 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    confu_json/1.1.0 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    confu_json/1.1.0 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    ERROR: confu_json/1.1.0 (test package): Error in build() method, line 12
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build '/home/conan/workspace/prod-v1/bsr/cci-0d082ade/recipes/confu_json/all/test_v1_package/build/a5a093f084525d0951ee1bdbb02b821346d5d7f5' '--' '-j3'
    
  • confu_json/1.0.1:
    Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline ❌

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Failure in build 3 (845a1e19a32baa9bcbe86e1aaaacf53893b62144):

  • confu_json/1.1.0:
    CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=20
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    
    [...]
    system_use_utf8=False
    visibility=hidden
    with_stacktrace_backtrace=True
    without_atomic=False
    without_charconv=False
    without_chrono=False
    without_cobalt=False
    without_container=False
    without_context=False
    without_contract=False
    without_coroutine=False
    without_date_time=False
    without_exception=False
    without_fiber=False
    without_filesystem=False
    without_graph=False
    without_graph_parallel=True
    without_iostreams=False
    without_json=False
    without_locale=False
    without_log=False
    without_math=False
    without_mpi=True
    without_nowide=False
    without_program_options=False
    without_python=True
    without_random=False
    without_regex=False
    without_serialization=False
    without_stacktrace=False
    without_system=False
    without_test=False
    without_thread=False
    without_timer=False
    without_type_erasure=False
    without_url=False
    without_wave=False
    zlib=True
    zstd=False
    [requires]
    bzip2/1.0.Z
    libbacktrace/cci
    zlib/1.3.Z
    
    ERROR: Missing prebuilt package for 'boost/1.85.0'. You can try:
        - List all available packages using 'conan list "boost/1.85.0:*" -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=boost/1.85.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • confu_json/1.0.1:
    Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants