Until build without liblzma gets fixed, you can work around this by installing liblzma / xz development files. It's the default compression type in freeciv-3.0 and freeciv-3.1, after all.
Reply To cazfi
Until build without liblzma gets fixed, you can work around this by installing liblzma / xz development files. It's the default compression type in freeciv-3.0 and freeciv-3.1, after all.
Sorry for write this on this forum:
- # zypper se --installed-only lzma
- Loading repository data...
- Reading installed packages...
- S | Name | Summary | Type
- ---+----------------+-------------------------------------------------------+--------
- i | libclzma-suse0 | LZMA stream encoding/decoding library from 7-Zip | package
- i | liblzma5 | Lempel–Ziv–Markov chain algorithm compression library | package
- i+ | lzma-sdk-devel | Development libraries and headers for lzma-sdk | package
I test also on Debian, but I think I have installed this library.
Sounds like a separate issue (lzma not detected) from #47338 that is about build failure when lzma has not been detected & enabled.
One of my build test environments ( https://www.freeciv.org/wiki/User:Cazfi/Build_Tests ) is a Leap VM. We'll see what I get out from that one on ongoing test round.
I had no problems with liblzma detection. I have some problems with Qt6, but Qt5 based build goes through fine.
Reply To cazfi
I had no problems with liblzma detection. I have some problems with Qt6, but Qt5 based build goes through fine.
It odd. I do not have problems too.
Meson build fails on my system. I attached short form of meson log (from terminal) and system information.