SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Installation problem with Thirdparty/1.24.1


Chronological Thread 
  • From: "J. Davison de St. Germain" <dav@cs.utah.edu>
  • To: leith@wadsworth.org
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] Installation problem with Thirdparty/1.24.1
  • Date: Thu, 1 Sep 2005 11:11:58 -0600 (MDT)


Hi Dean,

   Thanks for reporting these problems.  We have not seen these here on
our SGIs.  What type of SGI are you using and what is the OS version?
I note that it looks like you are using the 7.3.0 compiler while we
are using 7.3.1.3m compiler... (Note, the errors you listed are not
compiler errors, but the fact that you have a slightly older compiler
(we have had 7.3.1 for as long as I can remember) may indicate that
the rest of your OS is not up to date.)

   Couple of notes on what the problem looks like.  1) The first two
problems look like symbolic links (or full directories) were somehow
created twice causing the .../images/images/ directory to appear
(instead of just the .../images/ dir).  It is possible (though
unlikely) that this could happen if you ran the install twice, or if
you for some reason tried to run "make" in the install dir yourself.  
2) The $(INSTALL_DATA)

>              $(INSTALL_DATA) $$i $(INSTALL_ROOT)$(incdir) ; 

var on our system resolves to a gnu install program (version
4.0). Perhaps this version of install knows how to handle whatever BLT
is generating correctly.  Again, perhaps this has to do with you
having an older OS installed...?  

   Again, thanks for sending in this feed back and hopefully with your
help we can figure out exactly what caused the problems.

     Sincerely,
          J. Davison de St. Germain

> Encountered the following three minor problems with istallation on SGI of 
> the
> "Thirdparty" packages which are available with SCIRun.
> 
> When installing the Thirdparty/1.24.1   packages.
> 
> ------------------------------------------
> % python install /usr/local/Thirdparty 64 1
> 
> Failed with following error:
> 
> Cannot access /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/
>              lib/iwidgets3.1.0/demos/images/box.xbm: No such file or 
> directory
> Installing images/clear.gif
> .
> .
> Installing images/text.xbm
> Cannot access /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/
>                lib/iwidgets3.1.0/demos/images/text.xbm: No such file or 
> directory
> gmake[1]: *** [install-demos] Error 1
> gmake[1]: Leaving directory 
> `/usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/
>                              src/itcl3.1.0/iwidgets3.0.0/unix'
> 
> The actual location of the missing files was: 
>    /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/
>        lib/iwidgets3.1.0/demos/images/images/text.xbm
> 
> As a workaround I was forced to copy some files:
> 
> cp 
> /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/lib/iwidgets3.1.0/demos/images/images/*
>  \
>    
> /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/lib/iwidgets3.1.0/demos/images/
> 
> --------------------------------------
> 
> Likewise later in the build process there was a similar error and
> it was necessary to copy another set of files:
> 
> cp 
> /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/lib/iwidgets3.1.0/demos/html/html/*
>   \
>    
> /usr/local/Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/lib/iwidgets3.1.0/demos/html/
> 
> --------------------------------------
> 
> During build of BLT support the install failed with a complaint about 
> duplicated -m
> in libtool command options (sorry I no longer have exact error message)
> 
> I was forced to edit following file:
>    ....Thirdparty/1.24.1/IRIX64/MIPSpro-7.30-64bit/src/blt2.4y/src/Makefile
> .
> .
> install-headers:
>         @for i in $(headers) ; do \
>             echo "installing $$i..." ; \
>             $(INSTALL_DATA) -m 0444 $$i $(INSTALL_ROOT)$(incdir) ; \
>         done
> 
> and remove the: "-m 0444" after $(INSTALL_DATA) to give
> 
>              $(INSTALL_DATA) $$i $(INSTALL_ROOT)$(incdir) ; \
> 
> 
> This complaint may be specific to the SGI libtool??

-----------------------------------------------------------------------
- J. Davison de St. Germain         dav@cs.utah.edu    (801) 581-4078 -
- Chief Software Engineer           http://www.cs.utah.edu/~dav       -
- SCI Institute, SE C-SAFE          University of Utah                -
-----------------------------------------------------------------------
===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page