This seems to be working fine for me here based on the instructions
http://linuxcnc.org/docs/devel/html/code/building-linuxcnc.html#_building_debian_packages
I did not do any configuration or building for RIP in
http://linuxcnc.org/docs/devel/html/code/building-linuxcnc.html#Quick-Start

I have found it's not necessary to build RIP if you are building debs..
Perhaps that is causing your issue.

Its taking a long time to build the docs which the link above seems to
indicate should not be built by default so thats odd.
Maybe I should have run ./configure in the /src directory to prevent this.
On My chromebook running a clean Debian 11 container.
Anyway, too late here so I'm off to bed. Will confirm it worked completely
in the morning.

Rod Webster
*1300 896 832*
+61 435 765 611
Vehicle Modifications Network
www.vehiclemods.net.au


On Wed, 10 Aug 2022 at 21:28, andy pugh <bodge...@gmail.com> wrote:

> I am a bit at a loss as to why I can't build packages at the moment
> (on either of my test machines)
>
> After make clean / autogen.sh / ./configure uspace / dh_clean /
> dpkg_buildpackage -b -uc
>
> ...
> make[1]: *** [Makefile:629: install-kernel-indep] Error 1
> make[1]: Leaving directory '/home/andypugh/linuxcnc-dev/src'
> make: *** [debian/rules:72: install] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules binary subprocess
> returned exit status 2
>
> I don't understand the reference to Makefile line 629, but feel that
> the problem is rules line 73:
>
> 68: # Version 0.22 and newer of the desktop-file-validate program
> 69: # (in Jessie and newer) can deal with multiple files specified
> 70: # on the command line. Version 0.20 (in Wheezy) says it can,
> 71: # but can't.  So feed it the files one by one.
> 72: for F in $$(find debian/extras/ -name *.desktop); do \
> 73:   desktop-file-validate $$F; \
> 74: done
>
> What has be really puzzled is that I see the same error even if I
> comment-out the loop (in rules.in _and_ in rules, just to be sure)
>
> Also, it is notable that the buildbot has no difficulty in this area.
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
>
>
> _______________________________________________
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>

_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to