We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Monero version: monerod --version or commit hash via git rev-parse --short HEAD if master branch
monerod --version
git rev-parse --short HEAD
master
Stratum commit hash: git rev-parse --short HEAD
OS & Version: Linux/OSX Linux 18.0.4
Program make a file.
[100%] Built target cnutil package kevacoin.org/keva-stratum/v2/pool: unrecognized import path "kevacoin.org/keva-stratum/v2/pool" (parse https://kevacoin.org/keva-stratum/v2/pool?go-get=1: no go-import meta tags ()) package kevacoin.org/keva-stratum/v2/stratum: unrecognized import path "kevacoin.org/keva-stratum/v2/stratum" (parse https://kevacoin.org/keva-stratum/v2/stratum?go-get=1: no go-import meta tags ()) CMakeFiles/build.dir/build.make:57: recipe for target 'CMakeFiles/build' failed make[2]: *** [CMakeFiles/build] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/build.dir/all' failed make[1]: *** [CMakeFiles/build.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
After run command cmake ..
ss
[backtrace]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System information
Monero version:
monerod --version
or commit hash viagit rev-parse --short HEAD
ifmaster
branchStratum commit hash:
git rev-parse --short HEAD
OS & Version: Linux/OSX
Linux 18.0.4
Expected behaviour
Program make a file.
Actual behaviour
[100%] Built target cnutil
package kevacoin.org/keva-stratum/v2/pool: unrecognized import path "kevacoin.org/keva-stratum/v2/pool" (parse https://kevacoin.org/keva-stratum/v2/pool?go-get=1: no go-import meta tags ())
package kevacoin.org/keva-stratum/v2/stratum: unrecognized import path "kevacoin.org/keva-stratum/v2/stratum" (parse https://kevacoin.org/keva-stratum/v2/stratum?go-get=1: no go-import meta tags ())
CMakeFiles/build.dir/build.make:57: recipe for target 'CMakeFiles/build' failed
make[2]: *** [CMakeFiles/build] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/build.dir/all' failed
make[1]: *** [CMakeFiles/build.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
Steps to reproduce the behaviour
After run command cmake ..
Backtrace
ss
The text was updated successfully, but these errors were encountered: