Building libfte/fteproxy is broken in our nightlies
It seems commit e2786aefd212c23e529479ceda88d6a250f6108c broke our gitian setup:
+ ln -s /home/ubuntu/install/gmp thirdparty/gmp
ln: failed to create symbolic link `thirdparty/gmp': No such file or directory
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
Temporary fix: https://github.com/kpdyer/libfte/pull/13
Please leave this ticket open. I'll address it properly soon. (https://github.com/kpdyer/libfte/issues/14)
- Author
Thanks, but it is still broken:
+ make make: *** No targets specified and no makefile found. Stop.
- Author
I get now:
running build_ext^M building 'fte.cDFA' extension^M error: Unable to find vcvarsall.bat^M
- Author
We are almost there it seems:
+ mkdir -p /home/ubuntu/install/Docs/fteproxy + cp -an COPYING README.md /home/ubuntu/install/Docs/fteproxy cp: cannot stat `COPYING': No such file or directory
Btw, instead of tweaking the sources I don't mind tweaking the gitian descriptors...
Trac:
Summary: Building libfte is broken in our nightlies to Building libfte/fteproxy is broken in our nightlies - Author
Well, unless we bump the tags in the non-nightly version files that would break non-nightly builds. E.g. in fteproxy's 0.2.17 which we use for example in the alpha series there is no
LICENSE
file. So, I am inclined to leave the nightlies broken if I have to. :) Or is it sane to switch to 0.2.18? - Author
Building for OS X is broken now:
home/ubuntu/build/apple-osx/bin/i686-apple-darwin11-g++ -pthread -shared -L/usr/lib/apple/SDKs/MacOSX10.6.sdk/usr/lib/ -L/usr/lib/apple/SDKs/MacOSX10.6.sdk/usr/lib/system/ -F/usr/lib/apple/SDKs/MacOSX10.6.sdk/System/Library/Frameworks -mmacosx-version-min=10.5 -L/home/ubuntu/install/Tor -I/home/ubuntu/install/gmp/include -I/usr/lib/apple/SDKs/MacOSX10.6.sdk/usr/include/ -I/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/ -I. -L/usr/lib/apple/SDKs/MacOSX10.6.sdk/usr/lib/ -L/usr/lib/apple/SDKs/MacOSX10.6.sdk/usr/lib/system/ -F/usr/lib/apple/SDKs/MacOSX10.6.sdk/System/Library/Frameworks -mmacosx-version-min=10.5 -L/usr/lib/apple/SDKs/MacOSX10.6.sdk/usr/lib/i686-apple-darwin10/4.2.1 -I/home/ubuntu/install/gmp/include -L/home/ubuntu/install/gmp/lib build/temp.linux-i686-2.7/fte/rank_unrank.o build/temp.linux-i686-2.7/fte/cDFA.o -Lthirdparty/gmp/bin -Lthirdparty/gmp/lib -lgmp -o build/lib.linux-i686-2.7/fte/cDFA.so ld: warning: directory not found for option '-L/home/ubuntu/install/Tor' ld: warning: directory not found for option '-Lthirdparty/gmp/bin' ld: warning: directory not found for option '-Lthirdparty/gmp/lib' Undefined symbols for architecture i386: "_PyType_Ready", referenced from: _initcDFA in cDFA.o "_Py_InitModule4", referenced from: _initcDFA in cDFA.o "_PyModule_AddObject", referenced from: _initcDFA in cDFA.o "_PyTuple_GetItem", referenced from: DFA_init(DFAObject*, _object*, _object*)in cDFA.o "_PyErr_SetString", referenced from: DFA_init(DFAObject*, _object*, _object*)in cDFA.o DFA__unrank(_object*, _object*)in cDFA.o DFA__rank(_object*, _object*)in cDFA.o "_PyString_AsString", referenced from: DFA_init(DFAObject*, _object*, _object*)in cDFA.o DFA__unrank(_object*, _object*)in cDFA.o "_PyInt_AsLong", referenced from: DFA_init(DFAObject*, _object*, _object*)in cDFA.o "_PyArg_ParseTuple", referenced from: DFA__getNumWordsInLanguage(_object*, _object*)in cDFA.o DFA__unrank(_object*, _object*)in cDFA.o DFA__rank(_object*, _object*)in cDFA.o "_PyLong_FromString", referenced from: DFA__getNumWordsInLanguage(_object*, _object*)in cDFA.o DFA__rank(_object*, _object*)in cDFA.o "_PyNumber_ToBase", referenced from: DFA__unrank(_object*, _object*)in cDFA.o "_Py_BuildValue", referenced from: DFA__unrank(_object*, _object*)in cDFA.o "_PyObject_Free", referenced from: DFA_dealloc(_object*) in cDFA.o "_PyExc_RuntimeError", referenced from: DFA_init(DFAObject*, _object*, _object*)in cDFA.o DFA__unrank(_object*, _object*)in cDFA.o DFA__rank(_object*, _object*)in cDFA.o ld: symbol(s) not found for architecture i386 collect2: ld returned 1 exit status error: command '/home/ubuntu/build/apple-osx/bin/i686-apple-darwin11-g++' failed with exit status 1 make: *** [fte/cDFA.so] Error 1
- Author
No. It appeared some days ago but I had no time to report it earlier.
- Author
- Trac closed
closed