Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270888 - dev-libs/glib-2.20.2 fails to emerge due to automake failing
Summary: dev-libs/glib-2.20.2 fails to emerge due to automake failing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-23 00:08 UTC by Jeremy Stephens
Modified: 2009-05-23 14:27 UTC (History)
0 users

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


Attachments
Created by emerge during failed build (automake.out,2.33 KB, text/plain)
2009-05-23 00:09 UTC, Jeremy Stephens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Stephens 2009-05-23 00:08:08 UTC
>>> Emerging (1 of 1) dev-libs/glib-2.20.2
 * glib-2.20.2.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                   [ ok ]
 * checking ebuild checksums ;-) ...                                     [ ok ]
 * checking auxfile checksums ;-) ...                                    [ ok ]
 * checking miscfile checksums ;-) ...                                   [ ok ]
>>> Unpacking source...
>>> Unpacking glib-2.20.2.tar.bz2 to /opt/gentoo/var/tmp/portage/dev-libs/glib-2.20.2/work
>>> Source unpacked in /opt/gentoo/var/tmp/portage/dev-libs/glib-2.20.2/work
>>> Preparing source in /opt/gentoo/var/tmp/portage/dev-libs/glib-2.20.2/work/glib-2.20.2 ...
 * QA Notice: USE Flag 'ppc64' not in IUSE for dev-libs/glib-2.20.2
 * QA Notice: USE Flag 'ia64' not in IUSE for dev-libs/glib-2.20.2
 * Applying glib-2.12.11-solaris-thread.patch ...                         [ ok ]
 * Applying glib-2.18.1-workaround-gio-test-failure-without-userpriv.pat  [ ok ]
 * Applying glib-2.12.12-fbsd.patch ...                                   [ ok ]
 * Applying glib-2.16.1-interix.patch ...                                 [ ok ]
 * Applying glib-2.16.3-macos-inline.patch ...                            [ ok ]
 * Applying glib-2.18.4-compile-warning-sol64.patch ...                   [ ok ]
 * Applying glib-2.18.3-iconv.patch ...                                   [ ok ]
 * Running eautoreconf in '/opt/gentoo/var/tmp/portage/dev-libs/glib-2.20.2/work/glib-2.20.2' ...
 * Running aclocal -I m4macros -I /opt/gentoo/usr/share/aclocal ...       [ ok ]
 * Running glibtoolize --copy --force --install --automake ...            [ ok ]
 * Running aclocal -I m4macros -I /opt/gentoo/usr/share/aclocal ...       [ ok ]
 * Running autoconf ...                                                   [ ok ]
 * Running autoheader ...                                                 [ ok ]
 * Running automake --add-missing --copy ...                              [ !! ]

 * Failed Running automake !


See attached file for more information.
Comment 1 Jeremy Stephens 2009-05-23 00:09:33 UTC
Created attachment 192153 [details]
Created by emerge during failed build
Comment 2 Fabian Groffen gentoo-dev 2009-05-23 06:38:26 UTC
can you post the output of this command:
  emerge -pv perl
Comment 3 Jeremy Stephens 2009-05-23 11:39:01 UTC
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-lang/perl-5.8.8-r5  USE="-berkdb -build -debug -doc -gdbm -ithreads -perlsuid" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
Comment 4 Fabian Groffen gentoo-dev 2009-05-23 12:48:47 UTC
I think I see what the problem is.  gtk-doc-am is missing from the dependency list
Comment 5 Fabian Groffen gentoo-dev 2009-05-23 14:27:03 UTC
should be fixed in SVN now.  thanks!