| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The same problem as on armhf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tests: [notice] mem pool test started, max:127
tests: [alert] freed pointer is out of pool: F7EDB280
tests: [alert] freed pointer is out of pool: F7EDB300
tests: [alert] freed pointer is out of pool: F7EDB380
...
tests: [alert] freed pointer is out of pool: C30080
tests: [alert] freed pointer is out of pool: C30100
tests: [alert] freed pointer is out of pool: C30180
tests: [alert] freed pointer is out of pool: F7EDE840
tests: [alert] freed pointer is out of pool: C30200
tests: [alert] freed pointer is out of pool: C30280
...
tests: [alert] freed pointer is out of pool: C318E0
tests: [notice] mem pool is not empty
Reported to upstream: https://github.com/nginx/unit/issues/118
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
/bin/bash ../libtool --tag=CXX --mode=link armv6-alpine-linux-musleabihf-g++ -Os -fomit-frame-pointer -pipe -std=c++11 -Wall -Wextra -Wformat=2 -Wnon-virtual-dtor -Wno-unused-parameter -Wl,--as-needed -lintl -o mksubvolume mksubvolume.o ../snapper/libsnapper.la utils/libutils.la -lbtrfs
libtool: link: armv6-alpine-linux-musleabihf-g++ -Os -fomit-frame-pointer -pipe -std=c++11 -Wall -Wextra -Wformat=2 -Wnon-virtual-dtor -Wno-unused-parameter -Wl,--as-needed -o .libs/snapper snapper.o types.o commands.o cleanup.o proxy.o proxy-dbus.o proxy-lib.o misc.o errors.o ../snapper/.libs/libsnapper.so utils/.libs/libutils.a /home/buildozer/aports/testing/snapper/src/snapper-0.5.4/snapper/.libs/libsnapper.so -lboost_thread-mt -lboost_system-mt -lxml2 -lacl -lz -lmount ../dbus/.libs/libdbus.a -lintl -ldbus-1 -lbtrfs
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: ../snapper/.libs/libsnapper.so: undefined reference to symbol '_ZN5boost6system16generic_categoryEv'
/usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../libboost_system-mt.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
|
| |
|
|
|
|
| |
gcc 6.4.0 doesn't support flag -mcx16 which ponyc needs on aarch64.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Makefile.in (used by `make`) contains a shell execution line to read the current git tags and uses that value in the resulting binary. However, since we're not building from a git repository but from a tar file, this results in `bird --version` reporting a version of `v3.7.0-3239-gc13b5c993b` instead of `2.0.2`. The added patch makes sure that bird uses the `BIRD_VERSION` from `sysdep/config.h`
|
|
|
|
|
|
|
|
|
| |
g++ -o build/release/libponyrt.benchmarks build/release/obj/benchmarks/libponyrt/common/common.o build/release/obj/benchmarks/libponyrt/ds/hash.o build/release/obj/benchmarks/libponyrt/mem/heap.o build/release/obj/benchmarks/libponyrt/mem/pool.o -L build/release -L /usr/local/lib -lgbenchmark -lponyrt -lpthread -ldl -latomic -lexecinfo
Building builtin -> /home/buildozer/aports/testing/ponyc/src/ponyc-0.21.3/packages/builtin
Bus error
It works on Scaleway armv7 machine, but fails on builder running on
armv8l.
|
|
|
|
|
| |
https://github.com/jirutka/apk-autoupdate/
Alpine's tool for automatic updates
|
|
|
|
|
|
| |
This reverts commit e2786ac703bf4773fcfc72dde7bd11c842cb4c2f.
Still part of lxc package..will be splitted when LXC will be upgraded to 3.x
|
|
|
|
| |
This reverts commit e9f086134201a0d0a6a0ed16997cb7dc0925090c.
|
| |
|
| |
|
|
|
|
|
| |
I've tested it on Scaleway's armv7 machine. I currently don't have
access to any aarch64 machine, but it should work too.
|
| |
|
|
|
|
|
|
| |
This reverts commit c77464fda48424214fe84bdde2d8b14894dcde74.
This was a mistake.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
build fails with:
===SORRY!===
The nqp-m binary is too old
To automatically clone (git) and build a copy of NQP 2018.04,
try re-running Configure.pl with the '--gen-moar' option.
Or, use '--prefix=' to explicitly specify the path where the NQP and
MoarVM
executables can be found that are use to build Rakudo.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
https://github.com/ponylang/pony-stable
A simple dependency manager for the Pony language
|
|
|
|
|
| |
An open-source, actor-model, capabilities-secure, high performance programming language
https://www.ponylang.org/
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
t/hll/06-sprintf.t (Wstat: 0 Tests: 286 Failed: 2)
Failed tests: 111-112
Files=141, Tests=12019, 34 wallclock secs ( 1.16 usr 0.11 sys + 32.61 cusr 1.38 csys = 35.26 CPU)
Result: FAIL
|
| |
|
|
|
|
| |
It's not recommended by Crystal developer.
|
| |
|