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

ffmpeg: fix target_os deduction for embedded platform #15777

Merged
merged 2 commits into from
Feb 12, 2023

Conversation

LevWi
Copy link
Contributor

@LevWi LevWi commented Feb 6, 2023

Specify library name and version: ffmpeg/4.4


@CLAassistant
Copy link

CLAassistant commented Feb 6, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

🤖 Beep Boop! This pull request is making changes to 'recipes/ffmpeg//'.

👋 @MartinDelille you might be interested. 😉

@conan-center-bot

This comment has been minimized.

@ghost
Copy link

ghost commented Feb 6, 2023

I detected other pull requests that are modifying ffmpeg/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@uilianries
Copy link
Member

@LevWi Thank you for your hotfix. Please, write a comment on the PR #4 so the CI bot can add you to the access request list. Otherwise, your PR will not run by the CI.

@LevWi
Copy link
Contributor Author

LevWi commented Feb 7, 2023

Hello @uilianries
Done: #4 (comment)
But nothing happen

@MartinDelille
Copy link
Contributor

Maybe close and reopen the PR ?

@prince-chrismc
Copy link
Contributor

You need to wait for the next PR to get merged with your name

@prince-chrismc
Copy link
Contributor

The bot didn't rebuild this despite being approved

@prince-chrismc
Copy link
Contributor

I opened an issue for the team to investigate :) I am pretty sure that it used to be automatic

@conan-center-bot

This comment has been minimized.

@prince-chrismc
Copy link
Contributor

You'll need to re approve after a merge commit, save it for when there's merge conflicts 🙏

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 4 (fa673d0b9ddfd24c89630c33d88822a36cefec17):

  • ffmpeg/4.3.2@:
    All packages built successfully! (All logs)

  • ffmpeg/4.4.3@:
    All packages built successfully! (All logs)

  • ffmpeg/5.0@:
    All packages built successfully! (All logs)

  • ffmpeg/4.2.1@:
    All packages built successfully! (All logs)

  • ffmpeg/4.4@:
    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 7 (fa673d0b9ddfd24c89630c33d88822a36cefec17):

  • ffmpeg/5.0@:
    Error running command conan export --name ffmpeg --version 5.0 recipes/ffmpeg/all/conanfile.py:

    ERROR: Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py
      File "<frozen importlib._bootstrap_external>", line 728, in exec_module
      File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
      File "/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py", line 7, in <module>
        from conans import AutoToolsBuildEnvironment, tools
    ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
    
  • ffmpeg/4.4.3@:
    Error running command conan export --name ffmpeg --version 4.4.3 recipes/ffmpeg/all/conanfile.py:

    ERROR: Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py
      File "<frozen importlib._bootstrap_external>", line 728, in exec_module
      File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
      File "/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py", line 7, in <module>
        from conans import AutoToolsBuildEnvironment, tools
    ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
    
  • ffmpeg/4.4@:
    Error running command conan export --name ffmpeg --version 4.4 recipes/ffmpeg/all/conanfile.py:

    ERROR: Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py
      File "<frozen importlib._bootstrap_external>", line 728, in exec_module
      File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
      File "/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py", line 7, in <module>
        from conans import AutoToolsBuildEnvironment, tools
    ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
    
  • ffmpeg/4.3.2@:
    Error running command conan export --name ffmpeg --version 4.3.2 recipes/ffmpeg/all/conanfile.py:

    ERROR: Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py
      File "<frozen importlib._bootstrap_external>", line 728, in exec_module
      File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
      File "/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py", line 7, in <module>
        from conans import AutoToolsBuildEnvironment, tools
    ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
    
  • ffmpeg/4.2.1@:
    Error running command conan export --name ffmpeg --version 4.2.1 recipes/ffmpeg/all/conanfile.py:

    ERROR: Error loading conanfile at '/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py': Unable to load conanfile in /home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py
      File "<frozen importlib._bootstrap_external>", line 728, in exec_module
      File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
      File "/home/conan/w/prod-v2_cci_PR-15777/recipes/ffmpeg/all/conanfile.py", line 7, in <module>
        from conans import AutoToolsBuildEnvironment, tools
    ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/opt/pyenv/versions/3.7.13/lib/python3.7/site-packages/conans/__init__.py)
    

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 fa673d0
ffmpeg/5.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.so' links to system library 'mvec' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.24.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.4.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.4.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.17.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.18.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.16.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.

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

9 participants