extrowerk

Results 111 comments of extrowerk

It still checks all the available hpkgs for me (maybe because feature branches, so it have to update plenty things). Is there any news on this front?

Is there anything else what we want to include in the examples?

Any help would be greatly appreciated.

Ping @alexey-katranov

It seems "scalable_malloc" and "__RML_open_factory" symbols are missing.

``` /Ports/Testring/oneTBB/b> objdump -x /Ports/Testring/oneTBB/b/gnu_8.3_cxx11_64_relwithdebinfo/libtbb.so.12.5 | ag scalable_malloc 0000000000000000 w *UND* 0000000000000000 scalable_malloc /Ports/Testring/oneTBB/b> objdump -x /Ports/Testring/oneTBB/b/gnu_8.3_cxx11_64_relwithdebinfo/libtbb.so.12.5 | ag __RML_open_factory 0000000000000000 w *UND* 0000000000000000 __RML_open_factory ```

I just disabled the weak symbols, now most test passes. ``` (...REDACTED...) 67/133 Testing: test_arena_constraints 67/133 Test: test_arena_constraints Command: "/Ports/Testring/oneTBB/c/gnu_8.3_cxx11_64_relwithdebinfo/test_arena_constraints" "--force-colors=1" Directory: /Ports/Testring/oneTBB/c/gnu_8.3_cxx11_64_relwithdebinfo "test_arena_constraints" start time: Sep 17 10:22 GMT+2...

``` 97% tests passed, 4 tests failed out of 133 Total Test time (real) = 100.06 sec The following tests FAILED: 67 - test_arena_constraints (Failed) 119 - conformance_arena_constraints (Failed) 122...

It seems the reson for most test fails is hwloc, which is known ~broken on Haiku. Lets try to build TBB without whloc (eg. without tbbbind)....

The -2147483643 error (in test 125) means "Invalid Argument".