Is it known problem with libnuma / numactl?

Adrian Chadd adrian.chadd at gmail.com
Sun Aug 2 23:47:53 UTC 2015


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 at 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 at FreeBSD.org
>
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"


More information about the freebsd-current mailing list