Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227441 - sys-apps/kbd should depend on mktemp
Summary: sys-apps/kbd should depend on mktemp
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 228577 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-16 14:25 UTC by Federico Cuello
Modified: 2008-06-20 16:12 UTC (History)
1 user (show)

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 Federico Cuello 2008-06-16 14:25:20 UTC
sys-apps/kbd fails to emerge without mktemp

Reproducible: Always




[...]
checking for memset... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
configure: creating ./config.status
./config.status: line 469: mktemp: command not found

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-apps/kbd-1.14.1-r1/work/kbd-1.14.1/config.log
 *
 * ERROR: sys-apps/kbd-1.14.1-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2118:  Called econf '--enable-nls'
 *               ebuild.sh, line  526:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
Comment 1 Federico Cuello 2008-06-16 14:28:26 UTC
Actually the problem is that it should depend on mktemp or >=sys-apps/coreutils-6.12
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-16 18:28:32 UTC
>=sys-apps/coreutils-6.10-r1, stable misps can be dropped afaik
Comment 3 SpanKY gentoo-dev 2008-06-16 21:23:48 UTC
mktemp is a required system program.  it isnt kbd that needs it, it is every package that uses autotools.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-20 16:12:29 UTC
*** Bug 228577 has been marked as a duplicate of this bug. ***