Operating System - HP-UX
1753513 Members
5421 Online
108795 Solutions
New Discussion

Re: aCC yields "Error (system problem) 689" when building VTK 3.2

 
Joachim Frieben
Occasional Contributor

aCC yields "Error (system problem) 689" when building VTK 3.2

Hi folks,
I am currently stuck with an annoying compilation problem using aCC (B3911DB) under HP-UX 11.00. Building VTK 3.2 is aborted with the output given below:

. . . cd common; make -b all
/opt/aCC/bin/aCC +O2 +p -I. -I. -I./../graphics -DVTK_USE_GRAPHICS -I./../imaging -DVTK_USE_IMAGING -I/opt/graphics/OpenGL/include -I./../common -I../common -I/opt/tk/include -I/opt/tcl/include -c vtkFloatPoints.cxx -o vtkFloatPoints.o
Signal 11
( 0) 0x0006b160 sighandler__FiT1 + 0x40 [/opt/aCC/lbin/ctcom]
( 1) 0xc01f10a0 _sigreturn [/usr/lib/libc.2]
( 2) 0x001b3ee0 generateBaseClassTable__5ClassFP11DynamicListXTP5Class_ + 0x2dc [/opt/aCC/lbin/ctcom]
( 3) 0x001b364c getTypeInfoDecl__F9TypeTokenP11DynamicListXTP5Class_b + 0x7bc [/opt/aCC/lbin/ctcom]
( 4) 0x00179344 generateVtables__5ClassFP5ClassP10DerivationUlb + 0xd8 [/opt/aCC/lbin/ctcom]
( 5) 0x0017815c generateAllVtables__5ClassSFv + 0x460 [/opt/aCC/lbin/ctcom]
( 6) 0x00069a28 DoCompile__8CompilerFv + 0x1e8 [/opt/aCC/lbin/ctcom]
( 7) 0x0006a380 DoCompile__8CompilerFP6Buffer + 0x3c [/opt/aCC/lbin/ctcom]
( 8) 0x0006a740 DoCompileFile__8CompilerFPc + 0x2b0 [/opt/aCC/lbin/ctcom]
( 9) 0x0006b734 main + 0x380 [/opt/aCC/lbin/ctcom]
(10) 0xc013cc34 _start + 0xa8 [/usr/lib/libc.2]
(11) 0x000668c8 $START$ + 0x160 [/opt/aCC/lbin/ctcom]
Error (system problem) 689: # Compiler received signal 11
*** Error exit code 3

Stop.
*** Error exit code 1

Stop.

Any clues? Has anybody successfully compiled VTK 3.2 on this platform? Any helpful comment is appreciated.
Thanks in advance!
Hope the best and expect the worst !
1 REPLY 1
Sanjay_6
Honored Contributor

Re: aCC yields "Error (system problem) 689" when building VTK 3.2

Hi,

Do you have the compiler pathces on you system. there is a big list of acc compiler patches. Download and update your system. It might solve your problem.

here is a thread to one of them.

http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=3934f762173f29a461?PATCH_PATH=/hp-ux_patches/s700_800/11.X/PHSS_20975&HW=s800&OS=11.00

hope this helps.

thanks