Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ed057af67d31ee6cc10e2f720ff2fdb18ebb7f5d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ed057af67d31ee6cc10e2f720ff2fdb18ebb7f5d)
  • Date: Thu, 11 Feb 2010 00:01:26 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

database/virtuoso/BUILD | 2 +-
database/virtuoso/CONFIGURE | 29 +++++++++++++++--------------
database/virtuoso/DEPENDS | 3 +--
database/virtuoso/HISTORY | 7 +++++++
4 files changed, 24 insertions(+), 17 deletions(-)

New commits:
commit ed057af67d31ee6cc10e2f720ff2fdb18ebb7f5d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Disable perl hosting, it is broken

Making all in perl
make[3]: Entering directory
`/usr/src/virtuoso-opensource-6.1.0/binsrc/hosting/perl'
/usr/bin/make all-am
make[4]: Entering directory
`/usr/src/virtuoso-opensource-6.1.0/binsrc/hosting/perl'
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../../libsrc/Dk -fomit-frame-pointer -fno-strict-aliasing
-O2 -Wall -DNDEBUG -I/usr/include
-I/usr/src/virtuoso-opensource-6.1.0/libsrc/Xml.new -Dlinux
-D_GNU_SOURCE -DFILE64 -D_LARGEFILE64_SOURCE -I../../../libsrc
-I../../../libsrc/Dk -I../../../libsrc/Wi -I../../../libsrc/plugin
-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/lib/perl5/5.10.1/i686-linux-thread-multi/CORE -march=core2 -m32
-pipe -DPIC -fPIC -O2 -MT hosting_perl_la-hosting_perl.lo -MD -MP -MF
.deps/hosting_perl_la-hosting_perl.Tpo -c -o
hosting_perl_la-hosting_perl.lo `test -f 'hosting_perl.c' || echo
'./'`hosting_perl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../libsrc/Dk
-fomit-frame-pointer -fno-strict-aliasing -O2 -Wall -DNDEBUG
-I/usr/include -I/usr/src/virtuoso-opensource-6.1.0/libsrc/Xml.new
-Dlinux -D_GNU_SOURCE -DFILE64 -D_LARGEFILE64_SOURCE -I../../../libsrc
-I../../../libsrc/Dk -I../../../libsrc/Wi -I../../../libsrc/plugin
-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/lib/perl5/5.10.1/i686-linux-thread-multi/CORE -march=core2 -m32
-pipe -DPIC -fPIC -O2 -MT hosting_perl_la-hosting_perl.lo -MD -MP -MF
.deps/hosting_perl_la-hosting_perl.Tpo -c hosting_perl.c -fPIC -DPIC -o
.libs/hosting_perl_la-hosting_perl.o
hosting_perl.c:169: error: expected '}' before 'PERL_XS_APIVERSION'
hosting_perl.c: In function 'virtm_make_perl_hash':
hosting_perl.c:311: warning: value computed is not used
make[4]: *** [hosting_perl_la-hosting_perl.lo] Error 1
make[4]: Leaving directory
`/usr/src/virtuoso-opensource-6.1.0/binsrc/hosting/perl'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/usr/src/virtuoso-opensource-6.1.0/binsrc/hosting/perl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/src/virtuoso-opensource-6.1.0/binsrc/hosting'
make[1]: Leaving directory `/usr/src/virtuoso-opensource-6.1.0/binsrc'
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

commit 6a519a32bfec2f680921740ce88bcbe65ead0f5f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Use indentation for easier reading

commit 9f96463160c5b8f5572513a8348ee7a4786ec426
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Add missing quotes for Sparql and Tutorial

commit 44c3b7e402345302a9848ca00094ef8dc901090e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Removed mono, it's not really a dependency as virtuoso
downloads and compiles its own mono 1.7

commit b8ecca47d2b560feb87a88fdfa665685cc8115d4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtuoso: Depends on libgc, even though ./configure says it is optional

