[SCore-users] Installer Bug

kameyama at pccluster.org kameyama at pccluster.org
Wed Oct 23 09:13:55 JST 2002


In article <3DB5559B.2D3162BC at student.anu.edu.au> John Uhlmann <u9915240 at student.anu.edu.au> wrotes:
> Once the sources are extracted to /usr/score/score-src/ I run -
> ./configure -i=/usr/score
> make
> 
> After awhile I get the following error which seems just to have not
> replaced a reference to /opt/score with /usr/score.  I tried just
> running this with the proper prefix and it worked, but did not seem to
> fix the entire problem.
> 
> make[3]: Entering directory
> `/usr/score/score-src/runtime/mpi/mpich-1.2.0/build.i386-redhat7-linux2_4'
> ./bin/mpiinstall
> -prefix=/opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4
> cp: cannot create regular file
> `/opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4/bin/tarch': Permission
> denied
> **Error copying file
> /usr/score/score-src/runtime/mpi/mpich-1.2.0/src/bin/tarch to
> /opt/score/mpi/mpich-1.2.0/i386-redhat7-linux2_4/bin/tarch **
> make[3]: *** [install] Error 1

Please set PATH to /usr/score/bin (new install directory).
If your shell is sh or bash:
    $ PATH=/usr/score/bin:/usr/score/sbin:/usr/score/deploy:$PATH
    $  export PATH
If your shell is csh or tcsh:
    % set path=(/usr/score/bin /usr/score/sbin /usr/score/deploy $path)

                       from Kameyama Toyohisa



More information about the SCore-users mailing list