#linuxcnc-devel Logs

Nov 10 2022

#linuxcnc-devel Calendar

12:34 AM pere: is there a reason why docs/man/man?/*.3rtapi are not included in the .deb packages?
01:36 AM pere: andypugh: any idea for <URL: https://github.com/LinuxCNC/linuxcnc/issues/2136 >?
04:24 AM andypugh: pere: If <rtapi_io.h> works then it might be a more general fix than turning on and off specific features on specific platforms.
04:26 AM pere: andypugh: the thing is just that I do not know if it work. I have no idea what it will do on arm.
04:26 AM pere: can hal_parport work on arm? there is no parallel port on the ones I got, so no idea what it can do.
04:31 AM andypugh: I was looking for the conditional compile for hal_pi_gpio to see how that is done, but so far I have only found a dependency on uspace.
04:33 AM pere: any idea why the rtapi_io man page is not included in the debs?
12:25 PM roguish[m]: andypugh: pere thank you guys for approving and merging my simple little comp, div2.
12:26 PM andypugh: pere: Sorry, no idea.
12:34 PM pere: andypugh: could it be a bug?
12:34 PM pere: roguish[m]: happy to help. hope you find time to contribute some more. :)
12:41 PM andypugh: pere: Does _anything_ in man3 get made?
12:44 PM andypugh: I don’t think anything with a .3rtapi is built
12:47 PM pere: andypugh: yeah, <UR:: https://packages.debian.org/sid/amd64/linuxcnc-uspace-dev/filelist >.
12:50 PM andypugh: Hmm, OK. And on my 2.8.4 test install VM rtapi_io is in the man3 directory
12:50 PM andypugh: But not on my actual dev system (none of them are, though)
01:01 PM pere: so I guess something broke somewhere.
01:33 PM andypugh: Hmm, something else broken (in 2.9)
01:33 PM andypugh: RTAI build:
01:34 PM andypugh: CC [M] /home/andypugh/linuxcnc-dev/src/hal/drivers/hal_speaker.o
01:34 PM andypugh: #include <sys/io.h>
01:34 PM andypugh: ^~~~~~~~~~
01:34 PM andypugh: home/andypugh/linuxcnc-dev/src/hal/drivers/hal_speaker.c:76:10: fatal error: sys/io.h: No such file or directory
04:03 PM pere: andypugh: can we get a github test for rtai builds to detect these up front?
04:05 PM andypugh: Probably not, there are no readily available kernels.
04:12 PM pere: why is a kernel needed to build?
04:30 PM pere: andypugh: <URL: https://github.com/LinuxCNC/linuxcnc/pull/2138 > might solve it.
05:32 PM andypugh: I think it needs at least the kernel sources?