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

Reply via email to