Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126154 - Cannot emerge dev-python/psycopg-1.1.18 due to missing mxDateTime.h header
Summary: Cannot emerge dev-python/psycopg-1.1.18 due to missing mxDateTime.h header
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 135699 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-14 06:20 UTC by Marco Lazzeri
Modified: 2006-06-05 22:33 UTC (History)
1 user (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 Marco Lazzeri 2006-03-14 06:20:50 UTC
miracle ~ # emerge --info
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Pentium III (Katmai)
Gentoo Base System version 1.6.14
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.unina.it/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X aac aalib alsa apache2 arts artswrappersuid audiofile avi bash-completion berkdb bitmap-fonts browserplugin bzip2 cdparanoia crypt cups directfb divx4linux dv encode fastcgi fb fbcon firefox flac gif gimpprint gpm graphviz gstreamer gtk gtk2 icq imap innodb ithreads java javascript jikes jpeg jython kde kdeenablefinal lame libcaca libg++ libwww md5sum mmx mono mozdevelop moznocompose moznoirc moznomail mozsvg mozxmlterm mp3 mpeg msn mysql ncurses nethack nls nodroproot nptl nptlonly nsplugin ogg oggvorbis opengl oracle parse-clocks pcre pda perl png postgres python qt quicktime rar readline real ruby samba sdl soap sql sqlite sse ssl subversion svga tcltk threads tiff truetype truetype-fonts type1-fonts unicode utf8 vhosts vidix vim-with-x vorbis win32codecs xine xml xml2 xprint xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Marco Lazzeri 2006-03-14 06:24:56 UTC
I'm using dev-python/egenix-mx-base-2.0.5.

It seems a problem of Python version: dev-python/psycopg-1.1.18 uses Python 2.4 while my egenix-mx-base installation is in Python 2.3 'site-packages' directory.

I've badly worked around the problem soft linking

  /usr/lib/python2.3/site-packages/mx

to

  /usr/lib/python2.4/site-packages/mx
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-14 06:26:43 UTC
Running python-updater is *mandatory* after python upgrade.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-06-05 22:33:31 UTC
*** Bug 135699 has been marked as a duplicate of this bug. ***