Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 667564

Summary: sys-power/thermald-1.7.1 : make: *** [Makefile:<snip>: thd_dbus_interface.h] Error 1
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Yixun Lan <dlan>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 667324    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
sys-power:thermald-1.7.1:20181001-231736.log
temp.tbz2

Description Toralf Förster gentoo-dev 2018-10-02 15:04:59 UTC
dbus-binding-tool --prefix=thd_dbus_interface --mode=glib-server --output=thd_dbus_interface.h /var/tmp/portage/sys-power/thermald-1.7.1/work/thermal_daemon-1.7.1/src/thd_dbus_interface.xml
Compilation failed: Failed to execute child process “glib-genmarshal” (No such file or directory)
make: *** [Makefile:1788: thd_dbus_interface.h] Error 1
 * ERROR: sys-power/thermald-1.7.1::gentoo failed (compile phase):
 *   emake failed
 * 

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

  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)
  [2]   ruby25 (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 sys-power/thermald
[ebuild  N    ] sys-power/thermald-1.7.1 

!!! The following installed packages are masked:
- dev-python/python-application-2.1.0::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org> (30 Sep 2018)
# Poor quality NIH ebuilds with multiple issues and lack of test suites.
# They do not support Python 3 (even if somebody claimed otherwise,
# completely ignoring all the errors during install phase), depend
# on old Twisted packages and have no reverse dependencies in ::gentoo.
# Removal in 30 days.  Bug #667354.

- dev-python/python-xcaplib-1.1.0::gentoo (masked by: package.mask)
- dev-python/recaptcha-client-1.0.6-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Virgil Dupras <vdupras@gentoo.org> (30 Sep 2018)
# Dead upstream, unmaintained, no revdeps.
# Removal in 30 days, bug #611614

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-10-02 15:05:02 UTC
Created attachment 548870 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-02 15:05:05 UTC
Created attachment 548872 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-10-02 15:05:08 UTC
Created attachment 548874 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-10-02 15:05:11 UTC
Created attachment 548876 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-10-02 15:05:14 UTC
Created attachment 548878 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-10-02 15:05:17 UTC
Created attachment 548880 [details]
sys-power:thermald-1.7.1:20181001-231736.log
Comment 7 Toralf Förster gentoo-dev 2018-10-02 15:05:20 UTC
Created attachment 548882 [details]
temp.tbz2
Comment 8 Yixun Lan archtester gentoo-dev 2018-10-11 22:13:40 UTC
is /usr/bin/glib-genmarshal exist in your tinderbox? 

it seems glib-genmarshal belong to dev-libs/glib before, while now it's moved to dev-util/glib-utils,  we probably need to update the dependency
Comment 9 Toralf Förster gentoo-dev 2018-10-11 22:17:56 UTC
(In reply to Yixun Lan from comment #8)
pls read the tracker bug
Comment 10 Yixun Lan archtester gentoo-dev 2018-10-12 02:00:37 UTC
> pls read the tracker bug

so from the log of emerge-history.txt, dev-util/glib-utils has been un-emerged.

I've pushed a fix for this (with no revision bump)

please re-open if you still see the problem
Comment 11 Larry the Git Cow gentoo-dev 2018-10-12 02:00:37 UTC
The bug has been closed via the following commit(s):

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

commit e60f8cf5da7f7e18b006fae610662e47339eef95
Author:     Yixun Lan <dlan@gentoo.org>
AuthorDate: 2018-10-12 01:58:28 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2018-10-12 02:00:31 +0000

    sys-power/thermald: fix build-time dependency
    
    Closes: https://bugs.gentoo.org/667564
    Package-Manager: Portage-2.3.50, Repoman-2.3.11
    
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 sys-power/thermald/thermald-1.7.1.ebuild | 5 +++--
 sys-power/thermald/thermald-1.8.ebuild   | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)