You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm stuck trying to build and package python_seco_librange (what I want), librange and libcrange. I tried the non python libraries as an attempt to be able to build the python one.
In each I resolved missing commands mentioned in errors from running multipkg -d deb . in each of those three folders. In python_seco_librange I am stuck on
git/range/librange$ multipkg -p deb .
Build failed: /usr/lib/ocaml/caml/memory.h:227:28: note: in expansion of macro ‘CAMLreturnT’
#define CAMLreturn(result) CAMLreturnT(value, result)
^
librange.c:141:5: note: in expansion of macro ‘CAMLreturn’
CAMLreturn(strdup(String_val(caml_result)));
^
ld -fPIC -Bsymbolic -shared --whole-archive -o librange.so camlcode.o librange.o /usr/lib/ocaml/libunix.a /usr/lib/ocaml/libasmrun.a /usr/lib/ocaml/pcre/libpcre_stubs.a -lm -lpcre -ldl
ld: /usr/lib/ocaml/libasmrun.a(startup.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/lib/ocaml/libasmrun.a(startup.o): error adding symbols: Bad value
make: *** [librange.so] Error 1
I'm running ubuntu 14.04 LTS and pulled all the various commands these were erroring on from the official ubuntu mirrors.
The text was updated successfully, but these errors were encountered:
So I'm stuck trying to build and package
python_seco_librange
(what I want),librange
andlibcrange
. I tried the non python libraries as an attempt to be able to build the python one.In each I resolved missing commands mentioned in errors from running
multipkg -d deb .
in each of those three folders. Inpython_seco_librange
I am stuck onI'm fairly sure its stuck looking for
librange.so
andlibrange.a
but I have no idea where to get those.So as an attempt to solve that I started trying to build
libcrange
which ends up withLastly when trying to build
librange
I getI'm running ubuntu 14.04 LTS and pulled all the various commands these were erroring on from the official ubuntu mirrors.
The text was updated successfully, but these errors were encountered: