Git Product home page Git Product logo

Comments (9)

 avatar commented on September 25, 2024

Having the exact same issue rn.
After cmake --preset container-release i get this:
CMake Error at /installs/cmake-3.23.1-linux-x86_64/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: filesystem program_options) (found version "1.73.0") Call Stack (most recent call first): /installs/cmake-3.23.1-linux-x86_64/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /installs/cmake-3.23.1-linux-x86_64/share/cmake-3.23/Modules/FindBoost.cmake:2375 (find_package_handle_standard_args) arras/arras4_core/CMakeLists.txt:26 (find_package) -- Configuring incomplete, errors occurred! See also "/build/CMakeFiles/CMakeOutput.log".
After ignoring the error and using this command cmake --build --preset container-release -- -j 64 i got this:
gmake: Makefile: No such file or directory gmake: *** No rule to make target 'Makefile'. Stop. [root@docker-desktop openmoonray]#

Also when starting the openmoonray_build container I couldn't mount “/tmp” because I don't have a shared mount (not sure how to change that)

from openmoonray.

DrJake1 avatar DrJake1 commented on September 25, 2024

Having the exact same issue rn. After cmake --preset container-release i get this: CMake Error at /installs/cmake-3.23.1-linux-x86_64/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: filesystem program_options) (found version "1.73.0") Call Stack (most recent call first): /installs/cmake-3.23.1-linux-x86_64/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /installs/cmake-3.23.1-linux-x86_64/share/cmake-3.23/Modules/FindBoost.cmake:2375 (find_package_handle_standard_args) arras/arras4_core/CMakeLists.txt:26 (find_package) -- Configuring incomplete, errors occurred! See also "/build/CMakeFiles/CMakeOutput.log". After ignoring the error and using this command cmake --build --preset container-release -- -j 64 i got this: gmake: Makefile: No such file or directory gmake: *** No rule to make target 'Makefile'. Stop. [root@docker-desktop openmoonray]#

Also when starting the openmoonray_build container I couldn't mount “/tmp” because I don't have a shared mount (not sure how to change that)

Hmm, I didn't get any errors when I ran the cmake --preset command. You might need to delete everything and start over with that because Boost is usually downloaded during Step 2 with the other dependencies.

As far as the /tmp thing, I had to make my own tmp folder to clear out that error. My setup is on my I: drive, so I just created a /tmp folder at the root. It's only needed for output images seemingly, so it shouldn't brick the build process.

That makefile error though, seems to happen even when everything else is correct. Hopefully someone with more knowledge can stop in and shed some light?

from openmoonray.

 avatar commented on September 25, 2024

Because in the documentation they called it "mounting" the tmp folder I thought there was something more to it... lol. But if I can just create the folder later like any other then that's not a problem. I'll redo the whole thing now. win11 btw.

ps. Do you know where I can find the actual paths to openmoonray_base and openmoonray_build, like where are they actually created on my drive.

from openmoonray.

jlanz avatar jlanz commented on September 25, 2024

Not sure where they live on your drive, but you can manage them using the 'docker' cmd, eg:
docker images
docker rmi <SHA>

from openmoonray.

 avatar commented on September 25, 2024

Deleted everything, redid it with admin privileges, same exact errors as before.

from openmoonray.

DrJake1 avatar DrJake1 commented on September 25, 2024

Deleted everything, redid it with admin privileges, same exact errors as before.

I'd recommend making a separate issue for this so we don't clutter up this specific issue.

from openmoonray.

DrJake1 avatar DrJake1 commented on September 25, 2024

Not sure where they live on your drive, but you can manage them using the 'docker' cmd, eg: docker images docker rmi

Would you happen to have a solution for my original issue (the 'rule to make target makefile not found' error)?

from openmoonray.

 avatar commented on September 25, 2024

Nope, still stuck @DrJake1 .

from openmoonray.

vvzen avatar vvzen commented on September 25, 2024

On which platform are you trying to build? If you’re on windows, are you using the WSL? I’d recommend adding a bit more context (OS, shell, commands run) to your descriptions so that it’s easier to understand what could be the culprit!

I suggest having a read at https://stackoverflow.com/help/minimal-reproducible-example to understand how to provide reproduction steps that can be easily followed by anyone willing to help, without having to guess the exact state of your machine.

from openmoonray.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.