On 01.07.2022 17:20, Feral Engineer wrote: > The dependency list you just copy and paste the entire thing, the rest of > the commands do line by line. It sounds like that's what you are doing, but > I was getting that error 2 if I tried copying/pasting each section all at > once and executing it. Entering and executing each command line by line > worked for me. > > Phil T. > The Feral Engineer > > Check out my LinuxCNC tutorials, machine builds and other antics at > www.youtube.com/c/theferalengineer > > Help support my channel efforts and coffee addiction: > www.patreon.com/theferalengineer > > Order one of the coolest label makers on the market at > http://labelworks.epson.com, use coupon code "theferalengineer" and receive > 20% off of your order 🙂 > > On Fri, Jul 1, 2022, 11:15 AM Daniel Dempsey <sqmathl...@gmail.com> wrote: > >> But I have been entering instructions one line at a time... >> >> On Fri., Jul. 1, 2022, 11:07 a.m. Feral Engineer, < >> theferalengin...@gmail.com> wrote: >> >>> I ran into issues if I copied and pasted all of the text from each >> section >>> at once. If I do everything line by line, it works. Have you tried that? >>> >>> Phil T. >>> The Feral Engineer >>> >>> Check out my LinuxCNC tutorials, machine builds and other antics at >>> www.youtube.com/c/theferalengineer >>> >>> Help support my channel efforts and coffee addiction: >>> www.patreon.com/theferalengineer >>> >>> Order one of the coolest label makers on the market at >>> http://labelworks.epson.com, use coupon code "theferalengineer" and >>> receive >>> 20% off of your order 🙂 >>> >>> On Fri, Jul 1, 2022, 11:02 AM Daniel Dempsey <sqmathl...@gmail.com> >> wrote: >>> >>>> Hi, >>>> >>>> I have been trying to follow the Debian 11 install for QTPYVCP >>>> as per the instructions http://www.qtpyvcp.com/install/bullseye.html . >>>> >>>> after the cmd >>>> >>>> dpkg-buildpackage -b -uc >>>> >>>> I get >>>> >>>> asciidoc: include: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/motion/pid-theory.adoc >>>> asciidoc: Master_Documentation.adoc: line 313: reading: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/motion/pid-theory.adoc >>>> asciidoc: ERROR: halmodule.adoc: line 76: [tabledef-default] total >>>> width less than 100%: 0 >>>> asciidoc: ERROR: halmodule.adoc: line 76: [tabledef-default] missing >>>> leading separator: >>>> >>>> >>> >> (?ms)((?<!\S)((?P<span>[\d.]+)(?P<op>[*+]))?(?P<align>[<\^>.]{,3})?(?P<style>[a-z])?)?\| >>>> asciidoc: WARNING: pid-theory.adoc: line 62: table row 1: empty spanned >>> row >>>> asciidoc: ERROR: pid-theory.adoc: line 66: [tabledef-default] total >>>> width less than 100%: 0 >>>> asciidoc: ERROR: pid-theory.adoc: line 66: [tabledef-default] missing >>>> leading separator: >>>> >>>> >>> >> (?ms)((?<!\S)((?P<span>[\d.]+)(?P<op>[*+]))?(?P<align>[<\^>.]{,3})?(?P<style>[a-z])?)?\| >>>> asciidoc: WARNING: pid-theory.adoc: line 75: table row 1: empty spanned >>> row >>>> asciidoc: include: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/motion/external-offsets.adoc >>>> asciidoc: Master_Documentation.adoc: line 315: reading: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/motion/external-offsets.adoc >>>> asciidoc: include: >>>> >> /home/daniel/dev/linuxcnc-dev/docs/src/es/tooldatabase/tooldatabase.adoc >>>> asciidoc: Master_Documentation.adoc: line 317: reading: >>>> >> /home/daniel/dev/linuxcnc-dev/docs/src/es/tooldatabase/tooldatabase.adoc >>>> asciidoc: include: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/code/rs274.adoc >>>> asciidoc: Master_Documentation.adoc: line 319: reading: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/code/rs274.adoc >>>> asciidoc: include: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/common/glossary.adoc >>>> asciidoc: Master_Documentation.adoc: line 323: reading: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/common/glossary.adoc >>>> asciidoc: include: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/common/gpld-copyright.adoc >>>> asciidoc: Master_Documentation.adoc: line 325: reading: >>>> /home/daniel/dev/linuxcnc-dev/docs/src/es/common/gpld-copyright.adoc >>>> 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 327: table row 1: >>>> empty spanned row >>>> asciidoc: WARNING: Master_Documentation.adoc: line 327: table row 2: >>>> empty spanned row >>>> asciidoc: WARNING: Master_Documentation.adoc: line 327: 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/daniel/dev/linuxcnc-dev/docs/src/es/Master_Documentation.xml" >>>> "/home/daniel/dev/linuxcnc-dev/docs/src/es/Master_Documentation.adoc" >>>> returned non-zero exit status 1 >>>> >>>> make[2]: *** [../docs/src/Submakefile:479: >>>> ../docs/src/es/Master_Documentation.pdf] Error 1 >>>> make[2]: Leaving directory '/home/daniel/dev/linuxcnc-dev/src' >>>> make[1]: *** [debian/rules:51: override_dh_auto_build-arch] Error 2 >>>> make[1]: Leaving directory '/home/daniel/dev/linuxcnc-dev' >>>> make: *** [debian/rules:39: build] Error 2 >>>> >>>> >>>> I know there has been a lot going on with the docs lately, wondering >>>> if this is related?
Most likely, the documentation was updated and began using po4a, but the version in Bullseye is to old. If you need documentation you need to install a newer version of po4a manually. If documentation is'nt important, the easiset thing is just not to build them, change the line ./configure uspace to ./configure no-docs >>>> I only think this because po4a was not in the dependencies listed in >>>> the instructions. >>>> Håvard _______________________________________________ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers