Skip to content

conan build and the installation on windows fail #46

@migugh0

Description

@migugh0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions