Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140085 - emerging gnome-extra/deskbar-applet-2.14.2 failed
Summary: emerging gnome-extra/deskbar-applet-2.14.2 failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 142858 144577 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-12 00:31 UTC by Zsombor G.
Modified: 2006-08-20 23:44 UTC (History)
2 users (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 Zsombor G. 2006-07-12 00:31:38 UTC
The output is:

Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking for headers required to compile python extensions... found
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DESKBAR... yes
checking for python version... (cached) 2.4
checking for python platform... (cached) linux2
checking for python script directory... (cached) ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib/python2.4/site-packages
checking for gnomeapplet module... no
configure: error: gnomeapplet module required to build deskbar

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/deskbar-applet-2.14.2/work/deskbar-applet-2.14.2/config.log

!!! ERROR: gnome-extra/deskbar-applet-2.14.2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 1248:   Called gnome2_src_compile
  gnome2.eclass, line 63:   Called gnome2_src_configure
  gnome2.eclass, line 59:   Called econf '--enable-evolution' '--exec-prefix=/usr' '--enable-debug=yes' '--disable-gtk-doc'
  ebuild.sh, line 541:   Called die

!!! econf failed

And the relevant config.log section is: 
configure:22105: checking for DESKBAR
configure:22118: $PKG_CONFIG --exists --print-errors "gtk+-2.0                          >= 2.6
        pygtk-2.0                               >= 2.6
        pygobject-2.0                   >= 2.6
        gnome-python-2.0                >= 2.10
        gnome-desktop-2.0               >= 2.10
"
configure:22126: $? = 0
configure:22151: $PKG_CONFIG --exists --print-errors "gtk+-2.0                          >= 2.6
        pygtk-2.0                               >= 2.6
        pygobject-2.0                   >= 2.6
        gnome-python-2.0                >= 2.10
        gnome-desktop-2.0               >= 2.10
"
configure:22159: $? = 0
configure:22260: result: yes
configure:22329: checking for python version
configure:22336: result: 2.4
configure:22348: checking for python platform
configure:22355: result: linux2
configure:22362: checking for python script directory
configure:22370: result: ${prefix}/lib/python2.4/site-packages
configure:22379: checking for python extension module directory
configure:22387: result: ${exec_prefix}/lib/python2.4/site-packages
configure:22400: checking for gnomeapplet module
configure:22410: $PYTHON -c '
try:
    import gnomeapplet
except ImportError, e:
    if str(e).find("gnomeapplet") >= 0:
          raise
except:
    pass
'
Traceback (most recent call last):
  File "<string>", line 3, in ?
ImportError: No module named gnomeapplet
configure:22421: $? = 1
configure:22426: result: no
configure:22428: error: gnomeapplet module required to build deskbar
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-07-12 00:38:42 UTC
Can you post the output of 'emerge -pv deskbar-applet' as well as 'emerge -pv gnome-python-desktop'
Comment 2 Zsombor G. 2006-07-12 00:57:41 UTC
# emerge -pv deskbar-applet

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] gnome-extra/deskbar-applet-2.14.2 [2.14.1.1] USE="debug eds" 0 kB

# emerge -pv gnome-python-extras

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-python/gnome-python-extras-2.14.0-r1  USE="X debug firefox -doc -seamonkey" 0 kB

Total size of downloads: 0 kB
Comment 3 Robert Buzna 2006-07-14 03:32:26 UTC
I had the same problem, some library was missing, so I reemerged everything that deskbar-applet depends on.

emerge -av dev-lang/python
emerge -av x11-libs/gtk+
emerge -av dev-python/pygtk
emerge -av dev-python/gnome-python
emerge -av gnome-base/gnome-desktop
emerge -av dev-python/gnome-python-desktop
emerge -av dev-python/gnome-python-extras
emerge -av gnome-base/gconf
emerge -av gnome-extra/evolution-data-server
emerge -av sys-devel/gettext
emerge -av dev-util/intltool
emerge -av dev-util/pkgconfig

So reemerge this and the problem should disappear.
Comment 4 Daniel J. 2006-07-15 11:39:43 UTC
(In reply to comment #3)
re-emerging dev-python/gnome-python-desktop does the trick.
Comment 5 Zsombor G. 2006-07-19 00:41:12 UTC
Okay, I figured out. When I try to emerge  dev-python/gnome-python-desktop it failed with some other error messages, but now I know the reason. The problem was with metacity-2.15.4 from the xgl-coffee overlay. After I've  downgraded to metacity-2.14.8 I was able to compile gnome-python-desktop and deskbar-applet also.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-08-05 04:59:28 UTC
*** Bug 142858 has been marked as a duplicate of this bug. ***
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-08-20 23:44:48 UTC
*** Bug 144577 has been marked as a duplicate of this bug. ***