Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674828 - dev-util/ostree-2018.9 : /.../sh:line <snip>: /.../glib-mkenums: No such file or directory
Summary: dev-util/ostree-2018.9 : /.../sh:line <snip>: /.../glib-mkenums: No such file...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-07 21:29 UTC by Toralf Förster
Modified: 2019-01-07 23:15 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.78 KB, text/plain)
2019-01-07 21:29 UTC, Toralf Förster
Details
dev-util:ostree-2018.9:20190107-212016.log (dev-util:ostree-2018.9:20190107-212016.log,13.42 KB, text/plain)
2019-01-07 21:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,239.44 KB, text/plain)
2019-01-07 21:29 UTC, Toralf Förster
Details
environment (environment,17.95 KB, text/plain)
2019-01-07 21:29 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.04 KB, application/x-bzip)
2019-01-07 21:29 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.35 KB, application/x-bzip)
2019-01-07 21:29 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,9.35 KB, application/x-bzip)
2019-01-07 21:29 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 2019-01-07 21:29:31 UTC
--template src/libostree/ostree-enumtypes.h.template \
 ./src/libostree/ostree-fetcher.h > src/libostree/ostree-enumtypes.h.tmp && mv src/libostree/ostree-enumtypes.h.tmp src/libostree/ostree-enumtypes.h
/bin/sh: line 1: /usr/bin/glib-mkenums: No such file or directory
make: *** [Makefile:8568: src/libostree/ostree-enumtypes.h] Error 127
 * ERROR: dev-util/ostree-2018.9::gentoo failed (compile phase):
 *   emake failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_test_20190102-071440

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

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]   pypy3 (fallback)
  [5]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.31.1 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-8]
2)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8  system-vm
  [2]   icedtea-bin-8 

emerge -qpvO dev-util/ostree
[ebuild  N    ] dev-util/ostree-2018.9  USE="ssl -archive -curl -doc -gnutls -grub -introspection -libmount (-selinux) -soup -systemd -zeroconf"
Comment 1 Toralf Förster gentoo-dev 2019-01-07 21:29:34 UTC
Created attachment 560308 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-07 21:29:37 UTC
Created attachment 560310 [details]
dev-util:ostree-2018.9:20190107-212016.log
Comment 3 Toralf Förster gentoo-dev 2019-01-07 21:29:39 UTC
Created attachment 560312 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-01-07 21:29:42 UTC
Created attachment 560314 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-01-07 21:29:45 UTC
Created attachment 560316 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-07 21:29:48 UTC
Created attachment 560318 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-01-07 21:29:50 UTC
Created attachment 560320 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-01-07 23:14:12 UTC
The bug has been closed via the following commit(s):

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

commit 52c6dd6d34b16f1422977c34d81ccf828f9eb99e
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-01-07 23:04:16 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-01-07 23:14:03 +0000

    dev-util/ostree: add glib-utils dep for glib-mkenums
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Closes: https://bugs.gentoo.org/674828
    Package-Manager: Portage-2.3.54, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-util/ostree/ostree-2018.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 9 Zac Medico gentoo-dev 2019-01-07 23:15:58 UTC
Thanks!