diff --git a/database/virtuoso/BUILD b/database/virtuoso/BUILD
index 04d63d1..420b32e 100755
--- a/database/virtuoso/BUILD
+++ b/database/virtuoso/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" $VT_KDE $VT_OPT" &&
+OPTS+=" $VT_KDE $VT_OPT --disable-perl" &&
default_build
diff --git a/database/virtuoso/CONFIGURE b/database/virtuoso/CONFIGURE
index afa586e..3635526 100755
--- a/database/virtuoso/CONFIGURE
+++ b/database/virtuoso/CONFIGURE
@@ -1,20 +1,21 @@
message 'KDE4 does not need any of the optional vad'
config_query_option VT_KDE 'only for use with KDE4?' y '--disable-all-vads'
''
if [[ -z "$VT_KDE" ]];then
-# persistent_add VT_OPT &&
-# VT_OPT+=' --disable-all-vads'
-#else
-if [[ $VIRT_VER == new ]];then
-config_query_option VT_OPT 'build Facet vad' n '--enable-fct-vad'
'--disable-fct-vad'
-fi &&
-config_query_option VT_OPT 'build BPEL?' n '--enable-bpel-vad'
'--disable-bpel-vad' &&
-config_query_option VT_OPT 'build Conductor?' n '--enable-conductor-vad'
'--disable-conductor-vad' &&
-config_query_option VT_OPT 'build Demo?' n '--enable-demo-vad'
'--disable-demo-vad' &&
-config_query_option VT_OPT 'build iSPARQL?' n '--enable-isparql-vad'
'--disable-isparql-vad' &&
-config_query_option VT_OPT 'build ODS?' n '--enable-ods-vad'
'--disable-ods-vad' &&
-config_query_option VT_OPT 'build RDF mapper?' n '--enable-rdfmappers-vad'
'--disable-rdfmappers-vad' &&
-config_query_option VT_OPT 'build Sparql Demo? n '--enable-sparqldemo-vad'
'--disable-sparqldemo-vad' &&
-config_query_option VT_OPT 'build Tutorial? n '--enable-tutorial-vad'
'--disable-tutorial-vad'
+ # persistent_add VT_OPT &&
+ # VT_OPT+=' --disable-all-vads'
+ #else
+ if [[ $VIRT_VER == new ]];then
+ config_query_option VT_OPT 'build Facet vad' n '--enable-fct-vad'
'--disable-fct-vad'
+ fi &&
+ config_query_option VT_OPT 'build BPEL?' n '--enable-bpel-vad'
'--disable-bpel-vad' &&
+ config_query_option VT_OPT 'build Conductor?' n '--enable-conductor-vad'
'--disable-conductor-vad' &&
+ config_query_option VT_OPT 'build Demo?' n '--enable-demo-vad'
'--disable-demo-vad' &&
+ config_query_option VT_OPT 'build iSPARQL?' n '--enable-isparql-vad'
'--disable-isparql-vad' &&
+ config_query_option VT_OPT 'build ODS?' n '--enable-ods-vad'
'--disable-ods-vad' &&
+ config_query_option VT_OPT 'build RDF mapper?' n '--enable-rdfmappers-vad'
'--disable-rdfmappers-vad' &&
+ config_query_option VT_OPT 'build Sparql Demo?' n
'--enable-sparqldemo-vad' '--disable-sparqldemo-vad' &&
+ config_query_option VT_OPT 'build Tutorial?' n '--enable-tutorial-vad'
'--disable-tutorial-vad'
fi &&
+config_query_option VT_OPT 'build mono extension?' n '--enable-mono'
'--disable-mono' &&
config_query_option VT_OPT 'build debugger?' n '--enable-pldebug'
'--disable-pldebug' &&
config_query_option VT_OPT 'build static code?' n '--enable-static'
'--disable-static'
diff --git a/database/virtuoso/DEPENDS b/database/virtuoso/DEPENDS
index 7626865..9284a80 100755
--- a/database/virtuoso/DEPENDS
+++ b/database/virtuoso/DEPENDS
@@ -1,14 +1,13 @@
depends bison &&
depends flex &&
depends libtool &&
+depends libgc '--with-pthreads' &&
optional_depends openssl '--enable-openssl' '--disable-openssl'
'SSL encryption' &&
optional_depends openldap '--enable-openldap' '--disable-openldap'
'LDAP support' &&
optional_depends LIBSASL '--enable-krb' '--disable-krb'
'Kerberos support' &&
optional_depends libxml2 '--enable-xml' '--disable-xml'
'XML support' &&
optional_depends php '--enable-php5' '--disable-php5'
'PHP support' &&
-optional_depends mono '--enable-mono' '--disable-mono'
'Mono support' &&
optional_depends imagemagick '--enable-imagemagick' '--disable-imagemagick'
'ImageMagick support' &&
-optional_depends perl '--enable-perl' '--disable-perl'
'Perl support' &&
optional_depends python '--enable-python' '--disable-python'
'Python support' &&
optional_depends ruby '--enable-ruby' '--disable-ruby'
'Ruby support' &&
optional_depends libiodbc '--with-iodbc=/usr' '--without-iodbc'
'IOdbc connector' &&
diff --git a/database/virtuoso/HISTORY b/database/virtuoso/HISTORY
index 14e4584..d2ac4f5 100644
--- a/database/virtuoso/HISTORY
+++ b/database/virtuoso/HISTORY
@@ -2,6 +2,13 @@
* DEPENDS: Java support needs a path to find the JDK
Requires a JDK for compilation, not just any Java
Added a missing &&
+ Depends on libgc, even though ./configure says it is optional
+ Removed mono, it's not really a dependency as virtuoso downloads and
+ compiles its own mono 1.7
+ Removed perl, fails to compile
+ * CONFIGURE: Add query for mono extension
+ Add missing quotes for Sparql and Tutorial
+ * BUILD: Disable perl, fails to compile

2010-02-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.1.0 (new)



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ed057af67d31ee6cc10e2f720ff2fdb18ebb7f5d), Eric Sandall, 02/11/2010

Archive powered by MHonArc 2.6.24.

Top of Page