Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174821 - gnome-extra/zenity-2.18.0 does not compile
Summary: gnome-extra/zenity-2.18.0 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 173199 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-16 17:05 UTC by Luis Vitorio Cargnini
Modified: 2007-06-17 10:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luis Vitorio Cargnini 2007-04-16 17:05:25 UTC
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
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-04-16 18:59:19 UTC
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?
Comment 2 Luis Vitorio Cargnini 2007-04-17 00:37:17 UTC
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?
> 

Comment 3 David Spreen 2007-04-17 11:46:58 UTC
(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.

Comment 4 Luis Vitorio Cargnini 2007-04-17 13:48:07 UTC
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.
> 

Comment 5 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-04-17 15:05:03 UTC
I've updated the dep.
Comment 6 Mart Raudsepp gentoo-dev 2007-06-17 10:08:46 UTC
*** Bug 173199 has been marked as a duplicate of this bug. ***