Ticket #47339

Meson build fails under OpenSUSE Leap 15.4 (Container)

오픈 날짜: 2023-02-12 20:12 마지막 업데이트: 2023-03-14 01:46

Reporter:
소유자:
(None)
Type:
Status:
Open
Component:
MileStone:
(None)
Priority:
5 - Medium
Severity:
7
Resolution:
None
File:
1

Details

Meson build fails on my system. I attached short form of meson log (from terminal) and system information.

  1. # cat /etc/os-release
  2. NAME="openSUSE Leap"
  3. VERSION="15.4"
  4. ID="opensuse-leap"
  5. ID_LIKE="suse opensuse"
  6. VERSION_ID="15.4"
  7. PRETTY_NAME="openSUSE Leap 15.4"
  8. ANSI_COLOR="0;32"
  9. CPE_NAME="cpe:/o:opensuse:leap:15.4"
  10. BUG_REPORT_URL="https://bugs.opensuse.org"
  11. HOME_URL="https://www.opensuse.org/"
  12. DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap"

Ticket History (3/7 Histories)

2023-02-12 20:12 Updated by: lachu
  • New Ticket "Meson build fails under OpenSUSE Leap 15.4 (Container)" created
2023-02-13 12:03 Updated by: 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.

2023-02-14 02:14 Updated by: lachu
댓글 올리기

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:

  1. # zypper se --installed-only lzma
  2. Loading repository data...
  3. Reading installed packages...
  4. S | Name | Summary | Type
  5. ---+----------------+-------------------------------------------------------+--------
  6. i | libclzma-suse0 | LZMA stream encoding/decoding library from 7-Zip | package
  7. i | liblzma5 | Lempel–Ziv–Markov chain algorithm compression library | package
  8. 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.

2023-02-14 02:29 Updated by: cazfi
댓글 올리기

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.

2023-02-16 10:42 Updated by: cazfi
댓글 올리기

I had no problems with liblzma detection. I have some problems with Qt6, but Qt5 based build goes through fine.

2023-03-14 01:46 Updated by: lachu
댓글 올리기

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.

Attachment File List

Edit

Please login to add comment to this ticket » Login