Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113288 - gcompris 7.1 configure does not find pysqlite2 module
Summary: gcompris 7.1 configure does not find pysqlite2 module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-22 13:57 UTC by Andrew Gaydenko
Modified: 2005-11-22 15:44 UTC (History)
0 users

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


Attachments
config.log (config.log,60.14 KB, text/plain)
2005-11-22 15:03 UTC, Andrew Gaydenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gaydenko 2005-11-22 13:57:29 UTC
games-kids/gcompris-7.1 emerging ends at 'configure' with:
___________________________
...
checking for native Win32... no
checking for Win32 platform in general... no
checking for gnuchess... /usr/games/bin/gnuchess
checking for makeinfo... /usr/bin/makeinfo
checking for texi2html... /usr/bin/texi2html
configure: Python plugin is disabled.
checking wether we build with SQLITE (if not profile will be disabled)... yes
checking for SQLITE3... yes
checking for python module pysqlite2... no
configure: error: *** pysqlite2 missing
...
___________________________

My 'emerge info' out is:
___________________________
Portage 2.0.53_rc7 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r3,
2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.12.0_pre10
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/x/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.citkit.ru/pub/Linux/gentoo
http://ftp.linux.ee/pub/gentoo/distfiles/ http://trumpetti.atm.tut.fi/gentoo/
http://mir.zyrianes.net/gentoo/ http://ftp.rhnet.is/pub/gentoo/
ftp://ftp.du.se/pub/os/gentoo http://ftp.du.se/pub/os/gentoo
http://pandemonium.tiscali.de/pub/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
LANG="en_US.UTF-8"
MAKEOPTS="-j1"
PKGDIR="/x/portage/packages"
PORTAGE_TMPDIR="/wrk/tmp/portage"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 cdparanoia
cdr crypt cups curl dvd dvdr dvdread eds emboss encode exif expat fam ffmpeg
flac foomaticdb fortran gd gdbm gif glut gmp gphoto2 gpm gstreamer gtk gtk2
guile howl idn imagemagick imlib ipv6 jack jpeg kde kdexdeltas ladcca lcms ldap
libg++ libwww lirc mad mikmod mmx mng motif mozilla mp3 mpeg mysql ncurses nls
nptl nptlonly ogg oggvorbis openal opengl oss pam pcre pdflib perl png python qt
quicktime readline sdl slang soundtouch speex spell sqlite ssl svga tcltk tcpd
tetex tiff truetype truetype-fonts type1-fonts udev usb vorbis wmf xine xml2
xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS


Reproducible: Always
Steps to Reproduce:
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-11-22 14:39:26 UTC
Attach the config.log as text/plain from the build directory please.
Comment 2 Andrew Gaydenko 2005-11-22 15:03:51 UTC
Created attachment 73400 [details]
config.log

The config.log file is attached.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2005-11-22 15:29:09 UTC
looks like it needs python support so I disabled it.
Comment 4 Andrew Gaydenko 2005-11-22 15:44:08 UTC
The thing is dev-python/pysqlite was installed before.