Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667338 - net-libs/libmbim-1.16.2 : /.../sh:line <snip>: glib-mkenums: command not found
Summary: net-libs/libmbim-1.16.2 : /.../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: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
: 677154 (view as bug list)
Depends on:
Blocks: glib-utils
  Show dependency tree
 
Reported: 2018-09-30 07:26 UTC by Toralf Förster
Modified: 2019-04-01 12:29 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.77 KB, text/plain)
2018-09-30 07:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,200.40 KB, text/plain)
2018-09-30 07:26 UTC, Toralf Förster
Details
environment (environment,45.32 KB, text/plain)
2018-09-30 07:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.52 KB, application/x-bzip)
2018-09-30 07:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.74 KB, application/x-bzip)
2018-09-30 07:26 UTC, Toralf Förster
Details
net-libs:libmbim-1.16.2:20180930-032108.log (net-libs:libmbim-1.16.2:20180930-032108.log,14.68 KB, text/plain)
2018-09-30 07:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,14.62 KB, application/x-bzip)
2018-09-30 07:26 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-09-30 07:26:20 UTC
	--ftail "#endif /* __LIBMBIM_GLIB_ERROR_TYPES_H__ */\n" \
	../../../src/libmbim-glib/mbim-errors.h > mbim-error-types.h
/bin/sh: line 1: glib-mkenums: command not found
make[4]: *** [Makefile:898: mbim-error-types.h] Error 127
make[4]: Leaving directory '/var/tmp/portage/net-libs/libmbim-1.16.2/work/libmbim-1.16.2/src/libmbim-glib/generated'
make[3]: *** [Makefile:693: all-recursive] Error 1

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

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

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

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)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-libs/libmbim
[ebuild  N    ] net-libs/libmbim-1.16.2  USE="udev -static-libs"
Comment 1 Toralf Förster gentoo-dev 2018-09-30 07:26:23 UTC
Created attachment 548314 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-09-30 07:26:26 UTC
Created attachment 548316 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-09-30 07:26:29 UTC
Created attachment 548318 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-09-30 07:26:32 UTC
Created attachment 548320 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-09-30 07:26:35 UTC
Created attachment 548322 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-09-30 07:26:38 UTC
Created attachment 548324 [details]
net-libs:libmbim-1.16.2:20180930-032108.log
Comment 7 Toralf Förster gentoo-dev 2018-09-30 07:26:41 UTC
Created attachment 548326 [details]
temp.tbz2
Comment 8 Mart Raudsepp gentoo-dev 2019-03-23 10:28:36 UTC
*** Bug 677154 has been marked as a duplicate of this bug. ***
Comment 9 Tony Vroon (RETIRED) gentoo-dev 2019-04-01 12:21:59 UTC
The package should BDEPEND on glib-utils, it does now. Apologies, I mentioned you in the commit but failed to link this bug.
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d889b366dde0679e0f408dd0b3f74b46547ace7a
Comment 10 Larry the Git Cow gentoo-dev 2019-04-01 12:29:36 UTC
The bug has been closed via the following commit(s):

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

commit a564d4b7c943a4942a9a65bff7c60834a23a5395
Author:     Tony Vroon <chainsaw@gentoo.org>
AuthorDate: 2019-04-01 12:29:14 +0000
Commit:     Tony Vroon <chainsaw@gentoo.org>
CommitDate: 2019-04-01 12:29:27 +0000

    net-libs/libmbim: Propagate glib-utils fix to older versions.
    
    This package requires glib-utils and should not rely on the
    glib ebuild to implicitly pull this in.
    Newly committed 1.18 is already fixed (the EAPI 7 way with
    a BDEPEND), but the older ebuilds needed the extra DEPEND.
    
    Closes: https://bugs.gentoo.org/667338
    Suggested-By: Mart Raudsepp <leio@gentoo.org>
    Reported-By: Toralf Förster <toralf@gentoo.org>
    Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-libs/libmbim/libmbim-1.10.0.ebuild | 3 ++-
 net-libs/libmbim/libmbim-1.12.2.ebuild | 3 ++-
 net-libs/libmbim/libmbim-1.12.4.ebuild | 3 ++-
 net-libs/libmbim/libmbim-1.14.0.ebuild | 3 ++-
 net-libs/libmbim/libmbim-1.14.4.ebuild | 3 ++-
 net-libs/libmbim/libmbim-1.16.0.ebuild | 3 ++-
 net-libs/libmbim/libmbim-1.16.2.ebuild | 3 ++-
 net-libs/libmbim/libmbim-1.6.0.ebuild  | 3 ++-
 8 files changed, 16 insertions(+), 8 deletions(-)