Re: [Emc-developers] Fw: RTAI Package Building Failure

2023-10-24 Thread andy pugh
On Tue, 24 Oct 2023 at 23:46, Alec Ari via Emc-developers wrote: > mv debian/linuxcnc/usr/share/doc/linuxcnc/examples > debian/linuxcnc/usr/share/doc/linuxcnc > mv: cannot stat 'debian/linuxcnc/usr/share/doc/linuxcnc/examples': No such > file or directory I found that, though not the "why"

Re: [Emc-developers] Fw: RTAI Package Building Failure

2023-10-24 Thread Alec Ari via Emc-developers
I haven't been following the docs issue too closely but this is all dead code from what I gather: debian/configure: while test $# -ne 0; do     case "$1" in     noauto) BUILD_AUTO=false ;;     rtai) BUILD_RTAI=true ;;     rtai=*) BUILD_RTAI=true; RTAI_DEV=${1#rtai=} ;;     xenomai)

Re: [Emc-developers] Fw: RTAI Package Building Failure

2023-10-24 Thread andy pugh
I am seeing something very strange, there are two files (Master_Documentation and drivers/mb2hal) that keep failing with: make[2]: *** No rule to make target 'depends/drivers/mb2hal.d', needed by 'Makefile'. Stop. make[2]: Leaving directory '/home/andypugh/linuxcnc-dev/src' make[1]: ***

Re: [Emc-developers] Fw: RTAI Package Building Failure

2023-10-24 Thread andy pugh
On Tue, 24 Oct 2023 at 01:41, Rod Webster wrote: > > > Still can't build a package, the system really does seem to be > > impossible to persuade to not build docs > > Steffan put a PR forward to enable this the debian way > https://github.com/LinuxCNC/linuxcnc/pull/2647 I can try it, but I am