Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222615 - net-im/pidgin-2.4.2 needs x11-proto/scrnsaverproto
Summary: net-im/pidgin-2.4.2 needs x11-proto/scrnsaverproto
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-18 11:33 UTC by Zdenek Sojka
Modified: 2008-05-19 03:10 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.log,4.62 KB, text/plain)
2008-05-18 11:36 UTC, Zdenek Sojka
Details
config.log (config.log,78.16 KB, text/plain)
2008-05-18 13:36 UTC, Zdenek Sojka
Details
a small patch for ebuild (ebuild.patch,534 bytes, patch)
2008-05-18 14:51 UTC, Dawid Stawiarski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zdenek Sojka 2008-05-18 11:33:40 UTC
net-im/pidgin-2.4.2 compilation fails with following error:

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-im/pidgin-2.4.2/work/pidgin-2.4.2/config.log
 *
 * ERROR: net-im/pidgin-2.4.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3313:  Called econf '--disable-consoleui' '--enable-nls' '--disable-perl' '--enable-gtkui' '--enable-startup-notification' '--enable-screensaver' '--enable-sm' '--disable-tcl' '--disable-gtkspell' '--disable-tk' '--disable-debug' '--enable-dbus' '--disable-meanwhile' '--disable-gevolution' '--enable-gstreamer' '--disable-cyrus-sasl' '--disable-doxygen' '--disable-cap' '--disable-nm' '--without-krb4' '--with-dynamic-prpls=irc,jabber,oscar,yahoo,simple,msn,myspace' '--disable-mono' '--x-includes=/usr/include/X11' '--enable-gnutls=no' '--enable-nss=yes'
 *               ebuild.sh, line  526:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 *
 * 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/net-im/pidgin-2.4.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-im/pidgin-2.4.2/temp/environment'.
 *

[ebuild     U ] net-im/pidgin-2.4.2 [2.4.1] USE="dbus gstreamer gtk nls -bonjour -debug -doc -eds -gadu -gnutls -groupwise -meanwhile -ncurses -networkmanager -perl -prediction -qq -sasl -silc -spell -tcl -tk -zephyr" 0 kB

"emerge -1 x11-proto/scrnsaverproto" solves this problem

Reproducible: Always

Steps to Reproduce:
1. emerge -C x11-proto/scrnsaverproto
2. emerge =net-im/pidgin-2.4.2
Comment 1 Zdenek Sojka 2008-05-18 11:36:06 UTC
Created attachment 153519 [details]
emerge --info
Comment 2 Zdenek Sojka 2008-05-18 13:35:53 UTC
There is message from configure:

checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXss... yes
configure: error:
XScreenSaver extension development headers not found.
Use --disable-screensaver if you do not need XScreenSaver extension support,
this is required for detecting idle time by mouse and keyboard usage.
Comment 3 Zdenek Sojka 2008-05-18 13:36:43 UTC
Created attachment 153541 [details]
config.log
Comment 4 Dawid Stawiarski 2008-05-18 14:51:40 UTC
Created attachment 153551 [details, diff]
a small patch for ebuild

pidgin also fails to compile, when there's no avahi available (even with -bonjour in USE flags).

this patch solves problem for me.
Comment 5 Olivier Crete (RETIRED) gentoo-dev 2008-05-19 03:10:45 UTC
fixed in cvs