[Lunar-commits] <moonbase-other> obexftp: Fixing the DEPENDS to use the proper switches for cmake. The CONFIGURE

stumbles stumbles at lunar-linux.org
Sat Aug 17 20:17:28 CEST 2013


commit 3056a67d9d1eb3d38c778891b7ef91e57d5020dd
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 17 Aug 2013 11:15:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/3056a67d9d1eb3d38c778891b7ef91e57d5020dd

obexftp: Fixing the DEPENDS to use the proper switches for cmake. The CONFIGURE

isn't needed and a minor tweak in the BUILD. For now if you say yes to python it
will take a big crap with;

-- Fuse not found.
-- Found SWIG: /usr/bin/swig (found version "2.0.10")
-- Found Perl: /usr/bin/perl (found version "5.18.0")
-- Found PerlLibs: /usr/lib64/perl5/5.18.0/x86_64-linux-thread-multi/CORE/libperl.so (found version "5.18.0")
-- Found PythonLibs: /usr/lib64/libpython3.3m.so (found version "3.3.0")
-- Found PythonInterp: /usr/bin/python (found version "2.7.5")
CMake Error at swig/python/CMakeLists.txt:7 (message):
  Version mismatch between python interpreter and libraries

-- Configuring incomplete, errors occurred!

So in the mean time just say no to Python till a work around is commited.
---
  utils/obexftp/BUILD     | +0/-3     
  utils/obexftp/CONFIGURE | +0/-1     
  utils/obexftp/DEPENDS   | +6/-6     
  3 files changed, 6 insertions(+), 10 deletions(-)

--- a/utils/obexftp/BUILD
+++ b/utils/obexftp/BUILD
@@ -1,5 +1,2 @@
-(
 
   default_cmake_build
-
-) > $C_FIFO 2>&1
--- a/utils/obexftp/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery ENABLE_BLUE "Enable bluetooth support?" y "--enable-bluetooth" "--disable-bluetooth"
--- a/utils/obexftp/DEPENDS
+++ b/utils/obexftp/DEPENDS
@@ -1,7 +1,7 @@
-depends  openobex
+depends swig
+depends openobex
 
-optional_depends "swig"   "--enable-swig"   "--disable-swig"   "for swig bindings support"
-optional_depends "perl"   "--enable-perl"   "--disable-perl"   "for perl bindings support"
-optional_depends "Python" "--enable-python" "--disable-python" "for python bindings support"
-optional_depends "ruby"   "--enable-ruby"   "--disable-ruby"   "for ruby bindings support"
-optional_depends "tcl"    "--enable-tcl"    "--disable-tcl"    "for tcl bindings support"
+optional_depends "perl"   "-DENABLE_PERL=YES"   "-DENABLE_PERL=NO"   "for perl bindings support"
+optional_depends "Python" "-DENABLE_PYTHON=YES" "-DENABLE_PYTHON=NO" "for python bindings support"
+optional_depends "ruby"   "-DENABLE_RUBY=YES"   "-DENABLE_RUBY=NO"   "for ruby bindings support"
+optional_depends "tcl"    "-DENABLE_TCL=YES"    "-DENABLE_TCL=NO"    "for tcl support"




More information about the Lunar-commits mailing list