Hi Nico,


I installed virtuoso already once on another server.

But this time I have some problems while compiling.
This files are not there, and they are not in the files I downloaded.

The source archive does not have this file either, but sometimes external tools like editors etc create such local files. I will see if i can fix the script so it filters out such files in a following release of VOS.

In the mean time, please perform the following commands:

First we clean up the directory:

  cd binsrc/rdf_mappers
  gmake clean

Next we check this unwanted file is there and remove it:

  cd main/xslt
  ls -l ._abmeta2rdfxml.xsl
  rm ._abmeta2rdfxml.xsl

Next we rebuild the vad package:

  cd ../..
  gmake


Please let me know if this resolves your build problem.


Patrick



The output:

=====================================================================
=  STARTED RDF Mappers PACKAGING
=  Mon Jul 12 18:51:07 BST 2010
=====================================================================

Shutdown Virtuoso Server...
VAD Sticker vad_dav.xml creation...
VAD Sticker vad_fs.xml creation...
Virtuoso.ini creation...
Waiting Virtuoso Server start on port 1111...
PASSED: Virtuoso Server successfully started on port 1111
***FAILED: execution of DB.DBA.VAD_PACK('vad_fs.xml', '.', 'rdf_mappers_filesystem.vad')
------------ SQL ERROR -------------

*** Error 42VAD: [Virtuoso Driver][Virtuoso Server]Inexistent file resource (./vad/vsp/rdf_mappers/xslt/main/._abmeta2rdfxml.xsl)
in
signal:(BIF),
VAD.DBA.VAD_FAIL_CHECK,
VAD.DBA.VAD_OUT_ROW_FILE,
VAD.DBA.VAD_TEST_CREATE,
DB.DBA.VAD_PACK,
<Top Level>
at line 0 of Top-Level:
DB.DBA.VAD_PACK('vad_fs.xml', '.', 'rdf_mappers_filesystem.vad')
------------------------------------
PASSED: commit work
PASSED: checkpoint
***FAILED: execution of DB.DBA.VAD_PACK('vad_dav.xml', '.', 'rdf_mappers_dav.vad')
------------ SQL ERROR -------------

*** Error 42VAD: [Virtuoso Driver][Virtuoso Server]Inexistent file resource (./vad/vsp/rdf_mappers/xslt/main/._abmeta2rdfxml.xsl)
in
signal:(BIF),
VAD.DBA.VAD_FAIL_CHECK,
VAD.DBA.VAD_OUT_ROW_FILE,
VAD.DBA.VAD_TEST_CREATE,
DB.DBA.VAD_PACK,
<Top Level>
at line 0 of Top-Level:
DB.DBA.VAD_PACK('vad_dav.xml', '.', 'rdf_mappers_dav.vad')
------------------------------------
PASSED: commit work
PASSED: checkpoint
Shutdown Virtuoso Server...

=====================================================================
= Checking log file /data/virtuoso-opensource-6.1.0/binsrc/ rdf_mappers/make_rdf_mappers_vad.log for statistics:
=
=  Total number of tests PASSED  : 5
=  Total number of tests FAILED  : 2
=  Total number of tests ABORTED : 0
=====================================================================

*** Not all tests completed successfully
*** Check the file /data/virtuoso-opensource-6.1.0/binsrc/ rdf_mappers/make_rdf_mappers_vad.log for more information # egrep "\* \*.*FAILED:|\*\*.*ABORTED:" /data/virtuoso-opensource-6.1.0/binsrc/ rdf_mappers/make_rdf_mappers_vad.log
make[2]: *** [rdf_mappers_dav.vad] Error 1
make[2]: Leaving directory `/data/virtuoso-opensource-6.1.0/binsrc/ rdf_mappers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/virtuoso-opensource-6.1.0/binsrc'
make: *** [all-recursive] Error 1



Reply via email to