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

assimp: fix usage with static libc++ #5103

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

ericLemanissier
Copy link
Contributor

@ericLemanissier ericLemanissier commented Mar 31, 2021

Specify library name and version: assimp/*


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

@ericLemanissier
Copy link
Contributor Author

While reviewing this, don't hesitate to go review #5038 which has the same modification, and misses a single community review !

@conan-center-bot
Copy link
Collaborator

Failure in build 1 (2254f84002a7df1f299ba56e81e6b37fb7738878):

  • assimp/5.0.0@:
    All packages built successfully! (All logs)

  • assimp/5.0.1@:
    CI failed to create some packages (All logs)

    Logs for packageID 29fbdc28c244d2e067f0dedbcad5db2d1e828e7d:
    [settings]
    arch=x86_64
    arch_build=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MD
    compiler.version=14
    os=Windows
    os_build=Windows
    [options]
    assimp:shared=True
    
    ********************************************************************************
    conan install assimp/5.0.1@ --profile=C:\J\w\BuildSingleReference@2/8922/dea9e665-3ce0-48dd-b2e2-6603eab54022/profile.txt --build=assimp
    ********************************************************************************
    Configuration:
    [settings]
    arch=x86_64
    arch_build=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MD
    compiler.version=14
    os=Windows
    os_build=Windows
    [options]
    assimp:shared=True
    [build_requires]
    [env]
    
    Traceback (most recent call last):
      File "c:\python36\lib\site-packages\conans\client\command.py", line 2115, in run
        method(args[0][1:])
      File "c:\python36\lib\site-packages\conans\client\command.py", line 531, in install
        lockfile_node_id=args.lockfile_node_id)
      File "c:\python36\lib\site-packages\conans\client\conan_api.py", line 94, in wrapper
        return f(api, *args, **kwargs)
      File "c:\python36\lib\site-packages\conans\client\conan_api.py", line 560, in install_reference
        lockfile_node_id=lockfile_node_id)
      File "c:\python36\lib\site-packages\conans\client\manager.py", line 57, in deps_install
        lockfile_node_id=lockfile_node_id)
      File "c:\python36\lib\site-packages\conans\client\graph\graph_manager.py", line 116, in load_graph
        apply_build_requires=apply_build_requires)
      File "c:\python36\lib\site-packages\conans\client\graph\graph_manager.py", line 246, in _resolve_graph
        graph_lock=graph_lock)
      File "c:\python36\lib\site-packages\conans\client\graph\graph_manager.py", line 365, in _load_graph
        apply_build_requires=apply_build_requires)
      File "c:\python36\lib\site-packages\conans\client\graph\graph_manager.py", line 286, in _recurse_build_requires
        self._binary_analyzer.evaluate_graph(graph, build_mode, update, remotes, nodes_subset, root)
      File "c:\python36\lib\site-packages\conans\client\graph\graph_binaries.py", line 389, in evaluate_graph
        self._evaluate_node(node, build_mode, update, remotes)
      File "c:\python36\lib\site-packages\conans\client\graph\graph_binaries.py", line 176, in _evaluate_node
        self._process_node(node, pref, build_mode, update, remotes)
      File "c:\python36\lib\site-packages\conans\client\graph\graph_binaries.py", line 242, in _process_node
        self._evaluate_cache_pkg(node, package_layout, pref, metadata, remote, remotes, update)
      File "c:\python36\lib\site-packages\conans\client\graph\graph_binaries.py", line 95, in _evaluate_cache_pkg
        assert node.prev, "PREV for %s is None: %s" % (str(pref), metadata.dumps())
    AssertionError: PREV for irrxml/1.2:63da998e3642b50bee33f4449826b2d623661505 is None: {"recipe": {"revision": "917d71a52435389b9f485867e907410b", "remote": "conan-center", "properties": {}, "checksums": {"conan_export.tgz": {"md5": "b2b8eae30049d4980eb6b2c21ab5a318", "sha1": "f66f91c2c040fdaba1962b38d677200d1983984b"}, "conanmanifest.txt": {"md5": "384eede232b6d62814944a04f88b0e27", "sha1": "63a0fff3ae87e746549e4606e72eb9987c4395c4"}, "conanfile.py": {"md5": "f842ef532b582b0fccc9a0577524ed0f", "sha1": "5ba18be76f6313596e9d8db926b22048a378eb38"}}}, "packages": {"63da998e3642b50bee33f4449826b2d623661505": {"revision": null, "recipe_revision": null, "remote": null, "properties": {}, "checksums": {}}}}
    
    ERROR: PREV for irrxml/1.2:63da998e3642b50bee33f4449826b2d623661505 is None: {"recipe": {"revision": "917d71a52435389b9f485867e907410b", "remote": "conan-center", "properties": {}, "checksums": {"conan_export.tgz": {"md5": "b2b8eae30049d4980eb6b2c21ab5a318", "sha1": "f66f91c2c040fdaba1962b38d677200d1983984b"}, "conanmanifest.txt": {"md5": "384eede232b6d62814944a04f88b0e27", "sha1": "63a0fff3ae87e746549e4606e72eb9987c4395c4"}, "conanfile.py": {"md5": "f842ef532b582b0fccc9a0577524ed0f", "sha1": "5ba18be76f6313596e9d8db926b22048a378eb38"}}}, "packages": {"63da998e3642b50bee33f4449826b2d623661505": {"revision": null, "recipe_revision": null, "remote": null, "properties": {}, "checksums": {}}}}
    

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-center-bot
Copy link
Collaborator

All green in build 2 (2254f84002a7df1f299ba56e81e6b37fb7738878):

  • assimp/5.0.0@:
    All packages built successfully! (All logs)

  • assimp/5.0.1@:
    All packages built successfully! (All logs)

@conan-center-bot conan-center-bot merged commit feda1cc into conan-io:master Apr 1, 2021
@ericLemanissier ericLemanissier deleted the patch-1 branch April 1, 2021 10:34
AlvaroFS pushed a commit to AlvaroFS/conan-center-index that referenced this pull request May 7, 2021
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.

5 participants