chazanov
chazanov
I've tried the `master` branch. How can I disable realtime?
With tdata4 I'm getting ``` clang -DRRRR_STRICT -DRRRR_TDATA_IO_DYNAMIC -DRRRR_FAKE_REALTIME -DRRRR_VALGRIND -DRRRR_BITSET_64 -Wextra -Wall -ansi -pedantic -DRRRR_DEBUG -DRRRR_INFO -DRRRR_TDATA -ggdb -O0 -lm -lprotobuf-c -o cli cli.c router.c tdata.c tdata_validation.c bitset.c router_request.c...
@skinkie Yes, of course (protobuf 3.7.0 and p-c 1.3.1): ``` protobuf /usr/bin/protoc protobuf /usr/include/google/ protobuf /usr/include/google/protobuf/ protobuf /usr/include/google/protobuf/any.h protobuf /usr/include/google/protobuf/any.pb.h protobuf /usr/include/google/protobuf/any.proto protobuf /usr/include/google/protobuf/api.pb.h protobuf /usr/include/google/protobuf/api.proto protobuf /usr/include/google/protobuf/arena.h protobuf /usr/include/google/protobuf/arena_impl.h...
@skinkie It now builds perfectly. Probably that's trivial, but for me there is `No rule to make target 'install'.`
> https://github.com/libcheck/check Nowaday github records all of my mistakes ;) So there is nothing more than a 180 kb binary called _./cli_ ?
@skinkie Yes, I'm very cautious with photos or information on me. I'm just a single OSM guy doing something very different in real life. I'm always interested in doing things...
@fisx There is a similar error occurring for me: ``` Test suite failure for package types-common-0.16.0 tests: exited with: ExitFailure 1 Logs printed to console : commitAndReleaseBuffer: invalid argument (invalid...
@fisx I've just cloned git master, and ran `make`. Do you know where I can find the `Logs printed to console`? There is a file called `pkgdb/types-common-journal-0.1.0-GiJaXkYmImM7baKj2Pgty7.conf`, but it says...
That's weird: all passed: ``` Tests Properties Ascii validate (toText x) == Right x: OK (0.04s) +++ OK, passed 100 tests. unsafeFromByteString (toByteString x) == x: OK +++ OK, passed...
Here it is: https://pastebin.com/W5NpKCKi → same error (the path "/tmp/empty-directory/wire-server" was shortened) Is this maybe a UTF-8 problem? * https://github.com/wireapp/wire-server/issues/456 * https://github.com/wireapp/wire-server/pull/459 ?