Raspberry Pi 4 Tutorial - fatal error

More
05 Jun 2020 14:31 #170258 by tommylight
Replied by tommylight on topic Raspberry Pi 4 Tutorial
I have seen from 140000 to 210000, and that should work if there are no excursions way past that.
I do not own and will not own a RPI4 in the near future, i still have two RPI3 to remind me how weak they are.
But seeing from a lot of posts lately, looks like the 4 is usable, so who knows....

Please Log in or Create an account to join the conversation.

More
17 Jun 2020 21:32 #171928 by EddieM
Replied by EddieM on topic Raspberry Pi 4 Tutorial

I appear to have managed to install Raspbian RT, and I am now at the stage where I am installing LinuxCNC, where I am to edit out the two lines of dependencies in the debian/control.bottom.in file. However, the instructions don't quite match what I am seeing in the file:
python-vte | gir1.2-vte-2.91,

as opposed to just:
python-vte,

I am a complete novice, so I am not sure whether to remove the whole line, or just a portion.

John, a big thank you for putting these steps together.

Thanks,

-Loren

Was there an answer to this? I just finished the RPi build mostly following the tutorial and saw this. I deleted the whole line. Did I do bad?
Like I said, I mostly followed the referenced tutorial except I built completely headless and used an xfce window manager. My servo latency is between 60000 and 90000. I’m running headless via VNC. Is that a source of latency?
That is how I plan to run linuxcnc. I have a Mesa 7i96.
Where should I look to reduce my latency?
Eddie

Please Log in or Create an account to join the conversation.

More
03 Jul 2020 22:29 #173562 by persei8
Replied by persei8 on topic Raspberry Pi 4 Tutorial
I went through the tutorial twice, the second time I had rpi os with desktop installed. RT kernel installed no problem. The problem was with compiling linuxcnc. Everything goes fine until the debuild -uc -us where it ends with :
pdflatex failed

A possible reason for transformation failure is invalid DocBook
(as reported by xmllint)

Error: pdflatex compilation failed

