MegaGlest / megaglest-source

MegaGlest real-time strategy game engine (cross-platform, 3-d)
http://megaglest.org/
349 stars 89 forks source link

Doesn't build/can't link to ssh on Ubuntu 22.04 (Jammy) #251

Closed andy5995 closed 2 years ago

andy5995 commented 2 years ago

While there is an MG binary package available for Jammy

https://packages.ubuntu.com/jammy/megaglest

It won't build in the CI

Some extra details at https://github.com/MegaGlest/megaglest-source/pull/250 where I'm trying to fix it

It's failing around 95% with the message cannot find -lssh: No such file or directory using both clang and gcc

andy5995 commented 2 years ago

Maybe some of these open bugs are related?

https://bugs.launchpad.net/ubuntu/+source/curl/+bugs?field.status:list=NEW

andy5995 commented 2 years ago

I'm not fix this in #250, it can be done in a separate PR.

andy5995 commented 2 years ago

In the Matrix chat, @Rampoina reported

the issue is the build script it works fine by running cmake manually

andy5995 commented 2 years ago

I'll add the build to #250 again