good day! You need to install on Ubuntu program OpenDroneMap

I do everything exactly according to the instructions, but errors occur during assembly

CMake Error at cmake/safe_execute_process.cmake:11 (message): execute_process(/usr/bin/python "/media/don/D62AD01A2ACFF591/OpenDroneMap/SuperBuild/build/catkin /catkin_generated/generate_cached_setup.py") returned error code 1 Call Stack (most recent call first): cmake/all.cmake:186 (safe_execute_process) CMakeLists.txt:8 (include) -- Configuring incomplete, errors occurred! See also "/media/don/D62AD01A2ACFF591/OpenDroneMap/SuperBuild/build/catkin/CMakeFiles/CMakeOutput.log". make[2]: *** [catkin/stamp/catkin-configure] Ошибка 1 make[1]: *** [CMakeFiles/catkin.dir/all] Ошибка 2 make: *** [all] Ошибка 2 Script finished 

In the logs nothing about the error is written, it seems to me that some directories are not created somewhere. Tell me, please, what could be the problem. maybe something in the settings CMake?

  • one
    $ /usr/bin/python --version ? - aleksandr barakin
  • Here's Python 2.7.6 - Rumato
  • one
    Is the file system on this medium, incidentally, not fat any? things like compilation are best done on a full-fledged file system . - aleksandr barakin
  • Thanks for the tip, I'll check it out, maybe ... I'll sign off later - Rumato
  • It was in the file system, on that partition there was ntfs, I transferred everything to ext4 and it all worked the first time. Alexander Barakin, Thank you so much! - Rumato

1 answer 1

It was in the file system, on that partition there was ntfs, I transferred everything to ext4 and it all worked the first time. Alexander Barakin, Thank you so much!

  • for the answer to be useful to others, it makes sense in the answer to write the reason - the lack of case sensitivity. This, by the way, is a rather “standard” situation. even on ru.so I have already met a couple of times the questions caused by the same problem. - aleksandr barakin
  • I simply can’t add anything, you need to look at how you compile the file system, that's all, because apparently this can be a problem. - Rumato