make[1]: *** [../docs/src/Submakefile:443: ../docs/src/Master_Documentation.pdf] Error 1
make[1]: Leaving directory '/home/pi/emc/src'
make: *** [debian/rules:34: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
Does anyone have a successful deb package they could share? Thank you.

Please Log in or Create an account to join the conversation.

More
04 Jul 2020 03:16 #173578 by phillc54
Replied by phillc54 on topic Raspberry Pi 4 Tutorial
There are armhf (32bit) buster packages on the Buildbot for 2.8 and master

buildbot.linuxcnc.org/dists/buster/
The following user(s) said Thank You: persei8

Please Log in or Create an account to join the conversation.

More
09 Jul 2020 06:01 #174055 by moonco
Replied by moonco on topic Raspberry Pi 4 Tutorial
Thank you for the link. How do I use that link? I am not very well versed in linux yet. Only been using it for 6 months of light use. Any help would be greatly appreciated. I have the same problem as persei.

Please Log in or Create an account to join the conversation.

More
09 Jul 2020 06:24 #174056 by phillc54
Replied by phillc54 on topic Raspberry Pi 4 Tutorial
Navigate to the version you want and download the .deb file

For 2.8 - last updated June 30:
buildbot.linuxcnc.org/dists/buster/2.8-r...g19a686b67_armhf.deb
if you need the dev package as well:
buildbot.linuxcnc.org/dists/buster/2.8-r...g19a686b67_armhf.deb
if you need english docs as well:
buildbot.linuxcnc.org/dists/buster/2.8-r...3.g19a686b67_all.deb

For master (2.9) - last updated July 08:
buildbot.linuxcnc.org/dists/buster/maste...ge42b91e15_armhf.deb
if you need the dev package as well:
buildbot.linuxcnc.org/dists/buster/maste...ge42b91e15_armhf.deb
if you need english docs as well:
buildbot.linuxcnc.org/dists/buster/maste...0.ge42b91e15_all.deb

after downloading to your Downloads directory, open a terminal and enter for each file you downloaded:
sudo apt install ~/Downloads/<the_name_of_the_file>.deb
The following user(s) said Thank You: moonco

Please Log in or Create an account to join the conversation.

More
09 Jul 2020 06:41 #174058 by moonco
Replied by moonco on topic Raspberry Pi 4 Tutorial
Thank you! I assume if I am using ssh I can scp the file from my host computer to the rpi home folder, then run sudo apt install?

Please Log in or Create an account to join the conversation.

More
09 Jul 2020 06:43 #174060 by phillc54
Replied by phillc54 on topic Raspberry Pi 4 Tutorial
Yes, if it is in your home directory you may need to enter it as:
sudo apt install ./<the_name_of_the_file>.deb

Please Log in or Create an account to join the conversation.

More
10 Jul 2020 04:57 #174185 by moonco
Replied by moonco on topic Raspberry Pi 4 Tutorial
Thank you for your help Phill. Installing those files didn't do the trick. Do you have any other suggestions? The last thing to build correctly is here:
uild the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /home/pi/emc/docs/src/Master_Documentation.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/home/pi/emc/docs/src' /usr/share/dblatex/xsl/common/mklistings.xsl /home/pi/emc/docs/src/Master_Documentation.xml
xsltproc -o Master_Documentation.rtex --xinclude --xincludestyle --param current.dir '/home/pi/emc/docs/src' --param listings.xml '/tmp/tmplkwzHj/listings.xml' /tmp/tmplkwzHj/custom.xsl /home/pi/emc/docs/src/Master_Documentation.xml
XSLT stylesheets DocBook - LaTeX 2e (0.3.10)
===================================================
Pixel unit not handled (replaced by pt)

Above that I don't see any errors, seams to all compile correctly. When I ran
sudo apt install ./<filename>
after copying the files onto the pi could I have installed them in the wrong place or does the nature of that call put the files where they need to go for the build?
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Pixel unit not handled (replaced by pt)
Cannot convert 'common/images/emc2-intro.png' to pdf
Cannot convert 'user/images/whatstep1.png' to pdf
Cannot convert 'gui/images/axis.png' to pdf
Cannot convert 'gui/images/touchy.png' to pdf
Cannot convert 'gui/images/gscreen-mill.png' to pdf
Cannot convert 'gui/images/gmoccapy_3_axis.png' to pdf
Cannot convert 'gui/images/ngcgui.png' to pdf
Cannot convert 'gui/images/axis-pyvcp.png' to pdf
Cannot convert 'gui/images/axis-gladevcp.png' to pdf
Cannot convert 'user/images/naive-cam.png' to pdf
inkscape -z -D --export-pdf=fig0.pdf /home/pi/emc/docs/src/user/images/mill-diagram_en.svg
inkscape -z -D --export-pdf=fig1.pdf /home/pi/emc/docs/src/user/images/lathe-diagram_en.svg
Image 'images/configuration-selector.png' not found
Cannot convert 'getting-started/images/configuration-selector.png' to pdf
Cannot convert 'config/images/stepconf-start_en.png' to pdf
Cannot convert 'config/images/stepconf-base_en.png' to pdf
Cannot convert 'config/images/latency-test_en.png' to pdf
Cannot convert 'config/images/stepconf-parallel-1_en.png' to pdf
Cannot convert 'config/images/stepconf-parallel-2_en.png' to pdf
Cannot convert 'config/images/stepconf-axis-x_en.png' to pdf
Cannot convert 'config/images/stepconf-x-test_en.png' to pdf
Cannot convert 'config/images/stepconf-spindle_en.png' to pdf
Cannot convert 'config/images/stepconf-options_en.png' to pdf
inkscape -z -D --export-pdf=fig2.pdf /home/pi/emc/docs/src/config/images/switch-nc-series_en.svg
inkscape -z -D --export-pdf=fig3.pdf /home/pi/emc/docs/src/config/images/switch-no-parallel_en.svg
Cannot convert 'config/images/pncconf-splash.png' to pdf
Cannot convert 'config/images/pncconf-basic.png' to pdf
Cannot convert 'config/images/pncconf-external.png' to pdf
Cannot convert 'config/images/pncconf-gui.png' to pdf
Cannot convert 'config/images/pncconf-mesa-config.png' to pdf
Cannot convert 'config/images/pncconf-mesa-io2.png' to pdf
Cannot convert 'config/images/pncconf-mesa-io3.png' to pdf
Cannot convert 'config/images/pncconf-mesa-io4.png' to pdf
Cannot convert 'config/images/pncconf-parport.png' to pdf
Cannot convert 'config/images/pncconf-axis-drive.png' to pdf
Cannot convert 'config/images/pncconf-scale-calc.png' to pdf
Cannot convert 'config/images/pncconf-axis-config.png' to pdf
Cannot convert 'config/images/pncconf-diagram-lathe.png' to pdf
Cannot convert 'config/images/pncconf-spindle-config.png' to pdf
Cannot convert 'config/images/pncconf-advanced.png' to pdf
Cannot convert 'config/images/pncconf-hal.png' to pdf
inkscape -z -D --export-pdf=fig4.pdf /home/pi/emc/docs/src/lathe/images/tool-positions_en.svg
inkscape -z -D --export-pdf=fig5.pdf /home/pi/emc/docs/src/lathe/images/tool-pos-1_en.svg
inkscape -z -D --export-pdf=fig6.pdf /home/pi/emc/docs/src/lathe/images/tool-pos-2_en.svg
inkscape -z -D --export-pdf=fig7.pdf /home/pi/emc/docs/src/lathe/images/tool-pos-3_en.svg
inkscape -z -D --export-pdf=fig8.pdf /home/pi/emc/docs/src/lathe/images/tool-pos-4_en.svg
inkscape -z -D --export-pdf=fig9.pdf /home/pi/emc/docs/src/lathe/images/tool-pos-5_en.svg
inkscape -z -D --export-pdf=fig10.pdf /home/pi/emc/docs/src/lathe/images/tool-pos-6_en.svg
inkscape -z -D --export-pdf=fig11.pdf /home/pi/emc/docs/src/lathe/images/tool-pos-7_en.svg
inkscape -z -D --export-pdf=fig12.pdf /home/pi/emc/docs/src/lathe/images/tool-pos-8_en.svg
inkscape -z -D --export-pdf=fig13.pdf /home/pi/emc/docs/src/lathe/images/control-point_en.svg
inkscape -z -D --export-pdf=fig14.pdf /home/pi/emc/docs/src/lathe/images/ramp-entry_en.svg
inkscape -z -D --export-pdf=fig15.pdf /home/pi/emc/docs/src/lathe/images/ramp-cut_en.svg
inkscape -z -D --export-pdf=fig16.pdf /home/pi/emc/docs/src/lathe/images/radius-1_en.svg
inkscape -z -D --export-pdf=fig17.pdf /home/pi/emc/docs/src/lathe/images/radius-2_en.svg
inkscape -z -D --export-pdf=fig18.pdf /home/pi/emc/docs/src/lathe/images/radius-3_en.svg
inkscape -z -D --export-pdf=fig19.pdf /home/pi/emc/docs/src/lathe/images/radius-4_en.svg
Cannot convert 'plasma/images/primer_torch-head.png' to pdf
Cannot convert 'plasma/images/primer_cut-angularity.png' to pdf
Cannot convert 'plasma/images/primer_volts-height.png' to pdf
Cannot convert 'plasma/images/primer_ohmic-sensing.png' to pdf
Cannot convert 'plasma/images/primer_hypersensing.png' to pdf
Cannot convert 'plasma/images/primer_thc-delay.png' to pdf
Cannot convert 'plasma/images/primer_kerf-cross.png' to pdf
Cannot convert 'gui/images/axis.png' to pdf
convert /home/pi/emc/docs/src/gui/images/tool_estop.gif fig20.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_power.gif fig21.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_open.gif fig22.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_reload.gif fig23.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_run.gif fig24.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_step.gif fig25.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_pause.gif fig26.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_stop.gif fig27.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_blockdelete.gif fig28.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_optpause.gif fig29.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_zoomin.gif fig30.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_zoomout.gif fig31.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_axis_z.gif fig32.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_axis_z2.gif fig33.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_axis_x.gif fig34.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_axis_y.gif fig35.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_axis_p.gif fig36.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_rotate.gif fig37.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
convert /home/pi/emc/docs/src/gui/images/tool_clear.gif fig38.pdf
convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.
Unexpected error occured
Cannot convert 'gui/images/axis-homed.png' to pdf
Cannot convert 'gui/images/axis-limit.png' to pdf
Cannot convert 'gui/images/axis-machineorigin.png' to pdf
Cannot convert 'gui/images/axis-outofrange.png' to pdf
Cannot convert 'gui/images/axis-currentandselected.png' to pdf
Cannot convert 'gui/images/touchoff.png' to pdf
Cannot convert 'gui/images/axis-mdi.png' to pdf
Cannot convert 'gui/images/axis-emc-status.png' to pdf
Cannot convert 'gui/images/manual-tool-change.png' to pdf
Cannot convert 'gui/images/axis-lathe-tool.png' to pdf
Cannot convert 'gui/images/axis-foam.png' to pdf
Cannot convert 'gui/images/holes.png' to pdf
Cannot convert 'gui/images/gmoccapy_5_axis.png' to pdf
Cannot convert 'gui/images/gmoccapy_3_axis.png' to pdf
Cannot convert 'gui/images/gmoccapy_ntb_preview_maximized_2.png' to pdf
Cannot convert 'gui/images/gmoccapy_ntb_preview.png' to pdf
Cannot convert 'gui/images/gmoccapy_with_left_box_in_edit_mode.png' to pdf
Cannot convert 'gui/images/gmoccapy_with_right_panel_in_MDI_mode.png' to pdf
Cannot convert 'gui/images/gmoccapy_mdi_hidden_keyboard.png' to pdf
Cannot convert 'gui/images/gmoccapy_getting_macro_info.png' to pdf
Cannot convert 'gui/images/gmoccapy_0_9_7_sim_hardware_button.png' to pdf
Cannot convert 'gui/images/manual_toolchange.png' to pdf
Cannot convert 'gui/images/gmoccapy_0_9_7_tool_info.png' to pdf
Cannot convert 'gui/images/sketch_auto_tool_measurement.png' to pdf
Cannot convert 'gui/images/gmoccapy_settings_button.png' to pdf
Cannot convert 'gui/images/gmoccapy_settings_appearance.png' to pdf
Cannot convert 'gui/images/gmoccapy_file_selection_dialog_with_keyboard.png' to pdf
Cannot convert 'gui/images/gmoccapy_settings_hardware.png' to pdf
Cannot convert 'gui/images/gmoccapy_settings_advanced.png' to pdf
Cannot convert 'gui/images/gmoccapy_lathe.png' to pdf
Cannot convert 'gui/images/gmoccapy_back_tool_lathe.png' to pdf
Cannot convert 'gui/images/gmoccapy_plasma.png' to pdf
Cannot convert 'gui/images/strange_numbers.png' to pdf
Cannot convert 'gui/images/ngcgui.png' to pdf
Image 'gui/images/tool_estop.gif' already converted as fig20.pdf
Image 'gui/images/tool_power.gif' already converted as fig21.pdf
Image 'gui/images/tool_run.gif' already converted as fig24.pdf
Cannot convert 'gui/images/ngcgui-db25-1.png' to pdf
Cannot convert 'gui/images/ngcgui-db25-2.png' to pdf
Cannot convert 'gui/images/ngcgui-db25-3.png' to pdf
Cannot convert 'gui/images/touchy.png' to pdf
Cannot convert 'gui/images/gscreen-mill.png' to pdf
Cannot convert 'gui/images/silverdragon.png' to pdf
Cannot convert 'gui/images/spartan.png' to pdf
Cannot convert 'gui/images/gaxis.png' to pdf
Cannot convert 'gui/images/industrial.png' to pdf
Cannot convert 'gui/images/tester.png' to pdf
Cannot convert 'gui/images/tester_editor.png' to pdf
Cannot convert 'gui/images/tkemc.png' to pdf
Cannot convert 'gui/images/tkemc-interp.png' to pdf
Cannot convert 'gui/images/tkemc-override-limits.png' to pdf
Cannot convert 'gui/images/tkemc-mdi.png' to pdf
Cannot convert 'plasma/images/plasmac_configurator_home_new.png' to pdf
Cannot convert 'plasma/images/plasmac_configurator_new.png' to pdf
Cannot convert 'plasma/images/plasmac_config.png' to pdf
Cannot convert 'plasma/images/plasmac_run.png' to pdf
Cannot convert 'plasma/images/plasmac_monitor.png' to pdf
Cannot convert 'plasma/images/plasmac_buttons_a.png' to pdf
Cannot convert 'plasma/images/plasmac_buttons_g.png' to pdf
Cannot convert 'plasma/images/plasmac_control_a.png' to pdf
Cannot convert 'plasma/images/plasmac_control_g.png' to pdf
Cannot convert 'plasma/images/plasmac_stats.png' to pdf
Cannot convert 'plasma/images/plasmac_extras.png' to pdf
Cannot convert 'plasma/images/plasmac_configurator_home_used.png' to pdf
Cannot convert 'plasma/images/plasmac_configurator_upgrade.png' to pdf
Cannot convert 'plasma/images/plasmac_configurator_home_used.png' to pdf
Cannot convert 'plasma/images/plasmac_configurator_reconfigure.png' to pdf
Cannot convert 'plasma/images/plasmac_material_main.png' to pdf
Cannot convert 'plasma/images/plasmac_material_dialogs.png' to pdf
Cannot convert 'plasma/images/plasmac_rs485_pmx.png' to pdf
Cannot convert 'plasma/images/plasmac_rs485_sunnix.png' to pdf
Cannot convert 'plasma/images/plasmac_rs485_dtech.png' to pdf
Cannot convert 'plasma/images/plasmac_reed_arc_ok.png' to pdf
Cannot convert 'gcode/images/offsets.png' to pdf
Cannot convert 'gcode/images/polar01.png' to pdf
Cannot convert 'gcode/images/polar02.png' to pdf
inkscape -z -D --export-pdf=fig39.pdf /home/pi/emc/docs/src/gcode/images/g2_en.svg
inkscape -z -D --export-pdf=fig40.pdf /home/pi/emc/docs/src/gcode/images/g2-3_en.svg
Cannot convert 'gcode/images/nurbs01.png' to pdf
inkscape -z -D --export-pdf=fig41.pdf /home/pi/emc/docs/src/gcode/images/g76-threads_en.svg
Cannot convert 'gcode/images/g76-01.png' to pdf
inkscape -z -D --export-pdf=fig42.pdf /home/pi/emc/docs/src/gcode/images/eight-holes_en.svg
inkscape -z -D --export-pdf=fig43.pdf /home/pi/emc/docs/src/gcode/images/twelve-holes_en.svg
inkscape -z -D --export-pdf=fig44.pdf /home/pi/emc/docs/src/gcode/images/g81mult_en.svg
inkscape -z -D --export-pdf=fig45.pdf /home/pi/emc/docs/src/gcode/images/g81ex1_en.svg
inkscape -z -D --export-pdf=fig46.pdf /home/pi/emc/docs/src/gcode/images/g81ex2_en.svg
inkscape -z -D --export-pdf=fig47.pdf /home/pi/emc/docs/src/gcode/images/g81_en.svg
inkscape -z -D --export-pdf=fig48.pdf /home/pi/emc/docs/src/gcode/images/g81a_en.svg
Cannot convert 'gui/images/image-to-gcode.png' to pdf
Cannot convert 'gui/images/i2g-roughing.png' to pdf
Cannot convert 'gcode/images/ToolTable-TouchOff.png' to pdf
inkscape -z -D --export-pdf=fig49.pdf /home/pi/emc/docs/src/gcode/images/comp-path_en.svg
inkscape -z -D --export-pdf=fig50.pdf /home/pi/emc/docs/src/gcode/images/comp02_en.svg
Cannot convert 'gcode/images/outside-comp.png' to pdf
Cannot convert 'gcode/images/inside-comp.png' to pdf
Cannot convert 'gui/images/tooledit.png' to pdf
Cannot convert 'gui/images/tooledit-sort.png' to pdf
Cannot convert 'gui/images/tooledit-columns.png' to pdf
Cannot convert 'config/images/servo-feedback.png' to pdf
Cannot convert 'config/images/pid-feedback.png' to pdf
Cannot convert 'config/images/latency-test_en.png' to pdf
Cannot convert 'config/images/latency-plot.png' to pdf
Cannot convert 'config/images/latency-histogram.png' to pdf
Cannot convert 'config/images/step-calc-inch-math.png' to pdf
Cannot convert 'config/images/step-calc-mm-math.png' to pdf
Cannot convert 'config/images/encoder-counts-math.png' to pdf
Cannot convert 'config/images/p-term.png' to pdf
Cannot convert 'config/images/i-term.png' to pdf
Cannot convert 'config/images/i-term.png' to pdf
Cannot convert 'config/images/p-term.png' to pdf
Cannot convert 'config/images/i-term.png' to pdf
Cannot convert 'config/images/ff2.png' to pdf
Cannot convert 'config/images/output-offset.png' to pdf
Cannot convert 'config/images/scale-math.png' to pdf
Cannot convert 'config/images/calibration-1.png' to pdf
Cannot convert 'config/images/calibration-2.png' to pdf
Cannot convert 'config/images/calibration-3.png' to pdf
Cannot convert 'config/images/encoder-scale.png' to pdf
Cannot convert 'config/images/stepper-scale.png' to pdf
Cannot convert 'config/images/encoder-scale.png' to pdf
Cannot convert 'config/images/HomeAxisTravel_V2.png' to pdf
Cannot convert 'config/images/HomeAxisTravel_V3.png' to pdf
Cannot convert 'config/images/emc2-motion-homing-diag.png' to pdf
Cannot convert 'remap/images/debug_embedded_python.png' to pdf
Cannot convert 'gui/images/pyvcp_group.png' to pdf
Cannot convert 'gui/images/pyvcp_mypanel.png' to pdf
Cannot convert 'gui/images/pyvcp_axis_lathe.png' to pdf
Cannot convert 'gui/images/pyvcp_label.png' to pdf
Cannot convert 'gui/images/pyvcp_led.png' to pdf
Cannot convert 'gui/images/pyvcp_rectled.png' to pdf
Cannot convert 'gui/images/pyvcp_button.png' to pdf
Cannot convert 'gui/images/pyvcp_checkbutton.png' to pdf
Cannot convert 'gui/images/pyvcp_radiobutton.png' to pdf
Cannot convert 'gui/images/pyvcp_number.png' to pdf
Cannot convert 'gui/images/pyvcp_s32.png' to pdf
Cannot convert 'gui/images/pyvcp_bar.png' to pdf
Cannot convert 'gui/images/pyvcp_meter.png' to pdf
Cannot convert 'gui/images/pyvcp_spinbox.png' to pdf
Cannot convert 'gui/images/pyvcp_scale.png' to pdf
Cannot convert 'gui/images/pyvcp_dial.png' to pdf
Cannot convert 'gui/images/pyvcp_jogwheel.png' to pdf
Cannot convert 'gui/images/pyvcp_image01.png' to pdf
Cannot convert 'gui/images/pyvcp_image02.png' to pdf
Cannot convert 'gui/images/pyvcp_image_u32_01.png' to pdf
Cannot convert 'gui/images/pyvcp_image01.png' to pdf
Cannot convert 'gui/images/pyvcp_image02.png' to pdf
Cannot convert 'gui/images/pyvcp_borders.png' to pdf
Cannot convert 'gui/images/pyvcp_hbox.png' to pdf
Cannot convert 'gui/images/pyvcp_vbox.png' to pdf
Cannot convert 'gui/images/pyvcp_labelframe.png' to pdf
Cannot convert 'gui/images/pyvcp_table.png' to pdf
Cannot convert 'gui/images/pyvcp_tabs1.png' to pdf
Cannot convert 'gui/images/pyvcp_tabs2.png' to pdf
Cannot convert 'gui/images/pyvcp_tabs3.png' to pdf
Cannot convert 'gui/images/xyz_ACO.png' to pdf
Cannot convert 'gui/images/xyz_buttons.png' to pdf
Cannot convert 'gui/images/ptest.png' to pdf
Cannot convert 'gui/images/ptest-final.png' to pdf
Cannot convert 'gui/images/gs2_panel.png' to pdf
Cannot convert 'gui/images/pyvcp-rth.png' to pdf
Cannot convert 'gui/images/example-panel-small.png' to pdf
Cannot convert 'gui/images/example-tabbed-small.png' to pdf
Cannot convert 'gui/images/touchy-tab-33.png' to pdf
Cannot convert 'gui/images/glade-manual-small.png' to pdf
Cannot convert 'gui/images/hal-pin-change-66.png' to pdf
Cannot convert 'gui/images/checkbutton.png' to pdf
Cannot convert 'gui/images/radiobutton.png' to pdf
Cannot convert 'gui/images/button.png' to pdf
Cannot convert 'gui/images/hscale.png' to pdf
Cannot convert 'gui/images/spinbutton.png' to pdf
Cannot convert 'gui/images/Hal_Dial.png' to pdf
Cannot convert 'gui/images/JogWheel.png' to pdf
Cannot convert 'gui/images/SpeedControl.png' to pdf
Cannot convert 'gui/images/leds.png' to pdf
Cannot convert 'gui/images/progressbar2.png' to pdf
Cannot convert 'gui/images/hal_hbar.png' to pdf
Cannot convert 'gui/images/vscale.png' to pdf
Cannot convert 'gui/images/hal_meter.png' to pdf
Cannot convert 'gui/images/gremlin.png' to pdf
Cannot convert 'gui/images/combi_dro.png' to pdf
Cannot convert 'gui/images/iconview.png' to pdf
Cannot convert 'gui/images/gtk-tooledit.png' to pdf
Cannot convert 'gui/images/offsetpage.png' to pdf
Cannot convert 'gui/images/hal_sourceview.png' to pdf
Cannot convert 'gui/images/small-screenshot.png' to pdf
Cannot convert 'gui/images/vcp-actions.png' to pdf
Cannot convert 'gui/images/whoareyou.png' to pdf
Cannot convert 'gui/images/speed.png' to pdf
Cannot convert 'gui/images/oword.png' to pdf
Cannot convert 'hal/images/remote-start.png' to pdf
Cannot convert 'gui/images/vismach.png' to pdf
Cannot convert 'drivers/images/5i20-halpins.png' to pdf
Cannot convert 'drivers/images/pico-ppmc-math.png' to pdf
Cannot convert 'drivers/images/pluto-pinout.png' to pdf
Cannot convert 'drivers/images/pluto-step-pinout.png' to pdf
Cannot convert 'drivers/images/pluto_step_waveform.png' to pdf
Cannot convert 'drivers/images/GMsystem.png' to pdf
Cannot convert 'drivers/images/GM_PCIpinout.png' to pdf
Cannot convert 'drivers/images/GM_IOpinout.png' to pdf
Cannot convert 'drivers/images/GM_AXISpinout.png' to pdf
Cannot convert 'drivers/images/GM_AxisInterface.png' to pdf
Cannot convert 'drivers/images/GM_RefSignals.png' to pdf
Cannot convert 'drivers/images/GM_ENDSWpinout.png' to pdf
Cannot convert 'drivers/images/GM_RS485topology.png' to pdf
Cannot convert 'examples/images/spindle-math.png' to pdf
Cannot convert 'ladder/images/ladder_action_load.png' to pdf
Cannot convert 'ladder/images/ladder_action_loadbar.png' to pdf
Cannot convert 'ladder/images/ladder_action_out.png' to pdf
Cannot convert 'ladder/images/example_link_contact_coil.png' to pdf
Cannot convert 'ladder/images/example_link_contact_coil2.png' to pdf
Cannot convert 'ladder/images/example_link_contact_coil3.png' to pdf
Cannot convert 'ladder/images/Default_Sections_Manager.png' to pdf
Cannot convert 'ladder/images/Default_Section_Display.png' to pdf
Cannot convert 'ladder/images/Bit_Status.png' to pdf
Cannot convert 'ladder/images/watch_window.png' to pdf
Cannot convert 'ladder/images/Default_Symbols_names.png' to pdf
Cannot convert 'ladder/images/Editor.png' to pdf
Cannot convert 'ladder/images/Config.png' to pdf
Cannot convert 'ladder/images/ladder_action_load.png' to pdf
Cannot convert 'ladder/images/ladder_action_loadbar.png' to pdf
Cannot convert 'ladder/images/AssignCompare-Ladder.png' to pdf
Cannot convert 'ladder/images/Assignment_Expression.png' to pdf
Cannot convert 'ladder/images/Comparison_Expression.png' to pdf
Cannot convert 'ladder/images/Config-io.png' to pdf
Cannot convert 'ladder/images/Config-com.png' to pdf
Cannot convert 'ladder/images/modbus_register_setting.png' to pdf
Cannot convert 'ladder/images/modbus_com_setting.png' to pdf
Cannot convert 'ladder/images/stepconf_ladder.png' to pdf
Cannot convert 'ladder/images/Section_Display_Grid.png' to pdf
Cannot convert 'ladder/images/Editor_NO_Input.png' to pdf
Cannot convert 'ladder/images/Section_Display_Build01.png' to pdf
Cannot convert 'ladder/images/Section_Display_Build02.png' to pdf
Cannot convert 'ladder/images/Section_Display_Build03.png' to pdf
Cannot convert 'ladder/images/SaveAs.png' to pdf
Cannot convert 'ladder/images/wrapping-counter.png' to pdf
Cannot convert 'ladder/images/extra-pulse-reject.png' to pdf
Cannot convert 'ladder/images/EStop_Section_Display.png' to pdf
Cannot convert 'ladder/images/axis_cl-estop.png' to pdf
Cannot convert 'ladder/images/Tmr_Section_Display.png' to pdf
Cannot convert 'hal/images/hal_circuit_concept.png' to pdf
Cannot convert 'hal/images/remote-start.png' to pdf
Cannot convert 'hal/images/HAL_Configuration.png' to pdf
Cannot convert 'hal/images/signal-direction.png' to pdf
Cannot convert 'hal/images/halmeter-select.png' to pdf
Cannot convert 'hal/images/halmeter-1.png' to pdf
Cannot convert 'hal/images/halscope-01.png' to pdf
Cannot convert 'hal/images/halscope-02.png' to pdf
Cannot convert 'hal/images/halscope-03.png' to pdf
Cannot convert 'hal/images/halscope-04.png' to pdf
Cannot convert 'hal/images/halscope-05.png' to pdf
Cannot convert 'hal/images/halscope-06.png' to pdf
Cannot convert 'hal/images/halscope-07.png' to pdf
Cannot convert 'hal/images/halscope-08.png' to pdf
Cannot convert 'hal/images/halscope-09.png' to pdf
Cannot convert 'hal/images/halscope-10.png' to pdf
Cannot convert 'hal/images/halscope-11.png' to pdf
Cannot convert 'hal/images/hal-meter01.png' to pdf
Cannot convert 'hal/images/hal-meter02.png' to pdf
Cannot convert 'hal/images/sim_pin.png' to pdf
Cannot convert 'hal/images/simulate_probe.png' to pdf
Cannot convert 'hal/images/hal-histogram.png' to pdf
Cannot convert 'hal/images/halshow-1.png' to pdf
Cannot convert 'hal/images/halshow-3.png' to pdf
Cannot convert 'hal/images/halshow-2.png' to pdf
Cannot convert 'hal/images/halshow-4.png' to pdf
Cannot convert 'hal/images/stepgen-block-diag.png' to pdf
Cannot convert 'hal/images/stepgen-type0.png' to pdf
Cannot convert 'hal/images/stepgen-type2-4.png' to pdf
Cannot convert 'hal/images/stepgen-type5-10.png' to pdf
Cannot convert 'hal/images/stepgen-type11-14.png' to pdf
Cannot convert 'hal/images/encoder-block-diag.png' to pdf
Cannot convert 'hal/images/pid-block-diag.png' to pdf
Cannot convert 'hal/images/velocity-01.png' to pdf
Cannot convert 'hal/images/softstart-scope.png' to pdf
Cannot convert 'motion/images/bipod.png' to pdf
Cannot convert 'motion/images/kinematics-math-01.png' to pdf
Cannot convert 'motion/images/kinematics-math-02.png' to pdf
Cannot convert 'motion/images/kinematics-math-03.png' to pdf
Cannot convert 'motion/images/kinematics-math-04.png' to pdf
Cannot convert 'motion/images/kinematics-math-05.png' to pdf
Cannot convert 'motion/images/kinematics-math-06.png' to pdf
Cannot convert 'motion/images/kinematics-math-07.png' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-001.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-002.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-003.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-004.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-005.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-006.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-007.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-008.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-009.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-010.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-011.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-012.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-013.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-014.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-015.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-016.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-017.jpg' to pdf
Cannot convert 'motion/rv-6sl/rv-6sl-018.jpg' to pdf
Cannot convert 'motion/5-axis-figures/equation__1.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-1.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__2.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__3.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-2.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__4.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__5.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-3.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-4.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__6.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__7.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__8.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__9.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__10.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__11.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__12.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__13.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__14.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__15.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__16.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__17.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-5.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-6.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__18.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__19.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__20.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__21.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__22.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__23.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__24.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__25.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__26.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__27.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-7.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-8.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__28.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__29.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__30.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__31.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__32.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__33.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__34.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__35.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__36.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__37.png' to pdf
Cannot convert 'motion/5-axis-figures/equation__38.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-9.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-10.png' to pdf
Cannot convert 'motion/5-axis-figures/Figure-11.png' to pdf
Build Master_Documentation.pdf
built-in module pdftex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for fontenc
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for emc2
building additional files...
checking if compiling is necessary...
the output file doesn't exist
pdflatex -interaction=batchmode Master_Documentation.tex
pdflatex failed

A possible reason for transformation failure is invalid DocBook
(as reported by xmllint)

Erroa2x: ERROR: "dblatex" -t pdf -p "/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s "/etc/asciidoc/dblatex/asciidoc-dblatex.sty" -P doc.publisher.show=0 -P latex.output.revhistory=0 -s ../docs/src/emc2.sty -P latex.hyperparam=colorlinks,linkcolor=blue,filecolor=blue,urlcolor=blue,citecolor=blue  -V  "/home/pi/emc/docs/src/Master_Documentation.xml" returned non-zero exit status 1
r: pdflatex compilation failed

make[1]: *** [../docs/src/Submakefile:443: ../docs/src/Master_Documentation.pdf] Error 1
make[1]: Leaving directory '/home/pi/emc/src'
make: *** [debian/rules:34: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed

Please Log in or Create an account to join the conversation.

More
10 Jul 2020 07:28 - 10 Jul 2020 07:32 #174191 by phillc54
Replied by phillc54 on topic Raspberry Pi 4 Tutorial

Thank you for your help Phill. Installing those files didn't do the trick.

What error did you get?


Above that I don't see any errors, seams to all compile correctly. When I ran
sudo apt install ./<filename>
after copying the files onto the pi could I have installed them in the wrong place or does the nature of that call put the files where they need to go for the build?

I am not following, did you compile on one machine then copy the deb fiiles to another?

EDIT: I see that neither 2.8 or master packages are building correctly on the Buildbot as well.

If you want to compile locally why not just do a run in place install and forget about using packages. If you want to use packages then use the prebuilt ones I linked to earlier.
Last edit: 10 Jul 2020 07:32 by phillc54.

Please Log in or Create an account to join the conversation.

Time to create page: 0.094 seconds
Powered by Kunena Forum