Date: Sun, 2 Aug 2015 16:47:52 -0700 From: Adrian Chadd <adrian.chadd@gmail.com> To: Lev Serebryakov <lev@freebsd.org> Cc: freebsd-current <freebsd-current@freebsd.org> Subject: Re: Is it known problem with libnuma / numactl? Message-ID: <CAJ-Vmokf9OYUOeL7ScBYXn1LiC4rKqgOM6T0N-W%2B=Xy69fLHmA@mail.gmail.com> In-Reply-To: <1177275050.20150802225939@serebryakov.spb.ru> References: <1177275050.20150802225939@serebryakov.spb.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, I haven't yet gotten around to conditionally compiling in the NUMA support (yes it's on my mind, I'm an embedded person too, so I do care about this!) There's unfortunately no NUMA config option - it's all hinged on MAXMEMDOM. The only things that are compiled in unconditionally right now are the syscalls. I'll try to address that next week. As for what you saw - that's odd; I've not seen that before. How are you building things? What are you building? -adrian On 2 August 2015 at 12:59, Lev Serebryakov <lev@freebsd.org> wrote: > Hello Freebsd-current, > > Buildworld for r286209 failed: > > numactl.o: In function `main': > /data/src/usr.bin/numactl/numactl.c:(.text+0x269): undefined reference to `numa_setaffinity' > /data/src/usr.bin/numactl/numactl.c:(.text+0x33b): undefined reference to `numa_getaffinity' > /data/src/usr.bin/numactl/numactl.c:(.text+0x375): undefined reference to `numa_setaffinity' > > BTW, is here any WITHOUT_XXX to disable numa parts completely? I'm building > very small embedded image with nanobsd. > > -- > Best regards, > Lev mailto:lev@FreeBSD.org > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmokf9OYUOeL7ScBYXn1LiC4rKqgOM6T0N-W%2B=Xy69fLHmA>