Re: FreeBSD Port: databases/py-sqlite3

2013-11-01 Thread Xu Waycell
-2.7/_sqlite/row.o build/temp.freebsd-10.0-BETA1-arm-2.7/_sqlite/statement.o build/temp.freebsd-10.0-BETA1-arm-2.7/_sqlite/util.o -L/usr/local/lib -R/usr/local/lib -lsqlite3 -o build/lib.freebsd-10.0-BETA1-arm-2.7/_sqlite3.so On Oct 23, 2013, at 4:04 PM, Kubilay Kocak wrote: > On 16/10/2013 2

Re: FreeBSD Port: databases/py-sqlite3

2013-11-01 Thread Xu Waycell
Hi Koobs, There is the build log. py-sqlite3-build.log Description: Binary data Xu On Oct 23, 2013, at 4:04 PM, Kubilay Kocak wrote: > On 16/10/2013 2:12 AM, Xu Waycell wrote: >> This port is no longer broken on ARM architecture. A sample has been built >> and run suc

FreeBSD Port: databases/py-sqlite3

2013-10-15 Thread Xu Waycell
This port is no longer broken on ARM architecture. A sample has been built and run successfully on my BeagleBone Black running FreeBSD 10 Beta1 with CPUTYPE=cortexa. No single error was given during this progress. Furthermore, it works fine with py-sqlalchemy. ___