- From: Tim Berners-Lee <timbl@w3.org>
- Date: Fri, 28 Mar 2003 16:44:38 -0500
- To: Karl Dubost <karl@w3.org>
- Cc: www-archive+n3bugs@w3.org, Dominique Hazaël-Massieux <dom@w3.org>, connolly@w3.org
Hmmmm..... Works for me ... the cwm stage anyway. $ export CVSROOT=cvs.w3.org:/w3ccvs $ make (cd ../../../.. ; cvs co WWW/2002/01/tr-automation/tr.rdf) U WWW/2002/01/tr-automation/tr.rdf python2.2 ../../../2000/10/swap/cwm.py merge-tr-matrix.n3 --think matrix-base.n3 --rdf ../../../2002/01/tr-automation/tr.rdf --filter=filter-matrixdata.n3 --rdf > ../../TheMatrix.rdf (cd ../../../.. ; cvs co WWW/2002/05/matrix/vocab.rdf) U WWW/2002/05/matrix/vocab.rdf /usr/bin/xsltproc toMatrix.xsl ../../TheMatrix.rdf > ../../TheMatrix.html /bin/sh: /usr/bin/xsltproc: No such file or directory make: *** [../../TheMatrix.html] Error 127 $ On Friday, Mar 28, 2003, at 12:57 US/Eastern, Karl Dubost wrote: > Hi, > > in our attempts to manage The Matrix[1] in RDF[2], we failed. > > The Makefile[3] we are using is in the QA directory > > I have used the normal version of swap and the fast_for_dom[4] version > > [12:46pm]QA/2002/10 karl% make > python2.2 ../../../2000/10/swap/cwm.py merge-tr-matrix.n3 --think > matrix-base.n3 --rdf ../../../2002/01/tr-automation/tr.rdf > --filter=filter-matrixdata.n3 --rdf > ../../TheMatrix.rdf > make: *** [../../TheMatrix.rdf] Error 139 > > > Complementary information: > > karl% uname -a > Darwin ***.videotron.ca 6.4 Darwin Kernel Version 6.4: Wed Jan 29 > 18:50:42 PST 2003; root:xnu/xnu-344.26.obj~1/RELEASE_PPC Power > Macintosh powerpc > > karl% python -v > # /usr/lib/python2.2/site.pyc matches /usr/lib/python2.2/site.py > import site # precompiled from /usr/lib/python2.2/site.pyc > # /usr/lib/python2.2/os.pyc matches /usr/lib/python2.2/os.py > import os # precompiled from /usr/lib/python2.2/os.pyc > import posix # builtin > # /usr/lib/python2.2/posixpath.pyc matches > /usr/lib/python2.2/posixpath.py > import posixpath # precompiled from /usr/lib/python2.2/posixpath.pyc > # /usr/lib/python2.2/stat.pyc matches /usr/lib/python2.2/stat.py > import stat # precompiled from /usr/lib/python2.2/stat.pyc > # /usr/lib/python2.2/UserDict.pyc matches > /usr/lib/python2.2/UserDict.py > import UserDict # precompiled from /usr/lib/python2.2/UserDict.pyc > Python 2.2 (#1, 07/14/02, 23:25:09) > [GCC Apple cpp-precomp 6.14] on darwin > Type "help", "copyright", "credits" or "license" for more information. >>>> > > > References: > > [1] http://www.w3.org/QA/TheMatrix > [2] http://www.w3.org/QA/TheMatrix.rdf > [3] http://www.w3.org/QA/2002/10/Makefile > [4] http://lists.w3.org/Archives/Public/www-archive/2003Mar/0072 > > -- > Karl Dubost / W3C - Conformance Manager > http://www.w3.org/QA/ > > --- Be Strict To Be Cool! ---
Received on Friday, 28 March 2003 16:45:28 UTC