Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89794 - omniorbpy fails to compile cause it looks for /usr/bin/python2.2 instead of /usr/bin/python2.3
Summary: omniorbpy fails to compile cause it looks for /usr/bin/python2.2 instead of /...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 05:29 UTC by Onra
Modified: 2005-04-20 08:31 UTC (History)
0 users

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


Attachments
Error message when compiling the source (omniorbpy.err,5.54 KB, text/plain)
2005-04-20 05:30 UTC, Onra
Details
ebuild file that seems to cause the error (omniorbpy-2.3.ebuild,2.01 KB, text/plain)
2005-04-20 05:31 UTC, Onra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Onra 2005-04-20 05:29:34 UTC
> emerge omniorbpy fails because configure only looks for python 2.2 whereas I have installed version 2.3:

> checking for python... /usr/bin/python2.2
> checking for  version... ./configure: line 1: /usr/bin/python2.2: No such file > or directory
> checking for  platform... ./configure: line 1: /usr/bin/python2.2: No such file or directory


You can workaround this bug by linking python2.2 to python2.3:

> ln -s /usr/bin/python2.3 /usr/bin/python2.2

It's easy to fix the bug this way, but it would be better to avoid the problem by changing the line in the omniorbpy-2.3.ebuild file: 
MY_PY=/usr/bin/python2.2 
to 
MY_PY=/usr/bin/python2.3


Reproducible: Always
Steps to Reproduce:
1.emerge omniorbpy
2.
3.

Actual Results:  
omniorb does not compile

Expected Results:  
omniorb should have compiled successfully

# emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0/2.4, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.4.28-gentoo-r8 i686)
=================================================================
System uname: 2.4.28-gentoo-r8 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 11 2005, 10:01:30)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /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="-march=athlon -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dfx 3dnow X Xaw3d alsa apache2 apm avi berkdb bitmap-fonts bzlib cdr
cpdflib cross crypt cscope cups curl dga directfb divx4linux emboss encode esd
ethereal fam flac foomaticdb fortran ftp gcj gdbm ggi gif gimpprint gnome
gphoto2 gpm gtk gtk2 imagemagick imap imlib innodb ipv6 java jpeg kde ldap
libg++ libwww mad mcal mikmod mmap mmx motif mozilla mp3 mpeg mysql ncurses nis
nocardbus nocd odbc ogg oggvorbis openal opengl oss pam pdflib perl php
plotutils png posix ppds python qt quicktime readline recode samba sdl shared
slang slp snmp sockets spell ssl svg svga tcpd tetex tidy tiff truetype
truetype-fonts type1-fonts unicode usb vorbis wmf wxwindows xml2 xmms xpm xsl xv
xvid zlib video_cards_r100"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Onra 2005-04-20 05:30:34 UTC
Created attachment 56747 [details]
Error message when compiling the source
Comment 2 Onra 2005-04-20 05:31:59 UTC
Created attachment 56748 [details]
ebuild file that seems to cause the error
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2005-04-20 08:31:02 UTC
fixed in cvs. thanks for the report