General

Profile

twwlogin (The Written Word Inc)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 6 6

Activity

11/15/2011

05:50 AM Ruby Bug #5497: Math.log10(10_000) error on HP-UX/PA
Yui NARUSE wrote:
> The Written Word Inc wrote:
> ...
```c
$ cat t.c
#include <math.h>
#include <stdio.h>
int main(void) {
printf("%f\n", log10(10000));
return 0;
}
```
```
$ cc t.c -lm
$ ./a.out
4.000000
twwlogin (The Written Word Inc)

10/30/2011

03:18 PM Ruby Bug #5511 (Closed): "make test" failure on HP-UX/PA
Building 1.9.2 with svn revision at 33531 produces an error during "make test":
$ ./configure --disable-rpath
...
$ gmake
...
Generating RI...
Files: 513
Classes: 1086 ( 649 undocumented)
Constants: 1...
twwlogin (The Written Word Inc)
03:17 PM Ruby Bug #5510 (Closed): "make test" failure on HP-UX/IA
Building 1.9.2 with svn revision at 33531 produces an error during "make test":
$ ./configure --disable-rpath
...
$ gmake
...
Generating RI...
Files: 513
Classes: 1086 ( 649 undocumented)
Constants: 1...
twwlogin (The Written Word Inc)

10/29/2011

03:26 PM Ruby Bug #5497: Math.log10(10_000) error on HP-UX/PA
Yui NARUSE wrote:
> The Written Word Inc wrote:
> ...
(ia64)
p 4.0
4.0
(pa-risc)
p 4.0
4.0
> > (pa-risc)
> ...
```c
$ cat t.c
#include <math.h>
#include <stdio.h>
int main(void) {
printf("%f\n", log10(10000)...
twwlogin (The Written Word Inc)
08:33 AM Ruby Bug #5491: build failure on Tru64 UNIX 5.1
Yes, that should work. twwlogin (The Written Word Inc)

10/28/2011

04:08 PM Ruby Bug #5497 (Closed): Math.log10(10_000) error on HP-UX/PA
I've built 1.9.2 from svn revision at 33531 on HP-UX/PA and HP-UX/IA. I'm getting two different results for Math.log10(10_000) depending on IA64 and PA-RISC:
(ia64)
p Math.log10(10_000)
4
(pa-risc)
p Math.log10(10...
twwlogin (The Written Word Inc)
03:54 PM Ruby Bug #5496: ext/bigdecimal build failure on HP-UX 11.23/IA, 11.31/IA
Ok, thanks. Looking at mkmf.log reveals that --disable-rpath is the solution. -R isn't applicable to cc/ld on HP-UX. Please close. twwlogin (The Written Word Inc)
01:56 PM Ruby Bug #5496 (Rejected): ext/bigdecimal build failure on HP-UX 11.23/IA, 11.31/IA
Building 1.9.2 with svn revision at 33531 produces an error while building ext/bigdecimal:
$ ./configure
...
$ gmake
...
gmake[1]: Leaving directory `/opt/build/china/ruby-1.9.2/ext/-test-/string'
compiling bigdecimal
/opt...
twwlogin (The Written Word Inc)
01:36 PM Ruby Bug #5491: build failure on Tru64 UNIX 5.1
For compile.c, we have:
#include "ruby/ruby.h"
#include "vm_core.h"
#include "thread_pthread.h"
#include <pthread.h>
#include <pthread_exception.h>
#include <c_excpt.h>
So, if you #undef leave and...
twwlogin (The Written Word Inc)

10/27/2011

11:37 AM Ruby Bug #5491 (Closed): build failure on Tru64 UNIX 5.1
Building 1.9.2 with latest svn revision at 33531 produces a build error because <c_except.h> defines leave and except:
/* definitions of keywords and intrinsic function names */
#ifndef __cplusplus
#define try ...
twwlogin (The Written Word Inc)

Also available in: Atom