Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001465 [Resin] minor always 11-20-06 10:08 12-04-06 14:32
Reporter sam View Status public  
Assigned To ferg
Priority urgent Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.0 Product Version 3.0.22
  Product Build
Summary 0001465: ./configure heuristics for intel 64-bit linux
Description (rep by K Paulson)

We found an issue with resin running ./configure on a x86-64 architecture
system with 64 bit java: the configure script that comes with resin
3.0.22 does not detect 64 bit java because it uses egrep syntax with a
grep command on line 8715.

Change:
grep "(64-Bit|amd64-64)" $tmpname 1> /dev/null
to
egrep "(64-Bit|amd64-64)" $tmpname 1> /dev/null
Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
11-20-06 10:08 sam New Issue
12-04-06 14:32 ferg Assigned To  => ferg
12-04-06 14:32 ferg Status new => closed
12-04-06 14:32 ferg Resolution open => fixed
12-04-06 14:32 ferg Fixed in Version  => 3.1.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker