Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668132 - dev-util/ostree-2018.5 : /.../sh:line <snip>: glib-mkenums: command not found
Summary: dev-util/ostree-2018.5 : /.../sh:line <snip>: glib-mkenums: command not found
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: glib-utils
  Show dependency tree
 
Reported: 2018-10-09 08:26 UTC by Toralf Förster
Modified: 2018-11-28 04:01 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.99 KB, text/plain)
2018-10-09 08:26 UTC, Toralf Förster
Details
dev-util:ostree-2018.5:20181009-051429.log (dev-util:ostree-2018.5:20181009-051429.log,13.63 KB, text/plain)
2018-10-09 08:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,120.10 KB, text/plain)
2018-10-09 08:26 UTC, Toralf Förster
Details
environment (environment,15.81 KB, text/plain)
2018-10-09 08:27 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.58 KB, application/x-bzip)
2018-10-09 08:27 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,12.39 KB, application/x-bzip)
2018-10-09 08:27 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.55 KB, application/x-bzip)
2018-10-09 08:27 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-09 08:26:51 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: glib-mkenums: command not found
make: *** [Makefile:8530: src/libostree/ostree-enumtypes.h] Error 127
 * ERROR: dev-util/ostree-2018.5::gentoo failed (compile phase):
 *   emake failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_20181006-204435

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

  Please see the tracker bug for details.

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.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
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.5  USE="systemd -grub (-selinux) -soup -zeroconf"
Comment 1 Toralf Förster gentoo-dev 2018-10-09 08:26:54 UTC
Created attachment 550158 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-09 08:26:57 UTC
Created attachment 550160 [details]
dev-util:ostree-2018.5:20181009-051429.log
Comment 3 Toralf Förster gentoo-dev 2018-10-09 08:26:59 UTC
Created attachment 550162 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-10-09 08:27:02 UTC
Created attachment 550164 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-10-09 08:27:05 UTC
Created attachment 550166 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-10-09 08:27:07 UTC
Created attachment 550168 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-10-09 08:27:10 UTC
Created attachment 550170 [details]
temp.tbz2
Comment 8 Andreas Zuber 2018-11-23 14:33:18 UTC
The flatpak overlay has a very nice libostree ebuild (the project is no longer called ostree, but libostree now). Any chance this could be merged in as a replacement?

https://github.com/fosero/flatpak-overlay/tree/master/sys-fs/libostree
Comment 9 Larry the Git Cow gentoo-dev 2018-11-28 03:57:38 UTC
The bug has been closed via the following commit(s):

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

commit cb62b1c319a888c476a51729a706e63cdc43a3f1
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2018-11-28 03:54:16 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2018-11-28 03:57:29 +0000

    dev-util/ostree: version bump to 2018.9
    
    Closes: https://bugs.gentoo.org/668132
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-util/ostree/Manifest             |   1 +
 dev-util/ostree/metadata.xml         |   2 +
 dev-util/ostree/ostree-2018.9.ebuild | 107 +++++++++++++++++++++++++++++++++++
 3 files changed, 110 insertions(+)
Comment 10 Zac Medico gentoo-dev 2018-11-28 04:01:41 UTC
(In reply to Andreas Zuber from comment #8)
> The flatpak overlay has a very nice libostree ebuild (the project is no
> longer called ostree, but libostree now). Any chance this could be merged in
> as a replacement?
> 
> https://github.com/fosero/flatpak-overlay/tree/master/sys-fs/libostree

Sure, we can rename it.