Jessie Buildbot amd64 sim
15 Sep 2015 20:46 #62614
by Rick G
Jessie Buildbot amd64 sim was created by Rick G
Although the buildbot page
buildbot.linuxcnc.org/
does not show any Jessie packages are they or will they be available?
Specifically looking for Jessie amd64 master-sim
Thanks,
Rick G
buildbot.linuxcnc.org/
does not show any Jessie packages are they or will they be available?
Specifically looking for Jessie amd64 master-sim
Thanks,
Rick G
Please Log in or Create an account to join the conversation.
15 Sep 2015 21:04 #62615
by dgarrett
The following user(s) said Thank You: Rick G
Please Log in or Create an account to join the conversation.
16 Sep 2015 03:37 #62625
by Rick G
Replied by Rick G on topic Jessie Buildbot amd64 sim
Thanks, that was what I thought.
Earlier this morning before I posted the question I followed the instructions on the above link on a new jessie install changing...
deb buildbot.linuxcnc.org/ wheezy master-sim
deb-src buildbot.linuxcnc.org/ wheezy master-sim
to
deb buildbot.linuxcnc.org/ jessie master-sim
deb-src buildbot.linuxcnc.org/ jessie master-sim
Unfortunately I received an error message when I tried to install. Perhaps I missed something. Will try again when back at the office and make note of the error if any.
Thanks,
Rick G
Earlier this morning before I posted the question I followed the instructions on the above link on a new jessie install changing...
deb buildbot.linuxcnc.org/ wheezy master-sim
deb-src buildbot.linuxcnc.org/ wheezy master-sim
to
deb buildbot.linuxcnc.org/ jessie master-sim
deb-src buildbot.linuxcnc.org/ jessie master-sim
Unfortunately I received an error message when I tried to install. Perhaps I missed something. Will try again when back at the office and make note of the error if any.
Thanks,
Rick G
Please Log in or Create an account to join the conversation.
16 Sep 2015 15:33 #62635
by Rick G
Replied by Rick G on topic Jessie Buildbot amd64 sim
Perhaps I missed something
Entered
/etc/apt/sources.list.d/linuxcnc-buildbot.list
Contains
deb buildbot.linuxcnc.org/ jessie master-sim
deb-src buildbot.linuxcnc.org/ jessie master-sim
---
Hit ftp.us.debian.org jessie/main Translation-en
Ign buildbot.linuxcnc.org jessie InRelease
Hit buildbot.linuxcnc.org jessie Release.gpg
Hit buildbot.linuxcnc.org jessie Release
Hit buildbot.linuxcnc.org jessie/master-sim Sources
Hit buildbot.linuxcnc.org jessie/master-sim amd64 Packages
Returns
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linuxcnc-sim 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 'linuxcnc-sim' has no installation candidate
Rick G
Entered
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
/etc/apt/sources.list.d/linuxcnc-buildbot.list
Contains
deb buildbot.linuxcnc.org/ jessie master-sim
deb-src buildbot.linuxcnc.org/ jessie master-sim
sudo apt-get update
Hit ftp.us.debian.org jessie/main Translation-en
Ign buildbot.linuxcnc.org jessie InRelease
Hit buildbot.linuxcnc.org jessie Release.gpg
Hit buildbot.linuxcnc.org jessie Release
Hit buildbot.linuxcnc.org jessie/master-sim Sources
Hit buildbot.linuxcnc.org jessie/master-sim amd64 Packages
sudo apt-get install linuxcnc-sim
Returns
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linuxcnc-sim 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 'linuxcnc-sim' has no installation candidate
Rick G
Please Log in or Create an account to join the conversation.
16 Sep 2015 21:10 #62640
by dgarrett
Replied by dgarrett on topic Jessie Buildbot amd64 sim
The jessie builds are very new so maybe the servers are not configured yet for apt.
You can download a deb and install:
You can download a deb and install:
$ wget http://buildbot.linuxcnc.org/dists/jessie/master-sim/binary-amd64/linuxcnc-uspace_2.8.0~pre1.1082.gaa37cb0_amd64.deb
$ ls
linuxcnc-uspace_2.8.0~pre1.1082.gaa37cb0_amd64.deb
$ sudo dpkg -i linuxcnc-uspace*.deb
$ dpkg -l linuxcnc\*|grep ii
ii linuxcnc-uspace 1:2.8.0~pre1.1082.gaa37cb0 amd64 PC based motion controller for real-time Linux
$ which linuxcnc
/usr/bin/linuxcnc
The following user(s) said Thank You: Rick G
Please Log in or Create an account to join the conversation.
17 Sep 2015 03:24 #62652
by Rick G
Replied by Rick G on topic Jessie Buildbot amd64 sim
Thank you very much, that did the trick.
There was a dependency issue with...
But ran...
Which installed the missing packages.
Then everything installed properly.
Thanks,
Rick G
There was a dependency issue with...
sudo dpkg -i linuxcnc-uspace*.deb
sudo apt-get -f install
Then everything installed properly.
Thanks,
Rick G
Please Log in or Create an account to join the conversation.
12 Jul 2019 16:31 #139185
by phoenix
Replied by phoenix on topic Jessie Buildbot amd64 sim
i got same issue i have strech 2.7 and i want to upgrade 2.8
it says linuxcnc has no installation candidate
i also tried as u suggested but that also didnt work
wget returning error timeout
it says linuxcnc has no installation candidate
i also tried as u suggested but that also didnt work
wget returning error timeout
Please Log in or Create an account to join the conversation.
15 Jul 2019 12:21 - 15 Jul 2019 12:22 #139418
by andypugh
Replied by andypugh on topic Jessie Buildbot amd64 sim
To get 2.8 if you have 2.7 and are running Stretch then follow the buildbot instructions.
buildbot.linuxcnc.org
buildbot.linuxcnc.org
Last edit: 15 Jul 2019 12:22 by andypugh.
Please Log in or Create an account to join the conversation.
Time to create page: 0.169 seconds