On Sat, Nov 15, 2008 at 8:05 PM, Richard Watson <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Avahi keeps failing with what looks like a Python gtk module error that I
> can't seem to figure out. I've done the obvious by re-emerging python (with
> running python-updater) and pygtk but it still fails. I attach the build log
> below and would really appreciate some assistance.
>
> Thanks, Richard
>
> === BEGIN OUTPUT
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by avahi configure 0.6.22, which was
> generated by GNU Autoconf 2.61. Invocation command line was
>
> $ ./configure --prefix=/usr --host=i686-pc-linux-gnu
> --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
> --sysconfdir=/etc --localstatedir=/var/lib --localstatedir=/var
> --with-distro=gentoo --disable-python-dbus --disable-pygtk
> --disable-xmltoman --disable-monodoc --enable-glib --disable-tests
> --disable-autoipd --disable-compat-libdns_sd --disable-compat-howl
> --disable-doxygen-doc --disable-mono --enable-dbus --enable-python
> --enable-gtk --disable-qt3 --disable-qt4 --enable-gdbm --enable-python-dbus
> --enable-pygtk --build=i686-pc-linux-gnu
This configure line is strange. Look at what it says about gtk:
./configure <otheroptions> --disable-python-dbus --disable-pygtk
<otheroptions> --enable-gtk <otheroptions> --enable-python-dbus
--enable-pygtk --build=i686-pc-linux-gnu
Try to find out why this strange configure command line is being
called (take a look at the ebuild)
Also, there are other logs you can post. I don't remember exactly the
names, but I think there are multiple configure log files like
configure.log and configure.error (or something like that) that says
exactly why did configure concluded that a certain feature is missing.
The log you provided does not say why configure concluded there is no
pygtk, but configure usually *does* explain this (is specific log
files. Do a little search).
Regards,
Jorge Peixoto
--
Software is like sex: it is better when it is free - Linus Torvalds