Would you be so kind to send me the whole build log? I do not have a sparc64 but a former user reported a missing include <string.h> in src/icecpp/prefix.c as a possible cause of problems in 64 bit architectures. I don't think so because icecpp just used strlen. Besides, ZeroC distributes fully working binaries for sparc64 and amd64 without source modifications. But just in case, would it be possible to try an #include <string.h> in src/icecpp/prefix.c ?
Thanks in advance, F. Moya El vie, 31-03-2006 a las 06:14 -0800, Blars Blarson escribió: > Package: zeroc-ice > Version: 3.0.1-2 > Severity: important > Justification: fails to build from source > > zeroc-ice failed to build on a sparc buildd, duplicated on my sparc > pbuilder. > > > > making all in IceGrid > make[3]: Entering directory `/build/buildd/zeroc-ice-3.0.1/src/IceGrid' > rm -f ../../include/IceGrid/Admin.h Admin.cpp > ../../bin/slice2cpp --checksum --ice --include-dir IceGrid --dll-export > ICE_GRID_API -I../../slice -I.. ../../slice/IceGrid/Admin.ice > make[3]: *** [Admin.cpp] Segmentation fault > make[3]: *** Deleting file `Admin.cpp' > make[3]: Leaving directory `/build/buildd/zeroc-ice-3.0.1/src/IceGrid' > make[2]: *** [all] Error 1 > >