Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329561 - gnome-extra/hamster-applet-2.30.2 failed with python 2.4 + pysqlite
Summary: gnome-extra/hamster-applet-2.30.2 failed with python 2.4 + pysqlite
Status: RESOLVED DUPLICATE of bug 266050
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:
Depends on:
Blocks:
 
Reported: 2010-07-23 11:06 UTC by renato gallo
Modified: 2010-07-23 17:35 UTC (History)
5 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 renato gallo 2010-07-23 11:06:57 UTC
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.17.3... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib64/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
checking for headers required to compile python extensions... found
checking for HAMSTER... yes
checking for gnomeapplet module... yes
checking for pygtk-codegen-2.0... /usr/bin/pygtk-codegen-2.0
checking for pygtk defs... /usr/share/pygtk/2.0/defs
checking for python sqlite module... no
configure: error: Python 2.5+: inbuilt sqlite is required to build hamster





+++ This bug was initially created as a clone of Bug #266050 +++

checking for python sqlite module... no
configure: error: Python 2.5+: inbuilt sqlite is required to build hamster


python 2.4 and pysqlite was installed.  I suspect it really needs python-2.5, and the || dep is not appropriate.
Comment 1 renato gallo 2010-07-23 11:07:41 UTC
 emerge -pv pysqlite

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

Calculating dependencies... done!
[ebuild   R   ] dev-python/pysqlite-2.6.0  USE="examples" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

 * IMPORTANT: 6 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2010-07-23 13:40:12 UTC
Where are you pulling this hamster-applet ebuild?   The one in portage depends only on python > 2.5 with sqlite (and has since 2.26.3).
Comment 3 renato gallo 2010-07-23 14:27:32 UTC
Got it after an emerge --sync
(In reply to comment #2)
> Where are you pulling this hamster-applet ebuild?   The one in portage depends
> only on python > 2.5 with sqlite (and has since 2.26.3).
> 
Comment 4 Daniel Gryniewicz (RETIRED) gentoo-dev 2010-07-23 14:29:10 UTC

*** This bug has been marked as a duplicate of bug 266050 ***
Comment 5 renato gallo 2010-07-23 17:19:14 UTC
It is said on that bug to open another this is about a different version reopening can anyone just fix it please ?
Comment 6 Pacho Ramos gentoo-dev 2010-07-23 17:35:56 UTC
(In reply to comment #5)
> It is said on that bug to open another this is about a different version
> reopening can anyone just fix it please ?
> 

Out ebuild in official tree is already fixed:
RDEPEND=">=dev-lang/python-2.5[sqlite]"

You seem to be getting this alternative ebuild from any other overlay or something else

*** This bug has been marked as a duplicate of bug 266050 ***