Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 62336
Status: rejected
Priority: 0/
Queue: DBD-Oracle

People
Owner: champoux [...] pythian.com
Requestors: kotukhov [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 1.24
  • 1.26
Fixed in: (no value)



Subject: Makefile.PL hangs with oracle-instantclient11.2.i386 linux
/usr/share/oracle/11.2/client/demo.mk contains GNU make "shell" function MTYPE=`if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32" ; fi` On centos 5.5 ... 0 Variable: LDFLAGS 1 Expanding -g $(MTYPE) 2 Variable: MTYPE 3 Expanding `if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32" ; fi` Evaluating `if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32" ; fi` sh: shell: command not found returned '' ... In Ubuntu 10.10 exists "shell" command and configure hangs.
On Thu Oct 21 04:01:24 2010, Alexey.Kotukhov wrote: Show quoted text
> > /usr/share/oracle/11.2/client/demo.mk contains GNU make "shell" function > > MTYPE=`if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32" ; fi` > > On centos 5.5 > ... > 0 Variable: LDFLAGS > 1 Expanding -g $(MTYPE) > 2 Variable: MTYPE > 3 Expanding `if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32" ; fi` > Evaluating `if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32" ; fi` > sh: shell: command not found > returned '' > ... > > In Ubuntu 10.10 exists "shell" command and configure hangs. > > > >
The shell script you are running is from Oracle and not in DBD::Oracle. Have you reported this to Oracle? Do have have a suggested workaround as I'm not sure what DBD::Oracle can do about this. Martin -- Martin J. Evans Wetherby, UK
That is now fixed in Trunk It will be released in DBD::Oracle 1.28 you can find trunk here http://svn.perl.org/modules/dbd-oracle/trunk
On Fri Dec 17 10:38:18 2010, PYTHIAN wrote: Show quoted text
> That is now fixed in Trunk > > It will be released in DBD::Oracle 1.28 > > you can find trunk here > > http://svn.perl.org/modules/dbd-oracle/trunk
Arrggge!! not having much fun with my fingers this AM. This Ticket is not fixed I made the above post by mistake.
On Fri Dec 17 10:27:03 2010, MJEVANS wrote: Show quoted text
> On Thu Oct 21 04:01:24 2010, Alexey.Kotukhov wrote:
> > > > /usr/share/oracle/11.2/client/demo.mk contains GNU make "shell" function > > > > MTYPE=`if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32" ; fi` > > > > On centos 5.5 > > ... > > 0 Variable: LDFLAGS > > 1 Expanding -g $(MTYPE) > > 2 Variable: MTYPE > > 3 Expanding `if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32"
; fi` Show quoted text
> > Evaluating `if [ "$(shell uname -m)" = "x86_64" ]; then echo "-m32"
; fi` Show quoted text
> > sh: shell: command not found > > returned '' > > ... > > > > In Ubuntu 10.10 exists "shell" command and configure hangs. > > > > > > > >
> > The shell script you are running is from Oracle and not in DBD::Oracle. > Have you reported this to Oracle? Do have have a suggested workaround as > I'm not sure what DBD::Oracle can do about this. > > Martin
Unless you can come up with a workaround for this I don't see there is anything we can do. I suggest you report it to Oracle as it is their script. I will close this in a few days if no reply. Martin -- Martin J. Evans Wetherby, UK