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

misc/yosys-config.in uses an non-portable test(1) operator #4665

Closed
thorpej opened this issue Oct 14, 2024 · 1 comment
Closed

misc/yosys-config.in uses an non-portable test(1) operator #4665

thorpej opened this issue Oct 14, 2024 · 1 comment
Labels
pending-verification This issue is pending verification and/or reproduction

Comments

@thorpej
Copy link
Contributor

thorpej commented Oct 14, 2024

Version

Yosys 0.45

On which OS did this happen?

BSD

Reproduction Steps

Building yosys 0.45 on NetBSD fails due to an non-portable test(1) operator used in misc/yosys-config.in.

    if [ "$1" == "--build" ]; then

NetBSD's pkgsrc system has a patch for this. This issue is to track the upstreaming of that patch. A pull request with the fix is forthcoming.

Expected Behavior

The script should run.

Actual Behavior

The script errors out.

@thorpej thorpej added the pending-verification This issue is pending verification and/or reproduction label Oct 14, 2024
@thorpej
Copy link
Contributor Author

thorpej commented Oct 14, 2024

Pull request filed for this issue: #4666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-verification This issue is pending verification and/or reproduction
Projects
None yet
Development

No branches or pull requests

2 participants