|
From: <Tom...@Me...> - 2006-12-29 15:28:43
|
George, I neglected to add some other requested information in the prior email. Our machine shows a model of 9000/800. OS release level: B.11.11 Our compiler shows the following release level: HP ANSI C++ B3910B A.03.63 Thanks. Tom George Rhoten <gr...@us...>=20 Sent by: icu...@li... 12/28/2006 09:33 PM Please respond to ICU support mailing list <icu...@li...> To ICU support mailing list <icu...@li...> cc Subject Re: [icu-support] cnv=5Fopen failure under HP/UX B.11.11 - for cp1252 and=20 windows-1252 Can you try something like the following on an unmodified ICU? ./runConfigureICU --disable-release HP-UX/ACC --disable-64bit-libs=20 If rebuilding ICU with these options allows the tests to pass, can you=20 mention what version of the OS and compiler you're using, also what CPU=20 type your OS is on. George Rhoten IBM Globalization Center of Competency/ICU San Jos=E9, CA, USA http://www.icu-project.org/ http://icu.sourceforge.net/ Tom...@Me...=20 Sent by: icu...@li... 12/28/2006 04:27 PM Please respond to ICU support mailing list <icu...@li...> To ICU support mailing list <icu...@li...> cc Subject Re: [icu-support] cnv=5Fopen failure under HP/UX B.11.11 - for cp1252 and=20 windows-1252 Steven,=20 I ran the following with the configure:=20 runConfigureICU HP-UX/ACC --disable-64bit-libs=20 I encountered a compiler abnormal termination in several modules. It was=20 not generating any error messages but was just crashing without any=20 diagnostics whatsoever. As it turns out, the compiler was having=20 difficulty with a macro which was invoking an inline function from a macro = in a ternary expression. I changed the function so that it was no longer=20 inline and that fixed the problem.=20 As mentioned, a similar condition was occurring in multiple modules so I=20 used the same approach to resolve them. The modules were:=20 ucnvbocu.c=20 ucnv2022.c=20 ustr=5Fwcs.c=20 punycode.c=20 ucol=5Fwgt.c=20 genmbcs.c=20 gennames.c=20 I just ran the "make check". It ended up building quite a few modules=20 before running the tests. Following is the summary from the end of the=20 run:=20 -----------------------------------------------=20 IntlTest (C++) Test Suite for=20 International Components for Unicode 3.4.1=20 -----------------------------------------------=20 Options:=20 all (a) : On=20 Verbose (v) : Off=20 No error messages (n) : Off=20 Exhaustive (e) : Off=20 Leaks (l) : Off=20 Warn on missing data (w) : Off=20 -----------------------------------------------=20 *** Failure! The converter for sjis cannot be opened.=20 *** Check the ICU=5FDATA environment variable and=20 *** check that the data files are present.=20 *** Exiting. Use the '-w' option if data files were=20 *** purposely removed, to continue test anyway.=20 make[2]: Leaving directory `/scratch/Tom/icu/source/test/intltest'=20 make[1]: Making `check' in `iotest'=20 make[2]: Entering directory `/scratch/Tom/icu/source/test/iotest'=20 SHLIB=5FPATH=3D../../lib:../../stubdata:../../tools/ctestfw:$SHLIB=5FPATH=20 ./iotest || true=20 Default charset for this run is US-ASCII=20 /=20 /file/=20 %V Got: -1.000000, Expected: -1234.000000=20 u=5Ffgets got "oin"=20 u=5Ffgets got "ter to integer (Count) %n: n=3D1 n=3D1=20 "=20 ---[3 ERRORS] ---/file/TestFile=20 ---[OK] ---/file/StdinBuffering=20 ---[OK] ---/file/TestfgetsBuffers=20 ---[OK] ---/file/TestFileReadBuffering=20 ---[OK] ---/file/TestfgetsLineCount=20 ---[OK] ---/file/TestfgetsNewLineHandling=20 ---[OK] ---/file/TestfgetsNewLineCount=20 ---[OK] ---/file/TestFgetsLineBuffering=20 ---[OK] ---/file/TestCodepage=20 ---[OK] ---/file/TestCodepageAndLocale=20 ---[OK] ---/file/TestFprintfFormat=20 ---[OK] ---/file/TestFScanset=20 ---[OK] ---/file/TestFilePrintCompatibility=20 ---[OK] ---/file/TestBadScanfFormat=20 ---[OK] ---/file/TestVargs=20 ---[OK] ---/file/TestUnicodeFormat=20 /string/=20 %V Got: -1.000000, Expected: -1234.000000=20 ---[1 ERRORS] ---/string/TestString=20 ---[OK] ---/string/TestLocalizedString=20 ---[OK] ---/string/TestSprintfFormat=20 ---[OK] ---/string/TestSnprintf=20 ---[OK] ---/string/TestSScanset=20 ---[OK] ---/string/TestStringCompatibility=20 ---[OK] ---/string/TestBadScanfFormat=20 ---[OK] ---/string/TestVargs=20 ---[OK] ---/string/TestCount=20 /translit/=20 Error opening transliterator U=5FINVALID=5FID=20 ---[1 ERRORS] ---/translit/ops=20 /bin/sh: 9406 Memory fault(coredump)=20 make[2]: Leaving directory `/scratch/Tom/icu/source/test/iotest'=20 make[1]: Making `check' in `cintltst'=20 make[2]: Entering directory `/scratch/Tom/icu/source/test/cintltst'=20 SHLIB=5FPATH=3D../../lib:../../stubdata:../../tools/ctestfw:$SHLIB=5FPATH=20 ./cintltst=20 *** Failure! The converter for sjis cannot be opened.=20 *** Check the ICU=5FDATA environment variable and=20 *** check that the data files are present.=20 *** Exitting. Use the '-w' option if data files were=20 *** purposely removed, to continue test anyway.=20 make[2]: *** [check-local] Error 1=20 make[2]: Leaving directory `/scratch/Tom/icu/source/test/cintltst'=20 make[1]: *** [check-recursive] Error 2=20 make[1]: Leaving directory `/scratch/Tom/icu/source/test'=20 make: *** [check-recursive] Error 2=20 Thanks for the help.=20 Tom=20 "Steven R. Loomis" <sr...@ic...>=20 Sent by: icu...@li...=20 12/28/2006 05:59 PM=20 Please respond to ICU support mailing list <icu...@li...> To ICU support mailing list <icu...@li...>=20 cc Subject Re: [icu-support] cnv=5Fopen failure under HP/UX B.11.11 - for cp1252 and=20 windows-1252 can you tell us more about your build? Was it built using the=20 default options or? What happens when you run 'make check'? -s On 28 Di? 2006, at 15:03, Tom...@Me... wrote: > > windows-1252 and cp1252 are failing with an error code of 4 which=20 > appears to be U=5FFILE=5FACCESS=5FERROR. > > UTF-8 works fine. > > I was wondering what we might be doing wrong. Could it be a problem=20 > with our build? > > Thanks. > > Tom > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share=20 your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE= VDEV =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F icu-support mailing list - icu...@li... To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support --------------------------------------------------------------------- This message contains confidential and proprietary information of the=20 sender, and is intended only for the person(s) to whom it is addressed.=20 Any use, distribution, copying or disclosure by any other person is=20 strictly prohibited. If you have received this message in error, please=20 notify the e-mail sender immediately, and delete the original message=20 without making a copy.=20 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share=20 your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE= VDEV =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F icu-support mailing list - icu...@li... To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share=20 your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE= VDEV =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F icu-support mailing list - icu...@li... To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support --------------------------------------------------------------------- This message contains confidential and proprietary information of the=20 sender, and is intended only for the person(s) to whom it is addressed.=20 Any use, distribution, copying or disclosure by any other person is=20 strictly prohibited. If you have received this message in error, please=20 notify the e-mail sender immediately, and delete the original message=20 without making a copy.=20 |