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

Reply via email to