Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#27025 - [ipython] missing sqlite3 {make,}depends

Attached to Project: Community Packages
Opened by Andrea Scarpino (BaSh) - Friday, 18 November 2011, 12:32 GMT
Last edited by Kyle Keen (keenerd) - Saturday, 19 November 2011, 03:42 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Traceback (most recent call last):
File "setup.py", line 54, in <module>
from IPython.utils.path import target_update
File "/build/src/ipython-0.11/IPython/__init__.py", line 46, in <module>
from .frontend.terminal.embed import embed
File "/build/src/ipython-0.11/IPython/frontend/terminal/embed.py", line 31, in <module>
from IPython.frontend.terminal.interactiveshell import TerminalInteractiveShell
File "/build/src/ipython-0.11/IPython/frontend/terminal/interactiveshell.py", line 25, in <module>
from IPython.core.interactiveshell import InteractiveShell, InteractiveShellABC
File "/build/src/ipython-0.11/IPython/core/interactiveshell.py", line 32, in <module>
from IPython.core import history as ipcorehist
File "/build/src/ipython-0.11/IPython/core/history.py", line 20, in <module>
import sqlite3
File "/usr/lib/python3.2/sqlite3/__init__.py", line 23, in <module>
from sqlite3.dbapi2 import *
File "/usr/lib/python3.2/sqlite3/dbapi2.py", line 26, in <module>
from _sqlite3 import *
ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory

Additional info:
* ipython 0.11-3

Steps to reproduce:
Try to build it.
This task depends upon

Closed by  Kyle Keen (keenerd)
Saturday, 19 November 2011, 03:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in SVN.
Comment by Kyle Keen (keenerd) - Saturday, 19 November 2011, 03:42 GMT
Huh, python2 depends on sqlite while python3 does not. Guess that is why I missed this.

Loading...