Re: [cx-oracle-users] error when compiling src rpm....
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2006-09-06 16:05:27
|
You will need to build a new source RPM. You can do this using the command python setup.py bdist_rpm --no-autoreq .That will also build the RPM as well. You may be able to get by with simply creating a link from python2.4 to python2.3 but I don't know what other problems you might run into with that hack... :-) On 9/6/06, Screaming Eagle <tek...@gm...> wrote: > All, > I am running FC5 with 10.2 Oracle. I try rebuilding from src rpm: "rpmbuild > --rebuild <src rpm>" and get the following error: > > + '[' 0 -ne 0 ']' > + cd cx_Oracle-4.2 > ++ /usr/bin/id -u > + '[' 500 = 0 ']' > ++ /usr/bin/id -u > + '[' 500 = 0 ']' > + /bin/chmod -Rf a+rX,u+w,g-w,o-w . > + exit 0 > Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5169 > + umask 022 > + cd /home/area51/rpmbuild/BUILD > + cd cx_Oracle-4.2 > + LANG=C > + export LANG > + unset DISPLAY > + env 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-pr otector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic > -fasynchronous -unwind-tables' python2.3 setup.py build > env: python2.3: No such file or directory > error: Bad exit status from /var/tmp/rpm-tmp.5169 (%build) > > > RPM build errors: > user anthony does not exist - using root > group possedev does not exist - using root > user anthony does not exist - using root > group possedev does not exist - using root > Bad exit status from /var/tmp/rpm-tmp.5169 (%build) > ============== > > It looks like it is looking for python2.3 , I am running python2.4.3-8.FC5. > Any idea how to get this to compile? Thanks. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > |