2.8 & debian buster
01 Aug 2019 15:14 - 01 Aug 2019 15:15 #141114
by vre
2.8 & debian buster was created by vre
Any solution for this problem with 2.8pre1 & debian buster ?
( depedencies python-gtksourceview2 & python-vte are not available on buster )
Also when final 2.8 will be released ?
( depedencies python-gtksourceview2 & python-vte are not available on buster )
Also when final 2.8 will be released ?
# cat /etc/debian_version
10.0
# dpkg -i linuxcnc-uspace_2.8.0~pre1_arm64.deb
Selecting previously unselected package linuxcnc-uspace.
(Reading database ... 179999 files and directories currently installed.)
Preparing to unpack linuxcnc-uspace_2.8.0~pre1_arm64.deb ...
Unpacking linuxcnc-uspace (1:2.8.0~pre1) ...
dpkg: dependency problems prevent configuration of linuxcnc-uspace:
linuxcnc-uspace depends on python-gtksourceview2; however:
Package python-gtksourceview2 is not installed.
linuxcnc-uspace depends on python-vte; however:
Package python-vte is not installed.
dpkg: error processing package linuxcnc-uspace (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for systemd (241-5) ...
Processing triggers for desktop-file-utils (0.23-4) ...
Processing triggers for mime-support (3.62) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for shared-mime-info (1.10-1) ...
Errors were encountered while processing:
linuxcnc-uspace
# apt-get install python-gtksourceview2 python-vte
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-gtksourceview2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package python-vte is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python-gtksourceview2' has no installation candidate
E: Package 'python-vte' has no installation candidate
Last edit: 01 Aug 2019 15:15 by vre.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
01 Aug 2019 15:23 #141117
by tommylight
Replied by tommylight on topic 2.8 & debian buster
Please Log in or Create an account to join the conversation.
01 Aug 2019 17:37 #141130
by vre
Replied by vre on topic 2.8 & debian buster
No
I want armbian buster it is debian buster based.
The hardware is rockpro64 so mint does not work
I want armbian buster it is debian buster based.
The hardware is rockpro64 so mint does not work
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
01 Aug 2019 18:37 #141132
by tommylight
Replied by tommylight on topic 2.8 & debian buster
Ok.
Please Log in or Create an account to join the conversation.
01 Aug 2019 22:01 - 01 Aug 2019 22:05 #141153
by Bari
Replied by Bari on topic 2.8 & debian buster
This thread should have been better labeled as 2.8 & Debian Buster on ARM/Rpi
Pretty sure we just removed those dependencies at it worked for Buster. Sid is similar.
Pretty sure we just removed those dependencies at it worked for Buster. Sid is similar.
Last edit: 01 Aug 2019 22:05 by Bari.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
08 Aug 2019 12:20 #141671
by andypugh
Replied by andypugh on topic 2.8 & debian buster
I have compiled LinuxCNC on RPi / Buster in the last few weeks, so it can be done.
The dependency on python-vte was removed a month ago (nothing used it). I don't rememeber what I did about gtksourceview.
The dependency on python-vte was removed a month ago (nothing used it). I don't rememeber what I did about gtksourceview.
The following user(s) said Thank You: vre
Please Log in or Create an account to join the conversation.
20 Aug 2019 01:58 #142535
by vre
Replied by vre on topic 2.8 & debian buster
In which branch these deps removed in 2.8 or master?
Please Log in or Create an account to join the conversation.
20 Aug 2019 02:18 #142537
by cmorley
Actually Gscreen does use it - though I believe i made it not crash if it's missing.
Chris M
Replied by cmorley on topic 2.8 & debian buster
I have compiled LinuxCNC on RPi / Buster in the last few weeks, so it can be done.
The dependency on python-vte was removed a month ago (nothing used it). I don't rememeber what I did about gtksourceview.
Actually Gscreen does use it - though I believe i made it not crash if it's missing.
Chris M
Please Log in or Create an account to join the conversation.
20 Aug 2019 09:16 - 20 Aug 2019 19:42 #142564
by vre
Replied by vre on topic 2.8 & debian buster
I cloned the git repo today and the deps exist yet
Is the problem to config script for debian packages ?
Anyway i have force installed ignoring the dependencies
but gmocappy does not work because it depends to python-gtksourceview2
(I have cloned this repo github.com/LinuxCNC/linuxcnc)
Is the problem to config script for debian packages ?
Anyway i have force installed ignoring the dependencies
but gmocappy does not work because it depends to python-gtksourceview2
(I have cloned this repo github.com/LinuxCNC/linuxcnc)
# dpkg -i linuxcnc-uspace_2.9.0~pre0_arm64.deb
Selecting previously unselected package linuxcnc-uspace.
(Reading database ... 180124 files and directories currently installed.)
Preparing to unpack linuxcnc-uspace_2.9.0~pre0_arm64.deb ...
Unpacking linuxcnc-uspace (1:2.9.0~pre0) ...
dpkg: dependency problems prevent configuration of linuxcnc-uspace:
linuxcnc-uspace depends on python-gtksourceview2; however:
Package python-gtksourceview2 is not installed.
linuxcnc-uspace depends on python-vte; however:
Package python-vte is not installed.
dpkg: error processing package linuxcnc-uspace (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for systemd (241-5) ...
Processing triggers for desktop-file-utils (0.23-4) ...
Processing triggers for mime-support (3.62) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for shared-mime-info (1.10-1) ...
Errors were encountered while processing:
linuxcnc-uspace
Last edit: 20 Aug 2019 19:42 by vre.
Please Log in or Create an account to join the conversation.
- Lebensgefahr
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
29 Feb 2020 21:10 - 29 Feb 2020 21:13 #158841
by Lebensgefahr
Replied by Lebensgefahr on topic 2.8 & debian buster
You can take python-gtksourceview2 from Ubuntu repository (i use it from 18.04) and install it with dpkg -i python-gtksourceview2. After it will write an error of missed dependencies you just need to execute apt-get install -f to fix broken dependencies. After that it will be installed without any warnings and errors.
Btw there is a buildbot buildbot.linuxcnc.org/ where you can find repository to add it to your apt sources list /etc/apt/sources.list.d
Btw there is a buildbot buildbot.linuxcnc.org/ where you can find repository to add it to your apt sources list /etc/apt/sources.list.d
Last edit: 29 Feb 2020 21:13 by Lebensgefahr.
Please Log in or Create an account to join the conversation.
Time to create page: 0.082 seconds