Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553464 - gnome-extra/zenity-3.16.3 econf failed
Summary: gnome-extra/zenity-3.16.3 econf failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-28 07:50 UTC by Denis Sokolovsky
Modified: 2015-06-28 10:11 UTC (History)
0 users

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


Attachments
config.log (config.log,24.01 KB, text/x-log)
2015-06-28 07:50 UTC, Denis Sokolovsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Sokolovsky 2015-06-28 07:50:47 UTC
Created attachment 405886 [details]
config.log

gnome-extra/zenity-3.16.3 failed to configure due to missing "itstool".

checking for itstool... no
configure: error: itstool not found
Comment 1 Denis Sokolovsky 2015-06-28 07:53:57 UTC
diff between 3.16.2 and 3.16.3 ebuild show that some part regarding "itstool" was removed:
@@ -38,11 +38,12 @@
        gnome2_src_configure \
                $(use_enable libnotify) \
                $(use_enable webkit webkitgtk) \
-               PERL=$(type -P false) \
-               ITSTOOL=$(type -P true)
+               PERL=$(type -P false)
 }

but "itstool" not added as dependency to ebuild
Comment 2 Pacho Ramos gentoo-dev 2015-06-28 10:11:29 UTC
+  28 Jun 2015; Pacho Ramos <pacho@gentoo.org> -zenity-3.16.2.ebuild,
+  zenity-3.16.3.ebuild:
+  DEPEND on itstool (#553464 by Denis Sokolovsky), drop old
+