| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[9 of 9] Compiling Data.Binary ( src/Data/Binary.hs, dist/dist-sandbox-9b8bd861/build/Data/Binary.o )
<no location info>: error:
Warning: Couldn't figure out linker information!
Make sure you're using GNU ld, GNU gold or the built in OS X linker, etc.
collect2: fatal error: cannot find 'ld'
compilation terminated.
`gcc' failed in phase `Linker'. (Exit code: 1)
cabal: Leaving directory '/home/buildozer/aports/testing/cloudi/src/cloudi-1.7.2/src/api/haskell/external/binary-0.9.0.0'
cabal: Error: some packages failed to install:
binary-0.9.0.0 failed during the building phase. The exception was:
ExitFailure 1
network-2.6.3.1 failed during the configure step. The exception was:
ExitFailure 77
zlib-0.6.1.2 failed during the configure step. The exception was:
ExitFailure 1
make[3]: *** [Makefile:599: cabal.sandbox.config] Error 1
make[3]: Leaving directory '/home/buildozer/aports/testing/cloudi/src/cloudi-1.7.2/src/api/haskell'
make[2]: *** [Makefile:508: all-recursive] Error 1
make[2]: Leaving directory '/home/buildozer/aports/testing/cloudi/src/cloudi-1.7.2/src/api'
make[1]: *** [Makefile:726: all-recursive] Error 1
make[1]: Leaving directory '/home/buildozer/aports/testing/cloudi/src/cloudi-1.7.2/src'
make: *** [Makefile:598: all] Error 2
|
| |
|
|
|
|
|
|
| |
* Fix parallel make use
* Add OCaml/Haskell dependencies based on package architecture
* Switch to using Python 3 instead of Python 2
|
|
|
|
|
|
| |
* cloudi.initd required the HOME environment variable due to erlang's erlexec
* 0010-Set-configured-log-path.patch was necessary to fix a path in /etc/cloudi/cloudi.conf
* Make the erlang package a runtime dependency
|
|
|
|
| |
Disable the cloudi_service_quorum test due to failures on alpine build servers related to a random number rounding problem.
|
|
|
|
| |
fails to build and is really slow on test suite.
|
|
|
|
|
| |
http://cloudi.org/
CloudI is an open-source private cloud computing framework for efficient, scalable, and stable soft-realtime event processing.
|
|
|
|
|
|
| |
It doesn't build on buildservers yet
This reverts commit 85bf78badec654840346643bfc77454682514779.
|
|
http://cloudi.org/
CloudI is an open-source private cloud computing framework for efficient,
scalable, and stable soft-realtime event processing.
|