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

libxmlpp: add version 5.4.0 #24927

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

toge
Copy link
Contributor

@toge toge commented Aug 13, 2024

Summary

Changes to recipe: libxmlpp/5.4.0

Motivation

There are a new feature in 5.4.0.

Details

libxmlplusplus/libxmlplusplus@5.2.0...5.4.0


@AbrilRBS AbrilRBS self-assigned this Aug 13, 2024
@conan-center-bot conan-center-bot added Failed Bump version PR bumping version without recipe modifications labels Aug 13, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 2 (a73b122984f7f2e162bdd353f3c4882cb4619c29):

  • libxmlpp/5.4.0:
    CI failed to create some packages (All logs)

    Logs for packageID cd9dd54b11a944cc6c74866b99cd8f8cef40a225:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=7
    os=Linux
    [options]
    libxmlpp:shared=False
    
    [...]
    -- Conan: Target declared 'libffi::libffi'
    -- Conan: Component target declared 'libmount::libblkid'
    -- Conan: Component target declared 'libmount::libmount'
    -- Conan: Component target declared 'libselinux::sepol'
    -- Conan: Component target declared 'libselinux::selinux'
    -- Conan: Target declared 'libselinux::libselinux'
    -- Conan: Target declared 'libelf::libelf'
    -- Conan: Component target declared 'libsigcpp::sigc++'
    -- Conan: Target declared 'sigc-3.0'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/workspace/prod-v1/bsr/cci-fcb0951c/recipes/libxmlpp/all/test_package/build/Release
    libxmlpp/5.4.0 (test package): CMake command: cmake --build "/home/conan/workspace/prod-v1/bsr/cci-fcb0951c/recipes/libxmlpp/all/test_package/build/Release" '--' '-j3'
    
    ----Running------
    > cmake --build "/home/conan/workspace/prod-v1/bsr/cci-fcb0951c/recipes/libxmlpp/all/test_package/build/Release" '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    CMakeFiles/test_package.dir/build.make:81: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed
    CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/test_package.dir/all' failed
    Makefile:102: recipe for target 'all' failed
    In file included from /home/conan/workspace/prod-v1/bsr/84609/fbcad/.conan/data/libxmlpp/5.4.0/_/_/package/cd9dd54b11a944cc6c74866b99cd8f8cef40a225/include/libxml++-5.0/libxml++/nodes/element.h:10:0,
                     from /home/conan/workspace/prod-v1/bsr/84609/fbcad/.conan/data/libxmlpp/5.4.0/_/_/package/cd9dd54b11a944cc6c74866b99cd8f8cef40a225/include/libxml++-5.0/libxml++/parsers/parser.h:10,
                     from /home/conan/workspace/prod-v1/bsr/84609/fbcad/.conan/data/libxmlpp/5.4.0/_/_/package/cd9dd54b11a944cc6c74866b99cd8f8cef40a225/include/libxml++-5.0/libxml++/parsers/domparser.h:10,
                     from /home/conan/workspace/prod-v1/bsr/84609/fbcad/.conan/data/libxmlpp/5.4.0/_/_/package/cd9dd54b11a944cc6c74866b99cd8f8cef40a225/include/libxml++-5.0/libxml++/libxml++.h:55,
                     from /home/conan/workspace/prod-v1/bsr/cci-fcb0951c/recipes/libxmlpp/all/test_package/test_package.cpp:19:
    /home/conan/workspace/prod-v1/bsr/84609/fbcad/.conan/data/libxmlpp/5.4.0/_/_/package/cd9dd54b11a944cc6c74866b99cd8f8cef40a225/include/libxml++-5.0/libxml++/nodes/node.h:244:8: error: ‘variant’ in namespace ‘std’ does not name a template type
       std::variant<NodeSet, bool, double, ustring>
            ^~~~~~~
    /home/conan/workspace/prod-v1/bsr/84609/fbcad/.conan/data/libxmlpp/5.4.0/_/_/package/cd9dd54b11a944cc6c74866b99cd8f8cef40a225/include/libxml++-5.0/libxml++/nodes/node.h:245:70: error: expected unqualified-id before ‘)’ token
       eval_xpath(const ustring& xpath, const PrefixNsMap& namespaces = {});
                                                                          ^
    /home/conan/workspace/prod-v1/bsr/84609/fbcad/.conan/data/libxmlpp/5.4.0/_/_/package/cd9dd54b11a944cc6c74866b99cd8f8cef40a225/include/libxml++-5.0/libxml++/nodes/node.h:257:8: error: ‘variant’ in namespace ‘std’ does not name a template type
       std::variant<const_NodeSet, bool, double, ustring>
            ^~~~~~~
    /home/conan/workspace/prod-v1/bsr/84609/fbcad/.conan/data/libxmlpp/5.4.0/_/_/package/cd9dd54b11a944cc6c74866b99cd8f8cef40a225/include/libxml++-5.0/libxml++/nodes/node.h:258:70: error: expected unqualified-id before ‘)’ token
       eval_xpath(const ustring& xpath, const PrefixNsMap& namespaces = {}) const;
                                                                          ^
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    WARN: pcre2/10.42: requirement zlib/[>=1.2.11 <2] overridden by glib/2.78.3 to zlib/1.3.1 
    libxmlpp/5.4.0 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    libxmlpp/5.4.0 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ERROR: libxmlpp/5.4.0 (test package): Error in build() method, line 21
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/home/conan/workspace/prod-v1/bsr/cci-fcb0951c/recipes/libxmlpp/all/test_package/build/Release" '--' '-j3'
    

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.

All green in build 1 (a73b122984f7f2e162bdd353f3c4882cb4619c29):

  • libxmlpp/5.4.0:
    All packages built successfully! (All logs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bump version PR bumping version without recipe modifications Failed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants