Debian 10 LinuxCNC debuild -uc -us fails

More
07 Jul 2020 13:38 - 07 Jul 2020 14:17 #173833 by partec
:~$ uname -a
Linux fav 4.19.0-9-rt-amd64 #1 SMP PREEMPT RT Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
:~$

all steps successfully according to JT's Manual but finally

dpkg-buildpackage -us -uc -ui failed



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)

Error: pdflatex compilation failed

make[1]: *** [../docs/src/Submakefile:448: ../docs/src/Master_Documentation.pdf] Fehler 1
make[1]: Verzeichnis „/home/eruepe/emc/src“ wird verlassen
make: *** [debian/rules:36: build-stamp] Fehler 2
dpkg-buildpackage: Fehler: Unterprozess debian/rules build lieferte Exitstatus 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
Last edit: 07 Jul 2020 14:17 by partec.

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

More
07 Jul 2020 14:18 #173838 by tommylight
The following user(s) said Thank You: partec

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

More
07 Jul 2020 14:48 - 07 Jul 2020 15:20 #173845 by partec
This variant I've tried once before, with success, but last time something did also not work properly herewith, I'll try it again! Also with mint 19.2 it was a short and easy way to success! When I tried an installation on raspberry pi4 I've finally learned to use git - and debian would fit me almost better. I found ASUS J4005I-C later, with extremely good performance, also small enough to fit behind a tiny 10 inch elo touchscreen.

Fine running LinuxCNC 2.7.15 with Stretch does not support full graphic resolution 1280 x 800 on elo screen wit this ASUS J4005I-C mainboard, so I'm looking now around, how to get it with buster!
Attachments:
Last edit: 07 Jul 2020 15:20 by partec.

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

More
07 Jul 2020 15:02 #173848 by tommylight
Let us know if something does not work.

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

More
07 Jul 2020 17:17 - 07 Jul 2020 17:45 #173873 by partec
AFTER DEBIAN INSTALLATION

e@f:~$ uname -a
Linux f 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2 (2020-04-29) x86_64 GNU/Linux

THEN ACCORDING TO INSTRUCTIONS

e@f:~$ cd Downloads
e@f:~/Downloads$ sudo chmod +x install.sh
e@f:~/Downloads$ ./install.sh
Hit:1 security.debian.org/debian-security buster/updates InRelease
Hit:2 deb.debian.org/debian buster InRelease
Hit:3 deb.debian.org/debian buster-updates InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'linux-headers-4.19.0-9-rt-amd64' for regex 'linux-headers-4.19.0-9-rt'
The following additional packages will be installed:
diffstat gdebi-core gettext gir1.2-vte-2.91 intltool-debian libapt-pkg-perl libarchive-zip-perl libasync-mergepoint-perl libcapture-tiny-perl
libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl libclone-perl libdigest-bubblebabble-perl libdigest-hmac-perl libemail-valid-perl
......
......
......

Building dependency tree
Reading state information... Done
E: Unable to locate package linuxcnc-uspace
Finshed, you can reboot your PC now.
e@f:~/Downloads$ ^C



AFTER REBOOT

e@f:~$ uname -a
Linux f 4.19.0-9-rt-amd64 #1 SMP PREEMPT RT Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
e@f:~$

e@f:~$ linuxcnc
bash: linuxcnc: command not found
e@f:~$
Attachments:
Last edit: 07 Jul 2020 17:45 by partec.

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

More
07 Jul 2020 17:47 #173874 by partec
Executing: /tmp/apt-key-gpghome.d7RjB1OI3g/gpg.1.sh --keyserver hkp://keys.gnupg.net --recv-key EF1B07FEE0EE663E
gpg: keyserver receive failed: No route to host
Hit:1 deb.debian.org/debian buster InRelease
Hit:2 security.debian.org/debian-security buster/updates InRelease
Hit:3 deb.debian.org/debian buster-updates InRelease
Get:4 buildbot.linuxcnc.org buster InRelease [37.8 kB]
Err:4 buildbot.linuxcnc.org buster InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EF1B07FEE0EE663E
Reading package lists... Done
W: GPG error: buildbot.linuxcnc.org buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EF1B07FEE0EE663E

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

More
07 Jul 2020 17:50 #173876 by tommylight
Try this for the keyserver:
sudo apt-key adv --keyserver hkp://keys.gnupg.net:80 --recv-key EF1B07FEE0EE663E
The following user(s) said Thank You: partec

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

More
07 Jul 2020 18:16 #173884 by partec
it works perfectly, thank you very much
The following user(s) said Thank You: tommylight

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

More
07 Jul 2020 19:11 #173896 by tommylight
Nice, you are welcomed.

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

More
07 Jul 2020 19:17 #173898 by taloot

:~$ uname -a
Linux fav 4.19.0-9-rt-amd64 #1 SMP PREEMPT RT Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
:~$

all steps successfully according to JT's Manual but finally

dpkg-buildpackage -us -uc -ui failed



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)

Error: pdflatex compilation failed

make[1]: *** [../docs/src/Submakefile:448: ../docs/src/Master_Documentation.pdf] Fehler 1
make[1]: Verzeichnis „/home/eruepe/emc/src“ wird verlassen
make: *** [debian/rules:36: build-stamp] Fehler 2
dpkg-buildpackage: Fehler: Unterprozess debian/rules build lieferte Exitstatus 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed


same as my error,, it seems u cant built it from source using debian

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

Time to create page: 0.098 seconds
Powered by Kunena Forum