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

Outdated config.guess / config.sub in release tarball #55

Open
jmarshall opened this issue Jul 23, 2024 · 0 comments
Open

Outdated config.guess / config.sub in release tarball #55

jmarshall opened this issue Jul 23, 2024 · 0 comments

Comments

@jmarshall
Copy link

The config.guess and config.sub files in the current release tarball are dated 2018:

$ grep ^timestamp config.*
config.guess:timestamp='2018-02-24'
config.sub:timestamp='2018-02-22'

In particular they pre-date Apple silicon and hence cause the build failure for the first commit in bioconda/bioconda-recipes#49490.

In a Conda environment, ./config.guess (somewhat surprisingly) produces arm64-apple-darwin20.0.0 which causes this config.sub to fail:

$ ./config.sub arm64-apple-darwin20.0.0
Invalid configuration `arm64-apple-darwin20.0.0': machine `arm64-apple' not recognized

More recent versions of config.sub successfully produce aarch64-apple-darwin20.0.0, canonicalising as expected.

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

1 participant