[SCore-users-jp] Re: [SCore-users] building mpich

kameyama @ pccluster.org kameyama @ pccluster.org
2002年 4月 3日 (水) 20:26:18 JST


In article <02040222440402.06427 @ pecan.comlab.ox.ac.uk> Nick Birkett <nrcb @ streamline-computing.com> wrotes:
> set -x; \^M
> /opt/score/libexec/install -c -m 0755  ^M
> make[2]: Leaving directory `/usr/src/score-src/runtime/mpi/mpich-1.2.0'^M
> make[1]: Leaving directory `/usr/src/score-src/runtime/mpi'^M
> make: *** [all] Error 1^M
> ^[]0;root @ cserver:/opt/score/score-src^G[root @ cserver score-src]# exit^M
> exit^M

Sorry, this is a bug for SCore build system.
You may ignore this error (make and istall for all packages is finished)
Or please apply following patch.

                       from Kameyama Toyohisa
---------------------------------------cut here---------------------------------
Index: score-src/adm/build/all_pkgmake
===================================================================
RCS file: /develop/cvsroot/score-src/adm/build/all_pkgmake,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -r1.10 -r1.10.2.1
--- score-src/adm/build/all_pkgmake     26 Feb 2002 10:14:37 -0000      1.10
+++ score-src/adm/build/all_pkgmake     3 Apr 2002 11:14:12 -0000       1.10.2.1
@@ -39,7 +39,7 @@
 pkgutil="$builddir/sc_pkgutil -srcdir=$srcdir"
 pkgmk=$builddir/pkgmake
 
-trap '[ x"$pid" = x ] || kill $pid;rm -rf $pkg_stat_dir;exit 1' 0 1 2 15
+trap '[ x"$pid" = x ] || kill $pid;rm -rf $pkg_stat_dir;exit 1' 1 2 15
 allpackages=`$pkgutil list`
 if [ ! -d $logdir ]; then
     mkdir $logdir
---------------------------------------cut here---------------------------------
_______________________________________________
SCore-users mailing list
SCore-users @ pccluster.org
http://www.pccluster.org/mailman/listinfo/score-users



SCore-users-jp メーリングリストの案内