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

Koch tools fails on OpenBSD with the 1.0.0 package #12320

Closed
euantorano opened this issue Oct 1, 2019 · 1 comment
Closed

Koch tools fails on OpenBSD with the 1.0.0 package #12320

euantorano opened this issue Oct 1, 2019 · 1 comment

Comments

@euantorano
Copy link
Contributor

euantorano commented Oct 1, 2019

Running koch tools on openBSD using the 1.0.0 release package from the website fails with the following error:

/home/euant/src/nim-1.0.0/dist/nimble/src/nimble.nim(7, 20) Error: cannot open file: std/options
FAILURE

Steps to reproduce:

mkdir -p ~/src
cd ~/src
ftp https://nim-lang.org/download/nim-1.0.0.tar.xz
xz -d nim-1.0.0.tar.xz
tar -xf nim-1.0.0.tar
rm nim-1.0.0.tar
cd nim-1.0.0
env CC=/usr/bin/clang sh build.sh
bin/nim c --cc:clang koch
./koch tools --cc:clang

Note that these same steps worked with the 0.20.2 package, which I'm using for CI here.

This seems similar to #12139 which is a similar failure opening a standard library file.

@asiekierka
Copy link

It appears to me that this now works in 1.0.4. Can this issue be closed?

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

3 participants