Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #1200868

Bug#1073192: liblz4-dev: Request to install lz4Config.cmake

From Kentaro HAYASHI <kenhys@xdump.org>
Newsgroups linux.debian.bugs.dist
Subject Bug#1073192: liblz4-dev: Request to install lz4Config.cmake
Date 2024-06-14 11:50 +0200
Message-ID <IPbJf-2Rgv-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Source: lz4
Version: 1.9.4-2
Severity: normal
X-Debbugs-Cc: kenhys@xdump.org

Dear Maintainer,

 * What led up to the situation?

   Currently, liblz4-dev does not ship lz4Config.cmake which is
   used to find LZ4 from CMake.

 * What exactly did you do (or not do) that was effective (or
     ineffective)?

   It may be better to build lz4 package with CMake because
   it contains build/cmake/CMakeLists.txt and it will ship
   lz4Config.cmake.

   build/cmake/CMakeLists.txt:
   install(EXPORT lz4Targets
    FILE lz4Targets.cmake
    NAMESPACE LZ4::
    DESTINATION ${LZ4_PKG_INSTALLDIR})
   install(FILES
      ${CMAKE_CURRENT_BINARY_DIR}/lz4Config.cmake
      ${CMAKE_CURRENT_BINARY_DIR}/lz4ConfigVersion.cmake
    DESTINATION ${LZ4_PKG_INSTALLDIR})

   It may work with --buildsystem=cmake
   --sourcedir=$(CURDIR)/build/cmake, but I'm not sure. 

 * What was the outcome of this action?

   lz4Config.cmake is bundled for liblz4-dev.

 * What outcome did you expect instead?

   N/A

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.8.12-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8
(charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Back to linux.debian.bugs.dist | Previous | NextNext in thread | Find similar


Thread

Bug#1073192: liblz4-dev: Request to install lz4Config.cmake Kentaro HAYASHI <kenhys@xdump.org> - 2024-06-14 11:50 +0200
  Bug#1073192: liblz4-dev: Request to install lz4Config.cmake Kentaro HAYASHI <kenhys@xdump.org> - 2024-06-17 15:20 +0200

csiph-web