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

Fix soxr for iOS ARMv8 architecture #15503

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

Linux13524
Copy link
Contributor

Specify library name and version: soxr/0.1.3

This should fix #15502.


@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 1 (165d61ad107f97fd44e2a25fd90f0d0679aede29):

  • soxr/0.1.3@:
    All packages built successfully! (All logs)

Conan v2 pipeline (informative, not required for merge) ❌

Note: Conan v2 builds are informative and they are not required for the PR to be merged.

The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.

See details:

Failure in build 1 (165d61ad107f97fd44e2a25fd90f0d0679aede29):

  • soxr/0.1.3@:
    CI failed to create some packages (All logs)

    Logs for packageID a5508f6dc5755d37cb00622c732c9e68b42174a6:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    os=Linux
    [options]
    */*:shared=False
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    
    -------- test_package: Computing dependency graph --------
    Graph root
        soxr/0.1.3 (test package): /home/conan/w/prod-v2/BuildSingleReference/conan-center-index/recipes/soxr/all/test_package/conanfile.py
    Requirements
        soxr/0.1.3#4355eef9c8ee3b2646f90c43d1f2ff23 - Cache
    
    -------- test_package: Computing necessary packages --------
    
    -------- Computing necessary packages --------
    Requirements
        soxr/0.1.3#4355eef9c8ee3b2646f90c43d1f2ff23:a5508f6dc5755d37cb00622c732c9e68b42174a6#de4f325b9fa11a9b8e0759da5f310a34 - Cache
    
    -------- test_package: Installing packages --------
    
    -------- Installing (downloading, building) binaries... --------
    soxr/0.1.3: Already installed!
    
    -------- Testing the package --------
    soxr/0.1.3 (test package): Writing generators to /home/conan/w/prod-v2/BuildSingleReference/conan-center-index/recipes/soxr/all/test_package/test_output/build/Release/generators
    soxr/0.1.3 (test package): Generator 'CMakeToolchain' calling 'generate()'
    soxr/0.1.3 (test package): Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release'
    soxr/0.1.3 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake <path> -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod-v2/BuildSingleReference/conan-center-index/recipes/soxr/all/test_package/test_output/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release'
    soxr/0.1.3 (test package): Generator 'CMakeDeps' calling 'generate()'
    soxr/0.1.3 (test package): Generator 'VirtualRunEnv' calling 'generate()'
    soxr/0.1.3 (test package): Calling generate()
    ERROR: soxr/0.1.3 (test package): Error in generate() method, line 28
    	with open(self._todos_filename, "w", encoding="utf-8") as file:
    	FileNotFoundError: [Errno 2] No such file or directory: '/home/conan/w/prod-v2/BuildSingleReference/conan-center-index/recipes/soxr/all/test_package/build/Release/generators/soxr_test_to_do.yml'
    

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.

@github-actions
Copy link
Contributor

Hooks produced the following warnings for commit 165d61a
soxr/0.1.3
post_package(): WARN: [APPLE RELOCATABLE SHARED LIBS (KB-H077)] install_name dir of these shared libs is not @rpath: libsoxr.0.1.2.dylib, libsoxr.0.dylib, libsoxr.dylib, libsoxr-lsr.0.dylib, libsoxr-lsr.0.1.9.dylib, libsoxr-lsr.dylib

@conan-center-bot conan-center-bot merged commit b5a9d03 into conan-io:master Jan 30, 2023
StellaSmith pushed a commit to StellaSmith/conan-center-index that referenced this pull request Feb 2, 2023
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.

[package] soxr/0.1.3: Compilation errors when building for ARMv8 iOS
4 participants