Hi list,

How can the below make error be fixed on a Mac where version 6.1.0 is already 
installed?

Tried sudo make clean && sudo make distclean && verify required dependency 
versions.

Neither fixed && dependencies versions are:
    $ autoconf --version # (2.61 > 2.57)
    $ automake --version # (1.10 > 1.9)
    $ libtoolize --version # (2.2.4 > 1.5.16) glibtoolize
    $ flex --version # (2.5.35 > 2.5.33)
    $ bison --version # (2.3 = 2.3)
    $ gperf --version # (3.0.3 > 2.7.2)
    $ gawk --version # (3.1.1 > 3.1.1)
    $ m4 --version # (1.4.6 > 1.4.1)
    $ make --version # (3.81 > 3.79.1)
    $ openssl version # (0.9.8l > 0.9.7i)

Kind regards,
Ceriel


***FAILED: execution of DB.DBA.VAD_PACK('vad_fs.xml', '.', 
'rdf_mappers_filesystem.vad')
------------ SQL ERROR -------------

*** Error 39000: [Virtuoso Driver][Virtuoso Server]FA005: Can't open file 
'vad_fs.xml', error 2
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 39000: [Virtuoso Driver][Virtuoso Server]FA005: Can't open file 
'vad_dav.xml', error 2
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...
chmod: rdf_mappers_filesystem.vad: No such file or directory
chmod: rdf_mappers_dav.vad: No such file or directory

=====================================================================
=  Checking log file 
/Users/Shared/src/virtuoso-opensource-6.1.2/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 
/Users/Shared/src/virtuoso-opensource-6.1.2/binsrc/rdf_mappers/make_rdf_mappers_vad.log
 for more information
# egrep "\*\*.*FAILED:|\*\*.*ABORTED:" 
/Users/Shared/src/virtuoso-opensource-6.1.2/binsrc/rdf_mappers/make_rdf_mappers_vad.log
gmake[2]: *** [rdf_mappers_dav.vad] Error 1
gmake[2]: Leaving directory 
`/Users/Shared/src/virtuoso-opensource-6.1.2/binsrc/rdf_mappers'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/Users/Shared/src/virtuoso-opensource-6.1.2/binsrc'
gmake: *** [all-recursive] Error 1


Reply via email to