Issue Details (XML | Word | Printable)

Key: STDCXX-977
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eric Lemings
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[HP aCC 3/HP-UX] install error on zh_CN.GB18030

Created: 27/Jun/08 06:52 PM   Updated: 22/Jul/08 06:17 PM
Return to search
Component/s: Build and Installation
Affects Version/s: 4.2.1
Fix Version/s: 4.2.2

Time Tracking:
Original Estimate: 4h
Original Estimate - 4h
Remaining Estimate: 4h
Remaining Estimate - 4h
Time Spent: Not Specified
Remaining Estimate - 4h

Environment: HP-UX 11.23/PA

Severity: Runtime Error


 Description  « Hide
From this post:

-------- Original Message --------
Subject: problem in installing apache standard library on HPUX 11.23PA
Date: Tue, 24 Jun 2008 22:32:22 -0700 (PDT)
From: pendiala jaipal <jaipal_201 AT yahoo DOT com>
Reply-To: dev AT stdcxx DOT apache DOT org, jaipal_201 AT yahoo DOT com
To: dev AT stdcxx DOT apache DOT org

Hi all,

When i install Apache standard library to /opt/iexpress/stdcxx location it is giving problem.

gmake install PREFIX=/opt/iexpress/stdcxx

-----------------------------------------------------------------------------------------------

mkdir -p /opt/iexpress/stdcxx
gmake -Clib install
gmake[1]: Entering directory `/home/jaipal/Stdcxx/stdcxx-4.2.1/build/lib'
mkdir -p /opt/iexpress/stdcxx/lib
cp libstd.sl.4.2.1 /opt/iexpress/stdcxx/lib
if [ libstd.sl != libstd.sl.4.2.1 ]; then          \
            rm /opt/iexpress/stdcxx/lib/libstd.sl;           \
            ln -s libstd.sl.4.2.1 /opt/iexpress/stdcxx/lib/libstd.sl; \
        fi
mkdir -p /opt/iexpress/stdcxx/etc
cp rwstderr.cat /opt/iexpress/stdcxx/etc
gmake[1]: Leaving directory `/home/jaipal/Stdcxx/stdcxx-4.2.1/build/lib'
gmake -Cbin install
gmake[1]: Entering directory `/home/jaipal/Stdcxx/stdcxx-4.2.1/build/bin'
./localedef -w -c -f /home/jaipal/Stdcxx/stdcxx-4.2.1/etc/nls/charmaps/GB18030 -i /home/jaipal/Stdcxx/stdcxx-4.2.1/etc/nls/src/zh_CN /home/jaipal/Stdcxx/stdcxx-4.2.1/build/nls/zh_CN.GB18030
/bin/sh: 948 Memory fault(coredump)
gmake[1]: *** [zh_CN.GB18030] Error 139
gmake[1]: Leaving directory `/home/jaipal/Stdcxx/stdcxx-4.2.1/build/bin'
gmake: *** [install] Error 2

------------------------------------------------------------------------------------------------------

Can you help me regarding this issue....

Thanks in Advance,
Jaipal P.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor added a comment - 18/Jul/08 03:33 AM
Assigned to Brad.

Eric Lemings added a comment - 22/Jul/08 04:08 PM
Tried to reproduce this issue. Did a 12D build and install on HPUX 11.23. No coredumps at all.
...
./localedef -w -c -f /source/stdcxx/branches/4.2.x/etc/nls/charmaps/GB2312 -i /source/stdcxx/branches/4.2.x/etc/nls/src/zh_CN /build/stdcxx-4.2.x-12D/nls/zh_CN.GB2312
./localedef -w -c -f /source/stdcxx/branches/4.2.x/etc/nls/charmaps/GB18030 -i /source/stdcxx/branches/4.2.x/etc/nls/src/zh_CN /build/stdcxx-4.2.x-12D/nls/zh_CN.GB18030
./localedef -w -c -f /source/stdcxx/branches/4.2.x/etc/nls/charmaps/GBK -i /source/stdcxx/branches/4.2.x/etc/nls/src/zh_CN /build/stdcxx-4.2.x-12D/nls/zh_CN.GBK
...

Martin Sebor added a comment - 22/Jul/08 06:17 PM
You might want to try make install (that's where it failed for Jaipal). Also, I don't think he mentioned the build type. I'd try 12d rather than 12D (the test for the zh_CN.GB18030 locale fails in all narrow build types in our nightly builds).