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

migrate backward-cpp to conan v2 #12499

Conversation

AndreyMlashkin
Copy link
Contributor

This PR was auto-generated by a bash script. Most of the recipes (around 80%) can be built. It this one is failing, feel free to contribute a manual fix.

  • 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.

@conan-center-bot
Copy link
Collaborator

Failure in build 1 (0d5646fe6080934177c80ffc53476a332c1901eb):

  • backward-cpp/1.5@:
    Error running command conan info backward-cpp/1.5@#384b509bb4aaf42177e3bf97b4b47d10 --json {jsonName} -pr {profileName}:

    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    [options]
    backward-cpp:shared=False
    
    ...
    ERROR: backward-cpp/1.5: Error in validate() method, line 82
    	if self.settings.os not in self._supported_os:
    while calling '_supported_os', line 45
    	if tools.scm.Version(self.version) >= "1.5":
    	AttributeError: module 'conan.tools' has no attribute 'scm'
    
  • backward-cpp/1.4@:
    Error running command conan info backward-cpp/1.4@#3da6a77ce4f7f807fa8472104f4caef4 --json {jsonName} -pr {profileName}:

    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    [options]
    backward-cpp:shared=False
    
    ...
    ERROR: backward-cpp/1.4: Error in validate() method, line 82
    	if self.settings.os not in self._supported_os:
    while calling '_supported_os', line 45
    	if tools.scm.Version(self.version) >= "1.5":
    	AttributeError: module 'conan.tools' has no attribute 'scm'
    
  • backward-cpp/1.6@:
    Error running command conan info backward-cpp/1.6@#340422a7e88324bb82dcb45fba2aea23 --json {jsonName} -pr {profileName}:

    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    [options]
    backward-cpp:shared=False
    
    ...
    ERROR: backward-cpp/1.6: Error in validate() method, line 82
    	if self.settings.os not in self._supported_os:
    while calling '_supported_os', line 45
    	if tools.scm.Version(self.version) >= "1.5":
    	AttributeError: module 'conan.tools' has no attribute 'scm'
    

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.

System-Arch added a commit to System-Arch/conan-center-index that referenced this pull request Dec 24, 2022
conan-center-bot pushed a commit that referenced this pull request Feb 15, 2023
* Autoconf Conan 2.0 compatibility

* Bump required Conan version for #12499

* Eliminate use of unix_path() in package_info()

* Make m4 a run-time requirement

* Refactor relocatability of autoconf

* Remove whitespace

* Fix location of resources relative to script

* Cleaned up patches

* Add missing newline

* Add missing newline

* Fixed merge typo

* Refinements suggested in code review

* Make m4 a build requirement as well as a run-time requirement

---------

Co-authored-by: Luis Caro Campos <3535649+jcar87@users.noreply.github.com>
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