Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397495 - Failed to emerge x11-libs/libgksu-2.0.12-r1
Summary: Failed to emerge x11-libs/libgksu-2.0.12-r1
Status: RESOLVED DUPLICATE of bug 397411
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-03 13:56 UTC by arnk
Modified: 2012-01-03 17:56 UTC (History)
0 users

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


Attachments
libgksu automake 1.10 patch (libgksu-2.0.12-r1.patch,265 bytes, text/plain)
2012-01-03 17:56 UTC, rajas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arnk 2012-01-03 13:56:20 UTC
* Failed Running automake !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/x11-libs/libgksu-2.0.12-r1/temp/automake.out

 * ERROR: x11-libs/libgksu-2.0.12-r1 failed (prepare phase):
 *   Failed Running automake !
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_prepare
 *   environment, line 3167:  Called eautoreconf
 *   environment, line  853:  Called eautomake
 *   environment, line  822:  Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign'
 *   environment, line  508:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";


Reproducible: Always




***** automake *****
***** PWD: /var/tmp/portage/x11-libs/libgksu-2.0.12-r1/work/libgksu-2.0.12
***** automake --add-missing --copy --foreign

configure.ac:36: warning: AC_CACHE_VAL(use_version_script, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
aclocal.m4:2243: _LT_LINKER_OPTION is expanded from...
aclocal.m4:2278: AC_LIBTOOL_LINKER_OPTION is expanded from...
configure.ac:36: the top level
libgksu/Makefile.am:26: `pkglibdir' is not a legitimate directory for `PROGRAMS'
libgksu/Makefile.am:28: variable `gksu_run_helper_SOURCES' is defined but no program or
libgksu/Makefile.am:28: library has `gksu_run_helper' as canonical name (possible typo)
libgksu/Makefile.am:27: variable `gksu_run_helper_LDADD' is defined but no program or
libgksu/Makefile.am:27: library has `gksu_run_helper' as canonical name (possible typo)
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-01-03 17:54:47 UTC

*** This bug has been marked as a duplicate of bug 397411 ***
Comment 2 rajas 2012-01-03 17:56:28 UTC
Created attachment 297835 [details]
libgksu automake 1.10 patch

libgksu-2.0.12-r1 works automake-1.10 or older so you have to prefix eautoreconf with "WANT_AUTOMAKE=1.10"