Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944957 - games-strategy/warzone2100: build failed (LibLZMA::LibLZMA) with dev-libs/libzip-1.9.2
Summary: games-strategy/warzone2100: build failed (LibLZMA::LibLZMA) with dev-libs/lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-25 18:41 UTC by Balint Dobai-Pataky
Modified: 2024-11-27 16:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,9.63 KB, text/plain)
2024-11-25 18:43 UTC, Balint Dobai-Pataky
Details
games-strategy\:warzone2100-4.4.2\:20241125-184743.log (games-strategy:warzone2100-4.4.2:20241125-184743.log,91.07 KB, text/x-log)
2024-11-25 18:53 UTC, Balint Dobai-Pataky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Balint Dobai-Pataky 2024-11-25 18:41:36 UTC
can't build warzone2100

Reproducible: Always

Steps to Reproduce:
1. emerge warzone2100
2.
3.
Actual Results:  
-- Found ZLIB: /usr/lib64/libz.so (found version "1.3.1")
-- Found BZip2: /usr/lib64/libbz2.so (found version "1.0.8")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Performing Test libzip_LINK_TEST
CMake Error at /mnt/tmp/portage/games-strategy/warzone2100-4.4.2/work/warzone2100_build/CMakeFiles/CMakeScratch/TryCompile-BzM6h8/cmTC_dca72Targets.cmake:41 (set_target_properties):
  The link interface of target "libzip::zip" contains:

    LibLZMA::LibLZMA

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.
Comment 1 Balint Dobai-Pataky 2024-11-25 18:43:22 UTC
Created attachment 911899 [details]
emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-25 18:49:32 UTC
Please attach the full build.log.
Comment 3 Balint Dobai-Pataky 2024-11-25 18:53:25 UTC
Created attachment 911901 [details]
games-strategy\:warzone2100-4.4.2\:20241125-184743.log
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-26 00:37:28 UTC
so, surely dev-libs/libzip-1.11.2 related, just not sure why yet.
Comment 5 Balint Dobai-Pataky 2024-11-26 08:52:10 UTC
 * Found these USE flags for dev-libs/libzip-1.9.2:
 U I
 + + bzip2       : Enable bzip2 compression support
 - - gnutls      : Prefer net-libs/gnutls as SSL/TLS provider (ineffective with USE=-ssl)
 + + lzma        : Support for LZMA compression algorithm
 - - mbedtls     : Use net-libs/mbedtls as TLS provider
 + + ssl         : Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
 + + static-libs : Build static versions of dynamic libraries as well
 - - test        : Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
 - + tools       : Install binary tools to compare, modify and merge zip files
 + + zstd        : Enable support for ZSTD compression
Comment 6 Balint Dobai-Pataky 2024-11-26 10:38:34 UTC
after upgrading to dev-libs/libzip-1.11.2::gentoo
warzone2100 builds fine
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-27 16:12:00 UTC
Thanks.