Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191324 - net-im/empathy needs dev-util/gtk-doc
Summary: net-im/empathy needs dev-util/gtk-doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Santiago M. Mola (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 03:29 UTC by Jan Oravec
Modified: 2007-09-05 13:45 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 Jan Oravec 2007-09-05 03:29:12 UTC
Build of net-im/empathy-0.12-r1 fails on:

>>> Unpacking empathy-0.12.tar.bz2 to /var/tmp/portage/net-im/empathy-0.12-r1/work
 * Fixing OMF Makefiles ...                                               [ ok ]
 * Running elibtoolize in: empathy-0.12
 *   Applying portage-1.5.10.patch ...
 *   Applying sed-1.5.6.patch ...
 * Applying empathy-0.12-multilib.patch ...                               [ ok ]
 * Running eautoreconf in '/var/tmp/portage/net-im/empathy-0.12-r1/work/empathy-0.12' ...
 * Running aclocal ...                                                    [ ok ]
 * Running libtoolize --copy --force --automake ...                       [ ok ]
 * Running aclocal ...                                                    [ ok ]
 * Running autoconf ...                                                   [ ok ]
 * Running autoheader ...                                                 [ ok ]
 * Running automake --add-missing --copy ...                              [ !! ]

 * Failed Running automake !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/net-im/empathy-0.12-r1/temp/automake-32333.out


Content of automake-32333.out is:

***** automake *****

gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
doc/libempathy-gtk/Makefile.am:65:   `gtk-doc.make' included from here
gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/libempathy-gtk/Makefile.am:65:   `gtk-doc.make' included from here
gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/libempathy-gtk/Makefile.am:65:   `gtk-doc.make' included from here
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
doc/libempathy/Makefile.am:65:   `gtk-doc.make' included from here
gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/libempathy/Makefile.am:65:   `gtk-doc.make' included from here
gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/libempathy/Makefile.am:65:   `gtk-doc.make' included from here
libempathy/Makefile.am:79: `%'-style pattern rules are a GNU make extension
libempathy/Makefile.am:80: subst -,_,$*: non-POSIX variable name
libempathy/Makefile.am:80: (probably a GNU make extension)
libempathy/Makefile.am:82: `%'-style pattern rules are a GNU make extension
libempathy/Makefile.am:86: `%'-style pattern rules are a GNU make extension

After emerging dev-util/gtk-doc, empathy emerges correctly.


Reproducible: Always

Steps to Reproduce:
1. be sure dev-util/gtk-doc is not installed
2. install net-im/empathy

Actual Results:  
automake fails
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2007-09-05 13:45:54 UTC
Fixed in CVS. Thanks for reporting.