openbmc / bmcweb

A do everything Redfish, KVM, GUI, and DBus webserver for OpenBMC
Apache License 2.0
156 stars 131 forks source link

boost-url moved permanently ? #177

Closed frsauvage closed 3 years ago

frsauvage commented 3 years ago

Hi ,

git clone bmcweb run build_x86_docker.sh (I changed to podman : build_x86_podman.sh nearly identical)

I get : image

I curl it:

image

Did I miss something ?

Best Regards,

manojkiraneda commented 3 years ago

Hi @frsauvage , I am not sure i understand the problem correctly , but Subproject boost-url is buildale : No is expected to come, meson expects all the subprojects to have meson build system, and boost-url is based on cmake, which is why it says its not buildable which is okay.

bmcweb uses the boost-url code as a header only library, so there is no need for us to build the package to consume it inside the bmcweb. Are you facing any compilation failure ?

the source code of boost-url is at : https://github.com/CPPAlliance/url I think you need to git clone rather than curl

frsauvage commented 3 years ago

Thank you @manojkiraneda , my mistake, I copy/paste and I miss the '.git extension.' I did not know about not buildable behavior. Regards, Francine