Nicolas Rouvière

Results 7 comments of Nicolas Rouvière

Hi, This fixes the build on Mac OS Mojave 10.14 without anything else to do. However I just realized I haven't ran the tests on Mac OS. I can do...

Hi, Sorry for the delay. I tried to run the tests on MacOS but it appears they are stuck at x86/unit/mn_strings.py llvm: ``` TEST/ARCH x86/arch.py DONE x86/arch.py 16s TEST/ARCH x86/sem.py...

Hi again, I checked, but couldn't find the `miasm_cache` in the `/tmp` directory. I used `pstree` to see which script was stuck, `top` wasn't giving the file path. Here is...

It's an x86-64 version: ``` $ sysctl -n machdep.cpu.brand_string Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz ```

Hello, Sorry for the delay. The issue seems to be with `communicate` in `testset.py` line 61: ```python testpy = subprocess.Popen(([executable] + init_args + test.command_line), stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=test.base_dir) outputs = testpy.communicate()...

Hello all, First happy new year. I've digged in the issue again. I applied the changes mentioned by @su-vikas and I exported the path to the dynamic library using the...

Hello team, Sorry for being idle for so long. Here is the last fixes. I passed build options for the MacOS platform to change the LC_ID_DYLIB command within the library....