Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 485116

Summary: sys-apps/kbd-2.0.0 has missing dev-libs/check dep
Product: Gentoo Linux Reporter: Iván Atienza <gentoo.power>
Component: New packagesAssignee: Tim Harder <radhermit>
Status: RESOLVED FIXED    
Severity: normal CC: arfrever.fta, base-system, casta, fturco, pchrist, staff, ted.tanberry, tka, zeekec
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://lists.altlinux.org/pipermail/kbd/2015-July/000558.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: kbd-2.0.0.ebuild.patch
kbd-2.0.0-tests.patch

Description Iván Atienza 2013-09-16 17:24:07 UTC
Configure fails with:
checking pkg-config is at least version 0.9.0... yes
checking for CHECK... no
configure: error: Package requirements (check >= 0.9.4) were not met:

No package 'check' found

after installing dev-libs/check configures and compile fine.

Salud.

Reproducible: Always
Comment 1 Francesco Turco 2013-09-16 17:53:59 UTC
I also have this bug. I can also confirm that installing dev-libs/check fixes the problem.
Comment 2 Robert Cabrera 2013-09-16 18:06:14 UTC
I too can confirm this bug. For several hours I attempted to update sys-apps/kbd-2.0.0 which came into the emerge queue this morning. I struggled to find a solution with it failing with the following error message:

Exiting on signal 2

 * Messages for package sys-apps/kbd-2.0.0:

 * ERROR: sys-apps/kbd-2.0.0::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2163:  Called econf '--enable-nls' '--enable-vlock'
 *   phase-helpers.sh, line  577:  Called die
 * The specific snippet of code:
 *                      die "econf failed"

I came across this report a few minutes ago and installed dev-libs/check. Now sys-apps/kbd-2.0.0 builds and installs with no problems.
Comment 3 Arfrever Frehtes Taifersar Arahesis 2013-09-16 18:45:52 UTC
Only tests need dev-libs/check:

# grep CHECK **/Makefile.am
Makefile.am:AM_DISTCHECK_CONFIGURE_FLAGS = \
tests/Makefile.am:AM_CFLAGS = $(CHECK_CFLAGS)
tests/Makefile.am:LDADD  = $(top_builddir)/src/libkeymap/libkeymap.la $(CHECK_LIBS)
Comment 4 Arfrever Frehtes Taifersar Arahesis 2013-09-16 18:47:14 UTC
Created attachment 358808 [details, diff]
kbd-2.0.0.ebuild.patch
Comment 5 Arfrever Frehtes Taifersar Arahesis 2013-09-16 18:48:20 UTC
Created attachment 358810 [details, diff]
kbd-2.0.0-tests.patch
Comment 6 Tim Harder gentoo-dev 2013-09-16 19:51:41 UTC
Fixed in the tree.
Comment 7 Tim Harder gentoo-dev 2013-09-16 21:27:19 UTC
*** Bug 485130 has been marked as a duplicate of this bug. ***