jetson-reinforcement icon indicating copy to clipboard operation
jetson-reinforcement copied to clipboard

Makefile:83: recipe for target 'all' failed

Open oustegn opened this issue 3 years ago • 0 comments

Bonjour, je suis TRÈS TRÈS débutant en cingulata, j'ai suivi ce tuto et la création d'une image docker avec les packages requis pour Cingulata en mode B / FV: marche bie mais à partir de création d'un conteneur à partir de l' cingulata:bfvimage avec le dossier actuel en tant que volume docker et exécutez-le sans commande: docker exécuter -it --rm -v $ ( pwd ) : / cingu cingulata: bfv j'ai ce problème:

pwd):/cingu cingulata:bfv -- Submodule ABC update -- Submodule CinguParam update BUILD_DOC OFF BUILD_ONLY_COMMON OFF USE_BFV ON USE_TFHE OFF TFHE_PATH ENABLE_UNITTEST OFF INIT_ABC_MODULE ON INIT_CINGU_PARAM_MODULE ON INIT_GOOGLETEST_MODULE OFF -- Boost version: 1.65.1 -- Found the following Boost libraries: -- program_options -- Boost version: 1.65.1 -- Found the following Boost libraries: -- program_options -- graph -- Configuring done -- Generating done -- Build files have been written to: /cingu/build_bfv [ 14%] Built target common [ 15%] Built target simple_test [ 17%] Built target test_cpp_oper [ 24%] Built target fhe_fv [ 25%] Built target decrypt [ 26%] Built target encrypt [ 27%] Built target generate_keys [ 28%] Built target pack [ 30%] Built target helper [ 34%] Built target dyn_omp [ 35%] Built target old-bfv-wiretap-gen [ 35%] Built target abc [ 35%] Built target fhe_apps [ 35%] Built target runtime [ 36%] Generating old-bfv-wiretap-opt.blif Traceback (most recent call last): File "/cingu/build_bfv/tests/../optim/abc_optimize.py", line 77, in <module> circuit = utils.readBlifFile(args.input_file) File "/cingu/build_bfv/optim/utils.py", line 32, in readBlifFile return parseBlif(lines) File "/cingu/build_bfv/optim/utils.py", line 68, in parseBlif G.nodes()[out]['gate'] = True TypeError: list indices must be integers or slices, not str tests/old_bfv/wiretap/CMakeFiles/old-bfv-wiretap.dir/build.make:64: recipe for target 'tests/old_bfv/wiretap/old-bfv-wiretap-opt.blif' failed make[2]: *** [tests/old_bfv/wiretap/old-bfv-wiretap-opt.blif] Error 1 CMakeFiles/Makefile2:3026: recipe for target 'tests/old_bfv/wiretap/CMakeFiles/old-bfv-wiretap.dir/all' failed make[1]: *** [tests/old_bfv/wiretap/CMakeFiles/old-bfv-wiretap.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 je précise que j'utilise ubuntu 18.04. Je vous remercie d'avance pour vos précieuses aides.

oustegn avatar Nov 23 '20 02:11 oustegn