Ooops I spoke too soon. I got the following error which points to a
formatting error in the es Docs files.

asciidoc: ERROR: pid-theory.adoc: line 79: [tabledef-default] missing
closing delimiter
asciidoc: ERROR: pid-theory.adoc: line 79: [tabledef-default] total width
less than 100%: 0
asciidoc: ERROR: pid-theory.adoc: line 79: [tabledef-default] missing
leading separator:
(?ms)((?<!\S)((?P<span>[\d.]+)(?P<op>[*+]))?(?P<align>[<\^>.]{,3})?(?P<style>[a-z])?)?\|
asciidoc: WARNING: Master_Documentation.adoc: line 329: table row 1: empty
spanned row
asciidoc: WARNING: Master_Documentation.adoc: line 329: table row 2: empty
spanned row
asciidoc: WARNING: Master_Documentation.adoc: line 329: table row 3: empty
spanned row

a2x: ERROR: "/usr/bin/asciidoc" --backend docbook -a "a2x-format=pdf" -f
../docs/src/docbook.conf -f ../docs/src/asciidoc-dont-replace-arrows.conf
--doctype book --attribute "scriptdir=../docs/src/" --verbose  --out-file
"/home/rod/devel/linuxcnc/docs/src/es/Master_Documentation.xml"
"/home/rod/devel/linuxcnc/docs/src/es/Master_Documentation.adoc" returned
non-zero exit status 1

make[2]: *** [../docs/src/Submakefile:503:
../docs/src/es/Master_Documentation.pdf] Error 1
make[2]: Leaving directory '/home/rod/devel/linuxcnc/src'
make[1]: *** [debian/rules:57: override_dh_auto_build-indep] Error 2
make[1]: Leaving directory '/home/rod/devel/linuxcnc'
make: *** [debian/rules:39: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit
status 2
rod@penguin:~/devel/linuxcnc$

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


On Wed, 10 Aug 2022 at 23:14, Rod Webster <r...@vehiclemods.net.au> wrote:

> 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