Re: CVS commit: src/distrib/sets/lists

2018-11-11 Thread Maxime Villard
Le 12/11/2018 à 00:30, Martin Husemann a écrit : On Sun, Nov 11, 2018 at 10:24:28PM +0100, Maxime Villard wrote: It's not complicated, we just want /usr/lib/libnvmm*, and nothing else. Just like libx86_64. In src/lib/libarch/x86_64/Makefile.inc: .if (${MACHINE_ARCH} == "x86_64" &&

Re: CVS commit: src/distrib/sets/lists

2018-11-11 Thread Martin Husemann
On Sun, Nov 11, 2018 at 10:24:28PM +0100, Maxime Villard wrote: > It's not complicated, we just want /usr/lib/libnvmm*, and nothing else. Just > like libx86_64. In src/lib/libarch/x86_64/Makefile.inc: .if (${MACHINE_ARCH} == "x86_64" && ${MLIBDIR:Unone} != "i386") SRCS+= x86_64_mtrr.c

Re: CVS commit: src/distrib/sets/lists

2018-11-11 Thread Maxime Villard
Le 11/11/2018 à 18:01, Maxime Villard a écrit : For reference: | I was having trouble compile-testing, the build was failing because of libssl | and I didn't understand how to work around this. Also this is an old AMD | machine that takes ages to build stuff... I will retry to rebuild, but

Re: CVS commit: src/distrib/sets/lists

2018-11-11 Thread Maxime Villard
Le 11/11/2018 à 17:49, Herbert J. Skuhra a écrit : On Sun, 11 Nov 2018 13:03:08 +0100, "Maxime Villard" wrote: Module Name:src Committed By: maxv Date: Sun Nov 11 12:03:08 UTC 2018 Modified Files: src/distrib/sets/lists/base: md.amd64

Re: CVS commit: src/distrib/sets/lists

2018-11-11 Thread Herbert J. Skuhra
On Sun, 11 Nov 2018 13:03:08 +0100, "Maxime Villard" wrote: > > Module Name: src > Committed By: maxv > Date: Sun Nov 11 12:03:08 UTC 2018 > > Modified Files: > src/distrib/sets/lists/base: md.amd64 > src/distrib/sets/lists/comp: md.amd64 >

Re: CVS commit: src/lib/libnvmm

2018-11-11 Thread maya
It looked like it was building a 32bit version of the library too, which might have been the source of the build failure. I'm not sure if that changed since.

Re: CVS commit: src/lib/libnvmm

2018-11-11 Thread Maxime Villard
Le 11/11/2018 à 01:06, Maya Rashish a écrit : Module Name:src Committed By: maya Date: Sun Nov 11 00:06:48 UTC 2018 Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Add missing include for struct nvmm_x64_state (Pointed out by the clang build) To generate a