Package Details: hawkey 0.5.9.3-1

Git Clone URL: https://aur.archlinux.org/hawkey.git (read-only, click to copy)
Package Base: hawkey
Description: High-level API for the libsolv library
Upstream URL: https://github.com/rpm-software-management/hawkey
Keywords: obsolete
Licenses: LGPL2.1
Submitter: larchunix
Maintainer: tallero (truocolo)
Last Packager: tallero
Votes: 5
Popularity: 0.000000
First Submitted: 2015-05-21 00:59 (UTC)
Last Updated: 2022-09-19 14:40 (UTC)

Dependencies (9)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

CyberShadow commented on 2023-07-15 13:34 (UTC)

The problem still exists.

CyberShadow commented on 2022-09-19 14:41 (UTC)

I think the problem occurs when building with !check (and not installing checkdepends), can you verify?

If this package's checkdepends are actually needed even with !check then maybe they should just be makedepends.

Thanks!

tallero commented on 2022-09-19 14:33 (UTC)

@CyberShadow I'm building from a clean chroot too and I have no issues.

CyberShadow commented on 2022-09-18 17:49 (UTC)

Doesn't build in a clean chroot:

==> Starting build()...
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:2 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at CMakeLists.txt:3 (CMAKE_POLICY):
  The OLD behavior for policy CMP0005 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Found EXPAT: /usr/lib/libexpat.so (found version "2.4.8") 
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.12") 
-- Using libsolv at /usr/lib/libsolv.so
Building for python3
-- Found PythonLibs: /usr/lib/libpython3.10.so (found suitable version "3.10.7", minimum required is "3.0") 
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.10.7", minimum required is "3.0") 
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
-- Python install dir is /usr/lib/python3.10/site-packages
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CHECK_LIBRARY
    linked by target "test_main" in directory /build/hawkey/src/hawkey-0.5.9.3/tests

CMake Warning (dev) at tests/CMakeLists.txt:27 (ADD_EXECUTABLE):
  Policy CMP0003 should be set before this line.  Add code such as

    if(COMMAND cmake_policy)
      cmake_policy(SET CMP0003 NEW)
    endif(COMMAND cmake_policy)

  as early as possible but after the most recent call to
  cmake_minimum_required or cmake_policy(VERSION).  This warning appears
  because target "test_main" links to some libraries for which the linker
  must search:

    CHECK_LIBRARY-NOTFOUND

  and other libraries with known full path:

    /build/hawkey/src/hawkey-0.5.9.3/build/src/libhawkey.so.2

  CMake is adding directories in the second list to the linker search path in
  case they are needed to find libraries from the first list (for backwards
  compatibility with CMake 2.4).  Set policy CMP0003 to OLD or NEW to enable
  or disable this behavior explicitly.  Run "cmake --help-policy CMP0003" for
  more information.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

tallero commented on 2022-03-26 20:45 (UTC)

downgraded to 0.5.9

larchunix commented on 2016-12-10 09:17 (UTC)

PKGBUILD updated, does it solve your issue ?

trisimix commented on 2016-12-10 03:29 (UTC)

Hey I'm getting a failed to make package