[
https://issues.apache.org/jira/browse/STDCXX-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615654#action_12615654
]
Eric Lemings commented on STDCXX-977:
-------------------------------------
Tried to reproduce this issue. Did a 12D build and install on HPUX 11.23. No
coredumps at all.
{code}
...
./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
...
{code}
> [HP aCC 3/HP-UX] install error on zh_CN.GB18030
> -----------------------------------------------
>
> Key: STDCXX-977
> URL: https://issues.apache.org/jira/browse/STDCXX-977
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Build and Installation
> Affects Versions: 4.2.1
> Environment: HP-UX 11.23/PA
> Reporter: Martin Sebor
> Assignee: Eric Lemings
> Fix For: 4.2.2
>
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> From this [post|http://markmail.org/message/sirhj2cecleavz5l]:
> {quote}
> -------- 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}}
> -----------------------------------------------------------------------------------------------
> {noformat}
> 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
> {noformat}
> ------------------------------------------------------------------------------------------------------
> Can you help me regarding this issue....
>
> Thanks in Advance,
> Jaipal P.
> {quote}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.