- LinuxCNC
- Installing LinuxCNC
- 2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
22 Aug 2020 18:42 #179022
by JR1050
Is there some sort of work around to installing the Pokeys component? In wheezy the ilbusb 1.0.0-dev is unavailable with apt-get and with Stretch linuxcnc-dev is is unavailable with apt-get unavailable, which means no halcompile.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19203
- Thank you received: 6436
22 Aug 2020 20:50 #179033
by tommylight
Replied by tommylight on topic 2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
Can not help with Pokeys as i never used it, but the Wheezy is past it's end of life and it looks like all the repos containing Whezzy packages are deleted, but there should be the dev version for Stretch, here, just choose the 2.7 or 2.8 or master, then the 64 bit version and there should be a package with dev in the name that can be downloaded and installed using gdebi :
buildbot.linuxcnc.org/dists/stretch/
buildbot.linuxcnc.org/dists/stretch/
Please Log in or Create an account to join the conversation.
23 Aug 2020 20:12 #179136
by JR1050
Replied by JR1050 on topic 2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
I had installed the 2.7 version with Stretch and when I attempted to install
linuxcnc-dev with apt-get( via copied command from the documentation) , I get an error stating that linuxcnc-dev was not available. So my kunundrom is , wheezy -no libusb-dev with stretch , no linuxcnc-dev. So I’m stuck and I think there is another thread about the missing file for stretch. Help? Thanks.
linuxcnc-dev with apt-get( via copied command from the documentation) , I get an error stating that linuxcnc-dev was not available. So my kunundrom is , wheezy -no libusb-dev with stretch , no linuxcnc-dev. So I’m stuck and I think there is another thread about the missing file for stretch. Help? Thanks.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19203
- Thank you received: 6436
24 Aug 2020 11:39 #179227
by tommylight
Replied by tommylight on topic 2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
linuxcnc.org/temp/2.8test5.iso
Give that a try, it is the latest nearly official release.
Give that a try, it is the latest nearly official release.
Please Log in or Create an account to join the conversation.
25 Aug 2020 05:15 #179314
by phillc54
Replied by phillc54 on topic 2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
linuxcnc-dev is available on the Buildbot for both RTAI and PREEMPT_RT:
buildbot.linuxcnc.org/dists/wheezy/2.7-rt/binary-i386/
buildbot.linuxcnc.org/dists/wheezy/2.7-rtpreempt/binary-i386/
buildbot.linuxcnc.org/dists/wheezy/2.7-rt/binary-i386/
buildbot.linuxcnc.org/dists/wheezy/2.7-rtpreempt/binary-i386/
Please Log in or Create an account to join the conversation.
26 Aug 2020 00:50 - 26 Aug 2020 01:39 #179475
by JR1050
Replied by JR1050 on topic 2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
Im really trying to be patient with this..... So far I have installed 3 different versions and have 3 different sets of problems
Wheezy with lcnc 2.7, cant install libusb-1.0-dev
Strech with 2.7 cant install linuxcnc-dev
Above package with 2.8 cant install libusb-1.0-dev
zoey@zoey:~$ sudo apt-get install git build-essential libusb-1.0-0 libusb-1.0-0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package build-essential
E: Unable to locate package libusb-1.0-0-dev
E: Couldn't find any package by glob 'libusb-1.0-0-dev'
E: Couldn't find any package by regex 'libusb-1.0-0-dev'
In addition i cant get anything from git and I cant install git....
zoey@zoey:~$ sudo apt install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
git : Depends: liberror-perl but it is not installable
Recommends: patch but it is not going to be installed
Recommends: ssh-client
E: Unable to correct problems, you have held broken packages.
Edit---I reinstalled 2.7 strech and linuxcnc -dev was included and it compiled the pokeys comp, bad install I guess..
Wheezy with lcnc 2.7, cant install libusb-1.0-dev
Strech with 2.7 cant install linuxcnc-dev
Above package with 2.8 cant install libusb-1.0-dev
zoey@zoey:~$ sudo apt-get install git build-essential libusb-1.0-0 libusb-1.0-0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package build-essential
E: Unable to locate package libusb-1.0-0-dev
E: Couldn't find any package by glob 'libusb-1.0-0-dev'
E: Couldn't find any package by regex 'libusb-1.0-0-dev'
In addition i cant get anything from git and I cant install git....
zoey@zoey:~$ sudo apt install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
git : Depends: liberror-perl but it is not installable
Recommends: patch but it is not going to be installed
Recommends: ssh-client
E: Unable to correct problems, you have held broken packages.
Edit---I reinstalled 2.7 strech and linuxcnc -dev was included and it compiled the pokeys comp, bad install I guess..
Last edit: 26 Aug 2020 01:39 by JR1050.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19203
- Thank you received: 6436
26 Aug 2020 11:39 #179515
by tommylight
Replied by tommylight on topic 2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
All those errors point to :
- not doing a sudo apt-get update before trying to instal anything
- not having enabled the "partner" or "unstable" and "source code" repositories.
An update is obligatory after installing any Linux to update the repositories to current ones.
Sorry for not figuring that out earlier.
- not doing a sudo apt-get update before trying to instal anything
- not having enabled the "partner" or "unstable" and "source code" repositories.
An update is obligatory after installing any Linux to update the repositories to current ones.
Sorry for not figuring that out earlier.
Please Log in or Create an account to join the conversation.
- LinuxCNC
- Installing LinuxCNC
- 2.7 Stretch-no linuxcnc-dev , 2.7 wheezy-no libusb 1.0.0-dev = no pokeys
Time to create page: 0.096 seconds