Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438168 - x11-libs/vte-0.28.2-r52 USE=-introspection - src/Makefile.am:168: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
Summary: x11-libs/vte-0.28.2-r52 USE=-introspection - src/Makefile.am:168: HAVE_INTROS...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 20:26 UTC by David Gasaway
Modified: 2012-10-20 07:28 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 David Gasaway 2012-10-12 20:26:41 UTC
Attempting to build x-11/vte-0.28.2-r204 with USE="python -debug -doc -glade -introspection" causes an automake failure.

 * Running automake --add-missing --copy --foreign ...                                                                           [ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/x11-libs/vte-0.28.2-r204/temp/automake-1.out

 * ERROR: x11-libs/vte-0.28.2-r204 failed (prepare phase):
 *   Failed Running automake !
 *
 * Call stack:
 *     ebuild.sh, line   85:  Called src_prepare
 *   environment, line 6426:  Called eautoreconf
 *   environment, line 1515:  Called eautomake
 *   environment, line 1468:  Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign'
 *   environment, line 1273:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *
 * If you need support, post the output of `emerge --info '=x11-libs/vte-0.28.2-r204'`,
 * the complete build log and the output of `emerge -pqv '=x11-libs/vte-0.28.2-r204'`.
/usr/lib64/portage/bin/isolated-functions.sh: line 214: wait: `Failed Running automake !': not a pid or valid job spec
 * The complete build log is located at '/var/tmp/portage/x11-libs/vte-0.28.2-r204/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/vte-0.28.2-r204/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-libs/vte-0.28.2-r204/work/vte-0.28.2'
 * S: '/var/tmp/portage/x11-libs/vte-0.28.2-r204/work/vte-0.28.2'

Contents of /var/tmp/portage/x11-libs/vte-0.28.2-r204/temp/automake-1.out:

***** automake *****
***** PWD: /var/tmp/portage/x11-libs/vte-0.28.2-r204/work/vte-0.28.2
***** automake --add-missing --copy --foreign

configure.in:211: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
configure.in:156: VTE_CC_TRY_FLAG is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.in:211: the top level
configure.in:240: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
configure.in:172: VTE_LD_TRY_FLAG is expanded from...
configure.in:240: the top level
configure.in:268: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
configure.in:172: VTE_LD_TRY_FLAG is expanded from...
configure.in:268: the top level
src/Makefile.am:168: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL


Reproducible: Always
Comment 1 David Gasaway 2012-10-12 20:27:44 UTC
Found the following link that might be helpful:
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-January/015235.html
Comment 2 Pacho Ramos gentoo-dev 2012-10-20 07:28:29 UTC
Please attach full build.log, vte-0.28.2-r204.ebuild doesn't even call eautoreconf