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

conan build and the installation on windows fail #46

Open
migugh0 opened this issue Jan 17, 2023 · 0 comments
Open

conan build and the installation on windows fail #46

migugh0 opened this issue Jan 17, 2023 · 0 comments

Comments

@migugh0
Copy link

migugh0 commented Jan 17, 2023

The following commands was tested on Windows 10:

./pip install kthbuild --user --upgrade
[...]
./conan remote add kth https://knuth.jfrog.io/artifactory/api/conan/knuth
[...]
./conan install kth/0.X@kth/stable -o currency=BCH
kth/0.32.0@kth/staging: Compiling for currency: BCH
kth/0.32.0@kth/staging: Compiling for DB: default
ERROR: kth/0.32.0@kth/staging: Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined


./build_vscode.bat
::conan install:
ERROR: C:\Users\Usuario\Documents\proyectos\nodoBCH\nodecode5_k-nuth-node\conanfile.py: option 'db_history' doesn't exist
Possible options are ['currency', 'rpc', 'no_compilation', 'march_id', 'march_strategy', 'verbose', 'mempool', 'db', 'db_readonly', 'cxxflags', 'cflags', 'glibcxx_supports_cxx11_abi', 'cmake_export_compile_commands', 'log', 'use_libmdbx', 'statistics']
::conan build:
conanfile.py (kth/None): Compiling for DB: default
ERROR: conanfile.py (kth/None): Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined

./build_vscode_debug.bat
::conan install:
ERROR: C:\Users\Usuario\Documents\proyectos\nodoBCH\nodecode5_k-nuth-node\conanfile.py: 'new_full' is not a valid 'options.db' value.
Possible values are ['default', 'full', 'legacy', 'legacy_full', 'pruned']
::conan build:
conanfile.py (kth/None): Compiling for DB: default
ERROR: conanfile.py (kth/None): Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined

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

1 participant