You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm building my own cryptocurrency to windows executable. I was following that guy on yt: https://www.youtube.com/watch?v=_ti-d5t1WX8 I was using tips from #180 too, and got some progress, but now I'm stuck on this error:
Upgrading system, may take a while (log in var/install.log)
Traceback (most recent call last):
from ./bin/gbuild:334:in <main>' from ./bin/gbuild:334:in each'
from ./bin/gbuild:336:in block in <main>' from ./bin/gbuild:336:in each'
from ./bin/gbuild:341:in block (2 levels) in <main>' from ./bin/gbuild:138:in build_one_configuration'
./bin/gbuild:23:in `system!': failed to run on-target -u root bash < target-bin/upgrade-system.sh >> var/install.log 2>&1 (RuntimeError)
My install.log is:
Setting up zip (3.0-4) ...
Setting up binutils-mingw-w64-i686 (2.22-2ubuntu1+1) ...
Setting up binutils-mingw-w64-x86-64 (2.22-2ubuntu1+1) ...
Setting up faketime (0.8-1) ...
Setting up mingw-w64-dev (2.0.1-1) ...
Setting up gcc-mingw-w64-base (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up gcc-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up gcc-mingw-w64-x86-64 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up g++-mingw-w64-x86-64 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up g++-mingw-w64 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up gcc-mingw-w64 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up mingw-w64 (2.0.1-1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
stdin: is not a tty
And I don't know if I'm doing something wrong, or what.
The text was updated successfully, but these errors were encountered:
Hi, I'm building my own cryptocurrency to windows executable. I was following that guy on yt: https://www.youtube.com/watch?v=_ti-d5t1WX8 I was using tips from #180 too, and got some progress, but now I'm stuck on this error:
Upgrading system, may take a while (log in var/install.log)
Traceback (most recent call last):
from ./bin/gbuild:334:in
<main>' from ./bin/gbuild:334:in
each'from ./bin/gbuild:336:in
block in <main>' from ./bin/gbuild:336:in
each'from ./bin/gbuild:341:in
block (2 levels) in <main>' from ./bin/gbuild:138:in
build_one_configuration'./bin/gbuild:23:in `system!': failed to run on-target -u root bash < target-bin/upgrade-system.sh >> var/install.log 2>&1 (RuntimeError)
My install.log is:
Setting up zip (3.0-4) ...
Setting up binutils-mingw-w64-i686 (2.22-2ubuntu1+1) ...
Setting up binutils-mingw-w64-x86-64 (2.22-2ubuntu1+1) ...
Setting up faketime (0.8-1) ...
Setting up mingw-w64-dev (2.0.1-1) ...
Setting up gcc-mingw-w64-base (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up gcc-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up gcc-mingw-w64-x86-64 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up g++-mingw-w64-x86-64 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up g++-mingw-w64 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up gcc-mingw-w64 (4.6.3-1ubuntu5+5ubuntu1) ...
Setting up mingw-w64 (2.0.1-1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
stdin: is not a tty
And I don't know if I'm doing something wrong, or what.
The text was updated successfully, but these errors were encountered: