-
Notifications
You must be signed in to change notification settings - Fork 254
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
only weak aliases are supported on darwin #112
Labels
Comments
I disabled most of the @divinerapier Let me know if you still run into problems. |
@ahomescu thanks a lot, this problem has been solved. but i get another one when i run $ ./translate.py
Transpiling...
Traceback (most recent call last):
File "./translate.py", line 234, in <module>
move(TMUX_RS, MAIN_RS)
File "./translate.py", line 192, in move
return mv[mv_args].run()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plumbum/commands/base.py", line 240, in run
return p.run()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plumbum/commands/base.py", line 201, in runner
return run_proc(p, retcode, timeout)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plumbum/commands/processes.py", line 232, in run_proc
return _check_process(proc, retcode, timeout, stdout, stderr)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plumbum/commands/processes.py", line 23, in _check_process
proc.verify(retcode, timeout, stdout, stderr)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/plumbum/machines/base.py", line 26, in verify
stderr)
plumbum.commands.processes.ProcessExecutionError: Command line: ['/bin/mv', '/Users/myuser/Documents/code/rust/github.com/immunant/c2rust/examples/tmux/repo/tmux.rs', '/Users/myuser/Documents/code/rust/github.com/immunant/c2rust/examples/tmux/repo/rust/src/main.rs']
Exit code: 1
Stderr: | mv: rename /Users/myuser/Documents/code/rust/github.com/immunant/c2rust/examples/tmux/repo/tmux.rs to /Users/myuser/Documents/code/rust/github.com/immunant/c2rust/examples/tmux/repo/rust/src/main.rs: No such file or directory
# myuser @ myuserdeMacBook-Pro in ~/Documents/code/rust/github.com/immunant/c2rust/examples/tmux on git:master o [10:43:48] C:1
$ stat /Users/myuser/Documents/code/rust/github.com/immunant/c2rust/examples/tmux/repo/tmux.rs
stat: /Users/myuser/Documents/code/rust/github.com/immunant/c2rust/examples/tmux/repo/tmux.rs: stat: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question: Error on command
intercept-build make check
.Output:
The text was updated successfully, but these errors were encountered: