Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656602 - [kde overlay] kde-apps/kpat-9999 new dep: libfreecell-solver (apparently unpackaged)
Summary: [kde overlay] kde-apps/kpat-9999 new dep: libfreecell-solver (apparently unpa...
Status: RESOLVED DUPLICATE of bug 656408
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-27 03:12 UTC by Duncan
Modified: 2018-05-27 05:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan 2018-05-27 03:12:04 UTC
See upstream merge-commit fc1d54ced from Sunday, May 13, merging ed0e53e08.  My last successful build is commit 2625263d9, just before the merge.

According to those commits libfreecell-solver's home page is http://fc-solve.shlomifish.org/ .  Unfortunately no https and no checksums or signatures listed, but apparently other distros package it, including current 4.18.0 on Debian Squeeze (the link on the lib's homepage is broken but it's obvious enough what to fix from the error), so perhaps their sources checksums/sigs can be crosschecked.

Here's the current configure stage log with the error:

>>> Configuring source in /tmp/portage/kde-apps/kpat-9999/work/kpat-9999 ...
>>> Working in BUILD_DIR: "/tmp/portage/kde-apps/kpat-9999/work/kpat-9999_build"
cmake -C /tmp/portage/kde-apps/kpat-9999/work/kpat-9999_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_USER_MAKE_RULES_OVERRIDE=/tmp/portage/kde-apps/kpat-9999/work/kpat-9999_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/tmp/portage/kde-apps/kpat-9999/work/kpat-9999_build/gentoo_toolchain.cmake  /tmp/portage/kde-apps/kpat-9999/work/kpat-9999
loading initial cache file /tmp/portage/kde-apps/kpat-9999/work/kpat-9999_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2") 
-- Checking for module 'libfreecell-solver'
--   No package 'libfreecell-solver' found
CMake Error at /share/cmake/Modules/FindPkgConfig.cmake:418 (message):
  A required package was not found
Call Stack (most recent call first):
  /share/cmake/Modules/FindPkgConfig.cmake:585 (_pkg_check_modules_internal)
  CMakeLists.txt:8 (pkg_check_modules)


-- Configuring incomplete, errors occurred!
Comment 1 Duncan 2018-05-27 03:15:42 UTC
(In reply to Duncan from comment #0)
> Unfortunately no https and no checksums
> or signatures listed, but apparently other distros package it, including
> current 4.18.0 on Debian Squeeze (the link on the lib's homepage is broken
> but it's obvious enough what to fix from the error), so perhaps their
> sources checksums/sigs can be crosschecked.

Oops! Debian Sid (squeeze was the bit of the link that had to be deleted).
Comment 2 Andreas Sturmlechner gentoo-dev 2018-05-27 05:45:27 UTC

*** This bug has been marked as a duplicate of bug 656408 ***