The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=592 ====================================================================== Reported By: nicholsn Assigned To: ====================================================================== Project: Redland Language Bindings Issue ID: 592 Category: installation Reproducibility: always Severity: crash Priority: normal Status: new Binding Language (java, perl, php, python, ruby, tcl): python ====================================================================== Date Submitted: 2015-01-15 11:34 Last Modified: 2015-01-15 11:34 ====================================================================== Summary: Unable to install redland with python bindings using homebrew Description: I'd like to install redland on my mac with python support. I've tried it on debian and the performance is great compared to rdflib.
I'm using the following recipe on homebrew: https://github.com/Homebrew/homebrew/blob/0382162edb1e5611480f5ada16d8f5f325c32767/Library/Formula/redland.rb This results in the following: 11:24:58 ~$ brew install redland --with-python ==> Downloading http://download.librdf.org/source/redland-1.0.16.tar.gz Already downloaded: /Library/Caches/Homebrew/redland-1.0.16.tar.gz ==> Patching ==> ./configure --prefix=/usr/local/Cellar/redland/1.0.16_1 --with-mysql=no --with-sqlite=yes --with-bdb=no ==> make install ==> Downloading http://download.librdf.org/source/redland-bindings-1.0.16.1.tar.gz Already downloaded: /Library/Caches/Homebrew/redland--bindings-1.0.16.1.tar.gz ==> ./configure --prefix=/usr/local/Cellar/redland/1.0.16_1 --with-python ==> make install ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [Redland-stamp] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 Steps to Reproduce: brew update brew install redland --install Additional Information: I also tried to compile from source manually but did not have success. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-01-15 11:34 nicholsn New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
