Lucian Popescu
Lucian Popescu
It's annoying to wait for the full output after 5-10 minutes to see what is actually happening. Better print the output as it is generated. I don't know if this...
I'm trying to compile john with Clang 15.0.7 and I get the following error: ``` /usr/bin/ld.lld mkvcalcproba.o -g -m64 -L/usr/local/lib -L/usr/lib64 -L/lib64 -lm -o ../run/mkvcalcproba ld.lld: error: unknown emulation: 64...
This drops utf8_pure where the functions do non-pure calls and adds utf8_pure to functions that are not already marked pure.
see TODO in text
test-definition.xml for pts/z3-1.0.0 should be modified so that it contains ``` x86_64,aarch64 ```
https://github.com/phoronix-test-suite/test-profiles/blob/bde43b6155829b40b804cf9dc1ea3bb334f5bf29/pts/compress-zstd-1.6.0/test-definition.xml#L38 Parsing csv files that have test names which contain commas is really ugly. We should delete these commas.
In pts/redis-1.4.0, if NUM_CPU_PHYSICAL_CORES is greater than 128, the following line from install.sh will fail: https://github.com/phoronix-test-suite/test-profiles/blob/bde43b6155829b40b804cf9dc1ea3bb334f5bf29/pts/redis-1.4.0/install.sh#L17 See: https://github.com/redis/redis/blob/2cf50ddbad1b8169ed31c913d6e6c860e4736f80/src/config.c#L3151 The solution is to just saturate NUM_CPU_PHYSICAL_CORES at 128.