Advertisement
Guest User

Untitled

a guest
Nov 8th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. protino@protino:~/shogun/build$ make cookbook
  2. Scanning dependencies of target cookbook_sphinx_static
  3. [ 0%] Copying cookbook Sphinx static overrides to /home/protino/shogun/build/doc/cookbook/_build
  4. [ 0%] Built target cookbook_sphinx_static
  5. Scanning dependencies of target ctags
  6. [ 20%] Generating tags
  7. [ 20%] Built target ctags
  8. Scanning dependencies of target meta_examples
  9. [ 20%] Generating example regression-multiple_kernel_learning
  10. Generating LALR tables
  11. [ 40%] Generating example regression-kernel_ridge_regression
  12. [ 40%] Generating example regression-random_forest_regression
  13. [ 40%] Generating example regression-linear_ridge_regression
  14. [ 40%] Generating example regression-support_vector_regression
  15. [ 40%] Generating example gaussian_processes-gaussian_process_classifier
  16. [ 40%] Generating example meta_api-vector_types
  17. [ 40%] Generating example meta_api-literals
  18. [ 40%] Generating example meta_api-matrix_types
  19. [ 40%] Generating example meta_api-enums
  20. [ 60%] Generating example binary_classifier-linear_svm
  21. [ 60%] Generating example binary_classifier-kernel_svm
  22. [ 60%] Generating example binary_classifier-lda
  23. [ 60%] Generating example distance-euclidean
  24. /home/protino/shogun/examples/meta/generator/translate.py:325: UserWarning: Several possible include paths for type EuclideanDistance.
  25. Candidate paths: ['shogun/distance/EuclideanDistance.h', 'shogun/lib/external/falconn/wrapper/cpp_wrapper_impl.h']
  26. Chosen: shogun/distance/EuclideanDistance.h
  27. unique_candidates[0]))
  28. [ 60%] Generating example multiclass_classifier-multiclass_ecoc_random
  29. [ 60%] Generating example multiclass_classifier-multiclass_logisticregression
  30. [ 60%] Generating example multiclass_classifier-svm
  31. [ 60%] Generating example multiclass_classifier-shareboost
  32. [ 80%] Generating example multiclass_classifier-gaussian_naive_bayes
  33. [ 80%] Generating example multiclass_classifier-multiclass_linearmachine
  34. [ 80%] Generating example multiclass_classifier-linear_discriminant_analysis
  35. [ 80%] Generating example multiclass_classifier-quadratic_discriminant_analysis
  36. [ 80%] Generating example multiclass_classifier-relaxed_tree
  37. [ 80%] Generating example multiclass_classifier-large_margin_nearest_neighbours
  38. [ 80%] Generating example multiclass_classifier-knn
  39. /home/protino/shogun/examples/meta/generator/translate.py:325: UserWarning: Several possible include paths for type EuclideanDistance.
  40. Candidate paths: ['shogun/distance/EuclideanDistance.h', 'shogun/lib/external/falconn/wrapper/cpp_wrapper_impl.h']
  41. Chosen: shogun/distance/EuclideanDistance.h
  42. unique_candidates[0]))
  43. [ 80%] Generating example multiclass_classifier-random_forest
  44. [100%] Generating example clustering-gmm
  45. [100%] Generating example clustering-hierarchical
  46. /home/protino/shogun/examples/meta/generator/translate.py:325: UserWarning: Several possible include paths for type EuclideanDistance.
  47. Candidate paths: ['shogun/distance/EuclideanDistance.h', 'shogun/lib/external/falconn/wrapper/cpp_wrapper_impl.h']
  48. Chosen: shogun/distance/EuclideanDistance.h
  49. unique_candidates[0]))
  50. [100%] Generating example clustering-kmeans
  51. /home/protino/shogun/examples/meta/generator/translate.py:325: UserWarning: Several possible include paths for type EuclideanDistance.
  52. Candidate paths: ['shogun/distance/EuclideanDistance.h', 'shogun/lib/external/falconn/wrapper/cpp_wrapper_impl.h']
  53. Chosen: shogun/distance/EuclideanDistance.h
  54. unique_candidates[0]))
  55. [100%] Generating example neural_nets-feedforward_net_classification
  56. [100%] Generating example neural_nets-feedforward_net_regression
  57. [100%] Built target meta_examples
  58. Scanning dependencies of target cookbook_copy_source
  59. [100%] Copying cookbook Sphinx source to /home/protino/shogun/build/doc/cookbook/_build
  60. [100%] Built target cookbook_copy_source
  61. Scanning dependencies of target cookbook_make_quickstart_dir
  62. [100%] Creating Quickstart folder at /home/protino/shogun/build/doc/cookbook/_build/quickstart
  63. [100%] Built target cookbook_make_quickstart_dir
  64. Scanning dependencies of target cookbook_sphinx_extensions
  65. [100%] Copying cookbook Sphinx extensions to /home/protino/shogun/build/doc/cookbook/_build
  66. [100%] Built target cookbook_sphinx_extensions
  67. Scanning dependencies of target cookbook_sphinx_templates
  68. [100%] Copying cookbook Sphinx templates to /home/protino/shogun/build/doc/cookbook/_build
  69. [100%] Built target cookbook_sphinx_templates
  70. Scanning dependencies of target cookbook
  71. [100%] Generating _build/quickstart/interfaces.rst
  72. [100%] Cookbook Sphinx building HTML
  73.  
  74. Exception occurred:
  75. File "/home/protino/shogun/build/doc/cookbook/_build/sgexample.py", line 155, in run
  76. os.path.abspath(target_fname)))
  77. IOError: Generated listing /home/protino/shogun/build/examples/meta/python/gaussian_processes/gaussian_process_regression.py not found, it is expected to be created from the corresponding meta-example
  78. The full traceback has been saved in /tmp/sphinx-err-ibn7bR.log, if you want to report the issue to the developers.
  79. Please also report this if it was a user error, so that a better error message can be provided next time.
  80. A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
  81. make[3]: *** [doc/cookbook/CMakeFiles/cookbook] Error 1
  82. make[2]: *** [doc/cookbook/CMakeFiles/cookbook.dir/all] Error 2
  83. make[1]: *** [doc/cookbook/CMakeFiles/cookbook.dir/rule] Error 2
  84. make: *** [cookbook] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement