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 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 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
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

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

2023-10-23 Thread Alec Ari via Emc-developers
Updated results: Runtest: 259 tests run, 256 successful, 3 failed + 0 expected, 1 skipped Failed:     /home/ntu/linuxcnc/tests/pyhal     /home/ntu/linuxcnc/tests/realtime-math     /home/ntu/linuxcnc/tests/symbols.0 realtime-math failed only because: + set -xe + halcompile --install

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

2023-10-23 Thread Alec Ari via Emc-developers
He shoots HE SCORES!!! SUBDIRS was being used again when it shouldn't be, I didn't remove all the instances I guess. M= is the way to go, and I fixed the tests. Commit: https://github.com/NTULINUX/linuxcnc-rtai-gnu11/commit/867ac21bfa2138988d1fd800126be23cb3d4cb60 CHEERS! Alec

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

2023-10-23 Thread Alec Ari via Emc-developers
Error for personalities_mod: cat /home/ntu/linuxcnc/tests/halcompile/personalities_mod/stderr + set -e + halcompile --personalities=2 --install lincurve_test.comp mkdir: cannot create directory '.tmp_41640': Permission denied blah blah blah mkdir: cannot create directory ‘.tmp_41846’: Permission

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

2023-10-23 Thread Rod Webster
> 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 Rod Webster *1300 896 832* +61 435 765 611 Vehicle Modifications Network

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

2023-10-23 Thread andy pugh
Alec: Do the tests pass with your run-in-place build, by the way? I am getting some odd errors in the maths tests, but not ones that seem to be related to maths. They actually look like a permissions problem with the temp directory. Still can't build a package, the system really does seem to be