Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673336 - dev-libs/glib-2.58.1 : * Failed Running automake !
Summary: dev-libs/glib-2.58.1 : * Failed Running automake !
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-17 16:09 UTC by Toralf Förster
Modified: 2018-12-17 17:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.72 KB, text/plain)
2018-12-17 16:09 UTC, Toralf Förster
Details
automake.out (automake.out,350 bytes, text/plain)
2018-12-17 16:09 UTC, Toralf Förster
Details
dev-libs:glib-2.58.1:20181217-151128.log (dev-libs:glib-2.58.1:20181217-151128.log,4.33 KB, text/plain)
2018-12-17 16:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,278.22 KB, text/plain)
2018-12-17 16:10 UTC, Toralf Förster
Details
environment (environment,217.88 KB, text/plain)
2018-12-17 16:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.89 KB, application/x-bzip)
2018-12-17 16:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,47.05 KB, application/x-bzip)
2018-12-17 16:10 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-12-17 16:09:50 UTC
 * ERROR: dev-libs/glib-2.58.1::gentoo failed (prepare phase):
 *   Failed Running automake !
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_libressl_20181211-081022

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby24 (with Rubygems) *
  [3]   ruby25 (with Rubygems)
Available Rust versions:
  [1]   rust-1.31.0 *



emerge -qpvO dev-libs/glib
[ebuild     U ] dev-libs/glib-2.58.1 [2.56.2] USE="dbus mime xattr -debug (-fam) -gtk-doc% (-selinux) -static-libs -systemtap -test -utils"
Comment 1 Toralf Förster gentoo-dev 2018-12-17 16:09:53 UTC
Created attachment 557982 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-12-17 16:09:55 UTC
Created attachment 557984 [details]
automake.out
Comment 3 Toralf Förster gentoo-dev 2018-12-17 16:09:58 UTC
Created attachment 557986 [details]
dev-libs:glib-2.58.1:20181217-151128.log
Comment 4 Toralf Förster gentoo-dev 2018-12-17 16:10:01 UTC
Created attachment 557988 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2018-12-17 16:10:04 UTC
Created attachment 557990 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2018-12-17 16:10:07 UTC
Created attachment 557992 [details]
etc.portage.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-12-17 16:10:10 UTC
Created attachment 557994 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-12-17 16:29:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ca9f41113568d3687c1fb24bde824e8044a7ee

commit b5ca9f41113568d3687c1fb24bde824e8044a7ee
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2018-12-17 16:29:03 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2018-12-17 16:29:28 +0000

    dev-libs/glib: fix build without dev-util/gtk-doc
    
    Closes: https://bugs.gentoo.org/673336
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>
    Package-Manager: Portage-2.3.52, Repoman-2.3.11

 dev-libs/glib/glib-2.58.1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2018-12-17 17:46:10 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3d093f8b796dd6b7d8e49d79e8e18e921947b3

commit cd3d093f8b796dd6b7d8e49d79e8e18e921947b3
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2018-12-17 17:31:07 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2018-12-17 17:43:00 +0000

    dev-libs/glib-2.58.1: actually fix build without dev-util/gtk-doc
    
    Our empty gtk-doc.make has to actually be near-empty and still declare
    EXTRA_DIST and CLEANFILES, as that's what autogen.sh does to have it
    working and it fails otherwise. Not sure how I managed to not notice
    this during testing, as I'm pretty sure I tried without gtk-doc - maybe
    a failure to delete workdir inbetween different tries.
    Add note that we exceptionally do NOT need gtk-doc-am during build for
    this package with USE=-gtk-doc
    
    Bug: https://bugs.gentoo.org/673336
    Closes: https://bugs.gentoo.org/673346
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>
    Package-Manager: Portage-2.3.52, Repoman-2.3.11

 dev-libs/glib/glib-2.58.1.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)