Natanael Copa
|
6c14217249
|
community/ocaml: set -e build fix and modernize
|
2017-04-04 18:09:13 +02:00 |
|
Leonardo Arena
|
efe23f3668
|
community/ocaml: does not build yet on ppc64le
signals_osdep.h:300:36: error: request for member 'nip' in something not a structure or union
#define CONTEXT_PC (context->regs->nip)
|
2017-04-04 09:20:47 +00:00 |
|
Anil Madhavapeddy
|
afb11a9918
|
community/ocaml: add runtime ncurses dependency
|
2017-01-03 18:25:40 +01:00 |
|
Natanael Copa
|
56fed78392
|
community/ocaml: disable on 32bit archs
|
2016-12-03 15:51:16 +00:00 |
|
Natanael Copa
|
b6b2655272
|
community/ocaml: actually remove -fno-pie and enable on x86
|
2016-12-03 15:10:39 +00:00 |
|
Natanael Copa
|
657d655fee
|
community/ocaml: upgrade to 4.04.0 and enable on arm
we remove the -fno-pie flag as it made things break on arm
|
2016-12-03 14:46:23 +00:00 |
|
Carlo Landmeter
|
ee7f79b692
|
community/ocaml: disable on arm
cp camlheader camlheader_ur; \
fi
make[2]: Leaving directory '/home/buildozer/aports/community/ocaml/src/ocaml-4.03.0/stdlib'
cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
if test -f boot/libcamlrun.a; then :; else \
ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
if test -d stdlib/caml; then :; else \
ln -s ../byterun/caml stdlib/caml; fi
make[1]: Leaving directory '/home/buildozer/aports/community/ocaml/src/ocaml-4.03.0'
make opt.opt
make[1]: Entering directory '/home/buildozer/aports/community/ocaml/src/ocaml-4.03.0'
make checkstack
make[2]: Entering directory '/home/buildozer/aports/community/ocaml/src/ocaml-4.03.0'
Segmentation fault
make[2]: *** [Makefile:721: checkstack] Error 139
make[2]: Leaving directory '/home/buildozer/aports/community/ocaml/src/ocaml-4.03.0'
make[1]: *** [Makefile:175: opt.opt] Error 2
make[1]: Leaving directory '/home/buildozer/aports/community/ocaml/src/ocaml-4.03.0'
make: *** [Makefile:49: world.opt] Error 2
|
2016-12-03 11:11:31 +01:00 |
|
Anil Madhavapeddy
|
68e47c3b13
|
community/ocaml: mark ocaml as !x86 instead of deps
|
2016-12-02 23:30:18 +00:00 |
|
Anil Madhavapeddy
|
801ace687a
|
community/ocaml: move from testing to community
|
2016-12-02 21:20:45 +00:00 |
|