Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667972 - gnome-base/gnome-vfs-2.24.4-r5: GNOME_COMMON_INIT, glib-mkenums: commands not found
Summary: gnome-base/gnome-vfs-2.24.4-r5: GNOME_COMMON_INIT, glib-mkenums: commands not...
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: glib-utils
  Show dependency tree
 
Reported: 2018-10-07 15:37 UTC by Toralf Förster
Modified: 2018-11-25 13:59 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.08 KB, text/plain)
2018-10-07 15:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,51.58 KB, text/plain)
2018-10-07 15:37 UTC, Toralf Förster
Details
environment (environment,138.80 KB, text/plain)
2018-10-07 15:37 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.63 KB, application/x-bzip)
2018-10-07 15:37 UTC, Toralf Förster
Details
gnome-base:gnome-vfs-2.24.4-r5:20181007-150153.log (gnome-base:gnome-vfs-2.24.4-r5:20181007-150153.log,57.13 KB, text/plain)
2018-10-07 15:37 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,18.79 KB, application/x-bzip)
2018-10-07 15:37 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,39.87 KB, application/x-bzip)
2018-10-07 15:37 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-10-07 15:37:17 UTC
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
/var/tmp/portage/gnome-base/gnome-vfs-2.24.4-r5/work/gnome-vfs-2.24.4/configure: line 3528: GNOME_COMMON_INIT: command not found
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes

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

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

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

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

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *



emerge -qpv gnome-base/gnome-vfs
[ebuild  N    ] gnome-base/gnome-vfs-2.24.4-r5  USE="acl ipv6 ssl -gnutls -kerberos -libressl -samba -test -zeroconf"
Comment 1 Toralf Förster gentoo-dev 2018-10-07 15:37:20 UTC
Created attachment 549632 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-07 15:37:23 UTC
Created attachment 549634 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-10-07 15:37:25 UTC
Created attachment 549636 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-10-07 15:37:28 UTC
Created attachment 549638 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-10-07 15:37:31 UTC
Created attachment 549640 [details]
gnome-base:gnome-vfs-2.24.4-r5:20181007-150153.log
Comment 6 Toralf Förster gentoo-dev 2018-10-07 15:37:34 UTC
Created attachment 549642 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-10-07 15:37:37 UTC
Created attachment 549644 [details]
temp.tbz2
Comment 8 Arfrever Frehtes Taifersar Arahesis 2018-10-07 23:25:52 UTC
GNOME_COMMON_INIT macro was provided by gnome-base/gnome-common until:
https://gitlab.gnome.org/GNOME/gnome-common/commit/6684e2fa5d5a4c72c9bf116f74688c0b47f350cf

This deleted text explains what to do:
"""
[[$0: This macro is deprecated. You should set put "ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}"
in your top-level Makefile.am, instead, where "m4" is the macro directory set
with AC_CONFIG_MACRO_DIR() in your configure.ac]])
"""


But this reference to GNOME_COMMON_INIT in configure is not cause of failure.
Cause of failure shown in build log is:

/bin/sh: line 1: glib-mkenums: command not found
Comment 9 Larry the Git Cow gentoo-dev 2018-11-25 13:59:11 UTC
The bug has been closed via the following commit(s):

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

commit 964631e201461209fc42c17a7805ecf28c4cd979
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2018-11-25 13:52:01 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2018-11-25 13:58:24 +0000

    gnome-base/gnome-vfs: add explicit build dep on glib-utils
    
    There's also a warning about GNOME_COMMON_INIT, but appears
    harmless, so not taking the time to remove the call from
    configure.in, as gnome-vfs is a last rites candidate anyways.
    
    Closes: https://bugs.gentoo.org/667972
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>
    Package-Manager: Portage-2.3.52, Repoman-2.3.11

 gnome-base/gnome-vfs/gnome-vfs-2.24.4-r5.ebuild | 1 +
 1 file changed, 1 insertion(+)