Reshma (Reshma Kumar)
- Login: Reshma
- Registered on: 09/24/2019
- Last sign in: 06/01/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
10/15/2019
-
12:17 PM Ruby Bug #16179: ruby binaries generate "already initialized constant" warnings on AIX 6.1
- 64bit
-----
./configure \
--host=powerpc-ibm-aix6.1.0.0 --target=powerpc-ibm-aix6.1.0.0 --build=powerpc-ibm-aix6.1.0.0 \
--prefix=/opt/freeware \
--libdir=/opt/freeware/lib64 \
--libexecdir=/opt/freeware/lib64 \
...
10/02/2019
-
05:38 AM Ruby Bug #16185: basictest failure on AIX 6.1 for 64bit build
- I couldn't resolve this issue. Any updates?
09/27/2019
-
11:58 AM Ruby Bug #16185 (Feedback): basictest failure on AIX 6.1 for 64bit build
- We are building ruby 2.6.3(both 32 and 64bit) on AIX 6.1.
The build options used for 64bit build are:-
export LDFLAGS="-L/opt/freeware/lib64 -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib64:/usr/lib:/lib"
and for 32bit build are:...
09/26/2019
-
06:59 AM Ruby Bug #16179: ruby binaries generate "already initialized constant" warnings on AIX 6.1
- Yes, it is same as that in irb.
I have attached a log of the output. -
06:43 AM Ruby Bug #16179 (Open): ruby binaries generate "already initialized constant" warnings on AIX 6.1
09/25/2019
-
02:33 AM Ruby Bug #16179 (Closed): ruby binaries generate "already initialized constant" warnings on AIX 6.1
- We are building ruby 2.6.3(both 32 and 64bit) on AIX 6.1.
The build options used for 64bit build are:-
```
export LDFLAGS="-L/opt/freeware/lib64 -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib64:/usr/lib:/lib"
```
and for 32...