Bug 174821 - gnome-extra/zenity-2.18.0 does not compile
|
Bug#:
174821
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: gnome@gentoo.org
|
Reported By: lvcargnini@gmail.com
|
|
Component: GNOME
|
|
|
URL:
|
|
Summary: gnome-extra/zenity-2.18.0 does not compile
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-04-16 17:05 0000
|
The latest version of zenity do not compile
Reproducible: Always
Steps to Reproduce:
1.unmask zenity
2.emerge zenity
3.
Actual Results:
* Failed Running automake !
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/gnome-extra/zenity-2.18.0/temp/automake-2947.out
!!! ERROR: gnome-extra/zenity-2.18.0 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_unpack
ebuild.sh, line 751: Called qa_call 'src_unpack'
ebuild.sh, line 44: Called src_unpack
zenity-2.18.0.ebuild, line 41: Called eautoreconf
autotools.eclass, line 97: Called eautomake
autotools.eclass, line 194: Called autotools_run_tool 'automake'
'--add-missing' '--copy' '--foreign'
autotools.eclass, line 218: Called die
!!! Failed Running automake !
!!! If you need support, post the topmost build error, and the call stack if
relevant.
!!! A complete build log is located at
'/var/tmp/portage/gnome-extra/zenity-2.18.0/temp/build.log'.
enterprise ~ # cat
/var/tmp/portage/gnome-extra/zenity-2.18.0/temp/automake-2947.out
***** automake *****
gnome-doc-utils.make:63: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL
help/Makefile.am:1: `gnome-doc-utils.make' included from here
enterprise ~ # emerge -up gnome
this is necessary to upgrade gnome to version 2.18
Hmm...HAVE_GNOME_DOC_UTILS is defined in /usr/share/aclocal/gnome-doc-utils.m4,
which is installed by gnome-doc-utils, which is a DEPEND of zenity. Do you
have gnome-doc-utils installed? Does that file exist? Does it define
HAVE_GNOME_DOC_UTILS?
Hi I installed gnome-doc-utils and it still do no work, and the error is the
same
(In reply to comment #1)
> Hmm...HAVE_GNOME_DOC_UTILS is defined in /usr/share/aclocal/gnome-doc-utils.m4,
> which is installed by gnome-doc-utils, which is a DEPEND of zenity. Do you
> have gnome-doc-utils installed? Does that file exist? Does it define
> HAVE_GNOME_DOC_UTILS?
>
(In reply to comment #2)
> Hi I installed gnome-doc-utils and it still do no work, and the error is the
> same
You have to add ~app-text/gnome-doc-utils-0.10.1 to your
/etc/portage/package.unmask. zenity does not depend on that version
(which it should) and 0.8.0 (from stable) does not define HAVE_GNOME_DOC_UTILS.
OK it fix the problem
(In reply to comment #3)
> (In reply to comment #2)
> > Hi I installed gnome-doc-utils and it still do no work, and the error is the
> > same
>
> You have to add ~app-text/gnome-doc-utils-0.10.1 to your
> /etc/portage/package.unmask. zenity does not depend on that version
> (which it should) and 0.8.0 (from stable) does not define HAVE_GNOME_DOC_UTILS.
>
*** Bug 173199 has been marked as a duplicate of this bug. ***