Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485116 - sys-apps/kbd-2.0.0 has missing dev-libs/check dep
Summary: sys-apps/kbd-2.0.0 has missing dev-libs/check dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL: http://lists.altlinux.org/pipermail/k...
Whiteboard:
Keywords:
: 485130 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-16 17:24 UTC by Iván Atienza
Modified: 2015-07-14 03:39 UTC (History)
9 users (show)

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


Attachments
kbd-2.0.0.ebuild.patch (kbd-2.0.0.ebuild.patch,812 bytes, patch)
2013-09-16 18:47 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff
kbd-2.0.0-tests.patch (kbd-2.0.0-tests.patch,747 bytes, patch)
2013-09-16 18:48 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***