[Insight-users] Problems building ITK 2.8.1 on Sun OS + gcc

Jordi Inglada jordi.inglada at cnes.fr
Tue Jul 18 07:45:21 EDT 2006


Thank you Luis. This was indeed the problem.

I used gtar and it did it OK.

Jordi

Le mardi 18 juillet 2006 à 06:55 -0400, Luis Ibanez a écrit :
> Hi Jordi,
> 
> This is probably due to the broken tar tool that is delivered with Sun
> workstations.
> 
> The SUN tar has a different way of computing checksums, and truncates
> filenames during the decompression of a .tar.gz file that was created
> with GNU tar. Since the filenames are truncated, then CMake cannot
> find the expected filenames as specified in the CMakeLists.txt files.
> 
> You may want to make sure that you use the GNU tar tool, and not the
> native SUN tar. Or, you could download ITK using the CVS, by using
> the tag ITK-2-8-1
> 
> For more details on the SUN broken tar tool, please take a look
> at the following email from the archives:
> 
> http://public.kitware.com/pipermail/insight-users/2005-December/016107.html
> 
> 
> 
>       Regards,
> 
> 
> 
>           Luis
> 
> 
> 
> -----------------------
> Jordi Inglada wrote:
> > Hello,
> > 
> > CMake (2.2.3) seems to have trouble on Sun OS 5.8 + gcc 3.4.4 when
> > configuring ITK 2.8.1. This problem didn't exist with previous versions
> > (at least noit for 2.6, I think).
> > 
> > Here goes the CMake message :
> > 
> >  CMake Error: can not find file
> >  /users/inglada/local/src/InsightToolkit-2.8.1/Testing/Code/Common/itkSymmetric
> >  EllipsoidInteriorExteriorSpatialFunctionTest.cxx
> > 
> >  Tried .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp .hxx .in .txx
> > 
> >  CMake Error: can not find file
> >  /users/inglada/local/src/InsightToolkit-2.8.1/Testing/Code/BasicFilters/itkBlo
> >  xBoundaryPointImageToBloxBoundaryProfileImageFilterTest.cxx
> > 
> >  Tried .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp .hxx .in .txx
> > 
> >  CMake Error: can not find file
> >  /users/inglada/local/src/InsightToolkit-2.8.1/Testing/Code/BasicFilters/itkBlo
> >  xBoundaryProfileImageToBloxCoreAtomImageFilterTest.cxx
> > 
> >  Tried .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp .hxx .in .txx
> > 
> > This problem arises only with the tests. If I set the testing option to
> > OFF, CMake configures OK.
> > 
> > Thanks.
> > 
> > Jordi
> > 
> 
> 
-- 
CNES - DCT/SI/AP - BPI 1219
18, avenue Edouard Belin
31401 Toulouse Cedex 09 - France
Tel. +33.(0)5.61.27.33.97 - Fax. +33.(0)5.61.28.31.09 




More information about the Insight-users mailing list