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

Debian: conan-center hook always reports "pre_export(): could not get source code" #302

Open
alejandro-colomar opened this issue Jun 2, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@alejandro-colomar
Copy link

alejandro-colomar commented Jun 2, 2021

Having installed conan with the latest (I did it a few weeks ago; maybe it's not the latest by now...) official Debian installer found in https://conan.io/downloads.html

Using Debian Sid (unstable)

~/src/conan/conan-center-index$ conan config install https://github.com/conan-io/hooks.git -sf hooks -tf hooks
Trying to clone repo: https://github.com/conan-io/hooks.git
Repo cloned!
Copying file conan-center.py to /home/alx/.conan/hooks/.
Copying file export_metadata.py to /home/alx/.conan/hooks/.
Copying file spdx_checker.py to /home/alx/.conan/hooks/.
Copying file members_typo_checker.py to /home/alx/.conan/hooks/.
Copying file recipe_linter.py to /home/alx/.conan/hooks/.
Copying file attribute_checker.py to /home/alx/.conan/hooks/.
Copying file binary_linter.py to /home/alx/.conan/hooks/.
Copying file github_updater.py to /home/alx/.conan/hooks/.
~/src/conan/conan-center-index$ conan config set hooks.conan-center
~/src/conan/conan-center-index$ cd recipes/libavrocpp/all/
~/src/conan/conan-center-index/recipes/libavrocpp/all$ conan create . libavrocpp/1.10.2@
ERROR: [HOOK - conan-center.py] pre_export(): could not get source code
~/src/conan/conan-center-index/recipes/libavrocpp/all$ conan create . libavrocpp/1.10.3@
ERROR: [HOOK - conan-center.py] pre_export(): could not get source code
~/src/conan/conan-center-index/recipes/libavrocpp/all$ conan create . libavrocpp/1.10.1@
ERROR: [HOOK - conan-center.py] pre_export(): could not get source code
@alejandro-colomar
Copy link
Author

Related to #157

@uilianries
Copy link
Member

@alejandro-colomar Thank you for moving to a new issue!

@uilianries uilianries added the bug Something isn't working label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants