Hi Erick,

we've got the following messages while building the latest CVS code:

Virtuoso.ini creation...
The VDBMS server process terminated prematurely
after initializing network connections.
Waiting Virtuoso Server start on port 1111...
PASSED: Virtuoso Server successfully started on port 1111
***FAILED: starting DB.DBA.VAD_PACK('vad_fs.xml', '.',
'rdf_mappers_filesystem.vad')
***FAILED: starting commit work
***FAILED: starting checkpoint
***FAILED: starting DB.DBA.VAD_PACK('vad_dav.xml', '.',
'rdf_mappers_dav.vad')
***FAILED: starting commit work
***FAILED: starting checkpoint
Shutdown Virtuoso Server...
chmod: cannot access `rdf_mappers_filesystem.vad': No such file or
directory
chmod: cannot access `rdf_mappers_dav.vad': No such file or directory

=====================================================================
=  Checking log file
/usr/local/src/tarballs/virtuoso-opensource-5.0.4/binsrc/ rdf_mappers/make_rdf_mappers_vad.log
for statistics:
=
=  Total number of tests PASSED  : 1
=  Total number of tests FAILED  : 6
=  Total number of tests ABORTED : 0
=====================================================================

*** Not all tests completed successfully
*** Check the file
/usr/local/src/tarballs/virtuoso-opensource-5.0.4/binsrc/ rdf_mappers/make_rdf_mappers_vad.log
for more information
make[2]: *** [rdf_mappers_dav.vad] Error 1
make[2]: Leaving directory
`/usr/local/src/tarballs/virtuoso-opensource-5.0.4/binsrc/rdf_mappers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/local/src/tarballs/virtuoso-opensource-5.0.4/binsrc'
make: *** [all-recursive] Error 1
[root@crunch virtuoso-opensource-5.0.4]$



The "Bad Login" means that you probably have a virtuoso instance running, on a non-default password, but with the same port number. This means that the build process is unable to shutdown that instance, in order to start a new server for building the VAD package.

Just shutdown your virtuoso instances before building. You can also change your port number either of your installed database (virtuoso.ini), or the build system (using configure).

Note that Virtuoso Open Source version 5.0.5 has been released to sourceforge today. The tarball should be downloadable already, the CVS archives takes a day or so to come alive.


Patrick

Reply via email to