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

svn in requirements-> build leads to errors: svn does not exist #48352

Open
PatschD opened this issue Jun 7, 2024 · 8 comments
Open

svn in requirements-> build leads to errors: svn does not exist #48352

PatschD opened this issue Jun 7, 2024 · 8 comments

Comments

@PatschD
Copy link
Contributor

PatschD commented Jun 7, 2024

including "svn" in the meta.yaml as such:

requirements:
  build:
    - svn

gives an error:

└─ svn does not exist (perhaps a typo or a missing channel)

the specific PR: #48343

somebody recommended to replace svn with subversion which made the build tests for linux pass but crash on macos.

the reason i raise an issue here is because this exact example is on your help page:

https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#requirements-section

image

I assume this to be a bug?

@PatschD PatschD changed the title svn in requirements: build: svn in requirements-> build leads to errors: svn does not exist Jun 7, 2024
@martin-g
Copy link
Contributor

martin-g commented Jun 7, 2024

The problem is that there is no svn package in neither bioconda channel nor in conda-forge. I'm not sure how this worked before.

@PatschD
Copy link
Contributor Author

PatschD commented Jun 10, 2024

but conda install svn works?

@martin-g
Copy link
Contributor

https://anaconda.org/search?q=svn
It exists in many other channels but the Bioconda builds use only conda-forge and bioconda channels.

@PatschD
Copy link
Contributor Author

PatschD commented Jun 10, 2024

is there a way to specify others? I would like to keep the build process the same as before if possible?

@PatschD
Copy link
Contributor Author

PatschD commented Jun 10, 2024

if i switch svn to subversion it runs on linux but on osx i get the error: "svn: E170000: Unrecognized URL scheme", which means a lack of "HTTP/HTTPS support for the Subversion (svn) client." i assume others will have the same issue

@martin-g
Copy link
Contributor

is there a way to specify others? I would like to keep the build process the same as before if possible?

I am not aware of such way.

@martin-g
Copy link
Contributor

if i switch svn to subversion it runs on linux but on osx i get the error: "svn: E170000: Unrecognized URL scheme", which means a lack of "HTTP/HTTPS support for the Subversion (svn) client." i assume others will have the same issue

You can report the issue to https://github.com/conda-forge/subversion-feedstock/issues
In the meantime you could disable the build on osx via build > skip: True # [osx]

@PatschD
Copy link
Contributor Author

PatschD commented Jun 10, 2024

if i switch svn to subversion it runs on linux but on osx i get the error: "svn: E170000: Unrecognized URL scheme", which means a lack of "HTTP/HTTPS support for the Subversion (svn) client." i assume others will have the same issue

You can report the issue to https://github.com/conda-forge/subversion-feedstock/issues In the meantime you could disable the build on osx via build > skip: True # [osx]

thanks i disabled osx for now.

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

No branches or pull requests

2 participants