Summary: | gnome2.eclass only runs glib-compile-schemas when there is nothing to update | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jura <me> |
Component: | Eclasses | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fluffysheap, gnome, grknight |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info gnome-weather
build.log from terminal output |
Description
Jura
2017-09-13 10:02:27 UTC
Please attach full emerge --info gnome-weather and build.log Created attachment 494418 [details]
emerge --info gnome-weather
How to get build.log after install? Created attachment 494420 [details]
build.log from terminal output
After run glib-compile-schemas /usr/share/glib-2.0/schemas manualy problem disapper and gnome-weather work I think problem in this commit https://github.com/gentoo/gentoo/commit/2a148b8258e24e6119885be466f344f31fe22485#diff-e7c52825a350e9d99f0fdc7b75f96f84 The commit https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a148b8258e24e6119885be466f344f31fe22485 Changed the meaning of "fail if empty" into "run if empty" The -z conditionals on lines 343 and 367 of gnome2.eclass should be changed to -n so that it runs if available. *** Bug 630962 has been marked as a duplicate of this bug. *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb6f9396884aaf7a9c84faa994cde3c458eb83f commit ffb6f9396884aaf7a9c84faa994cde3c458eb83f Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2017-09-15 06:31:43 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2017-09-15 06:32:27 +0000 gnome2.eclass: Fix accidental reverse of schema update conditional Closes: https://bugs.gentoo.org/630874 eclass/gnome2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) |