Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253199 - bzr-1.10 needs python coompiled with sqlite to initilize a branch
Summary: bzr-1.10 needs python coompiled with sqlite to initilize a branch
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-30 22:58 UTC by Serkan Kaba (RETIRED)
Modified: 2010-01-01 21:32 UTC (History)
4 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 Serkan Kaba (RETIRED) gentoo-dev 2008-12-30 22:58:02 UTC
Possibly the default branch format has changed and now when I issue a bzr init the following error occurs.

Needs at least Python2.5 or Python2.4 with the pysqlite2 module
bzr: ERROR: missing sqlite library

Compiling python with +sqlite fixes the problem.
Comment 1 Mark Lee 2008-12-30 23:24:51 UTC
(In reply to comment #0)
> Possibly the default branch format has changed and now when I issue a bzr init
> the following error occurs.
> 
> Needs at least Python2.5 or Python2.4 with the pysqlite2 module
> bzr: ERROR: missing sqlite library
> 
> Compiling python with +sqlite fixes the problem.

I'm 99% sure that the default branch format has not changed in bzr since version 1.0 or so.  Searching for "sqlite" in the source of bzr returns no results. Perhaps you have an (old/broken) installation of bzr-svn installed, which does use SQLite?
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2008-12-31 04:50:15 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > Possibly the default branch format has changed and now when I issue a bzr init
> > the following error occurs.
> > 
> > Needs at least Python2.5 or Python2.4 with the pysqlite2 module
> > bzr: ERROR: missing sqlite library
> > 
> > Compiling python with +sqlite fixes the problem.
> 
> I'm 99% sure that the default branch format has not changed in bzr since
> version 1.0 or so.  Searching for "sqlite" in the source of bzr returns no
> results. Perhaps you have an (old/broken) installation of bzr-svn installed,
> which does use SQLite?
> 

Thanks that was the case, I should file ther bug agains bazaar-overlay, I suppose then. Thanks for the suggestion.
Comment 3 Mark Lee 2008-12-31 06:23:51 UTC
> Thanks that was the case, I should file ther bug agains bazaar-overlay, I
> suppose then. Thanks for the suggestion.

No need, I fixed it in revision 191.  Even referenced this bug.