Buildbot + Debian 11 / Bullseye Questions
- persei8
-
- Offline
- Platinum Member
-
Less
More
- Posts: 387
- Thank you received: 121
25 Sep 2021 13:39 #221550
by persei8
Replied by persei8 on topic Buildbot + Debian 11 / Bullseye Questions
You're right, it was relatively easy, hopefully moreso the second and subsequent times. I wonder if it's possible to set up a cron job to automate the whole process.
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
-
Less
More
- Posts: 915
- Thank you received: 216
25 Sep 2021 14:00 #221552
by robertspark
Replied by robertspark on topic Buildbot + Debian 11 / Bullseye Questions
I'm fairly new to Linux, reading about Cron now, didn't know it existed looks like a really useful scheduler
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5719
- Thank you received: 2093
25 Sep 2021 23:30 - 25 Sep 2021 23:48 #221586
by phillc54
Replied by phillc54 on topic Buildbot + Debian 11 / Bullseye Questions
I use the attached bash script called from cron.
Attachments:
Last edit: 25 Sep 2021 23:48 by phillc54.
The following user(s) said Thank You: robertspark
Please Log in or Create an account to join the conversation.
- persei8
-
- Offline
- Platinum Member
-
Less
More
- Posts: 387
- Thank you received: 121
25 Sep 2021 23:44 #221587
by persei8
Replied by persei8 on topic Buildbot + Debian 11 / Bullseye Questions
Thanks, I will try it out. What does 1c9w7aR_m3ym3m9tWlHN01o4Vics3b3gh mean?
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5719
- Thank you received: 2093
25 Sep 2021 23:46 #221588
by phillc54
Replied by phillc54 on topic Buildbot + Debian 11 / Bullseye Questions
Please Log in or Create an account to join the conversation.
- tommylight
-
- Online
- Moderator
-
Less
More
- Posts: 19784
- Thank you received: 6686
25 Sep 2021 23:59 #221589
by tommylight
Replied by tommylight on topic Buildbot + Debian 11 / Bullseye Questions
Looks suspiciously like a BitCoin address !What does 1c9w7aR_m3ym3m9tWlHN01o4Vics3b3gh mean?

Please Log in or Create an account to join the conversation.
- persei8
-
- Offline
- Platinum Member
-
Less
More
- Posts: 387
- Thank you received: 121
27 Sep 2021 15:36 #221704
by persei8
Replied by persei8 on topic Buildbot + Debian 11 / Bullseye Questions
Not sure if this is the right place for this question, but :
running dpkg-buildpackage -b -uc builds documentation for several languages and consumes lots of extra time doing so.
The configure script has a no-docs option but how can I configure it for only english docs?
Thanks.
running dpkg-buildpackage -b -uc builds documentation for several languages and consumes lots of extra time doing so.
The configure script has a no-docs option but how can I configure it for only english docs?
Thanks.
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
-
Less
More
- Posts: 915
- Thank you received: 216
27 Sep 2021 15:53 #221705
by robertspark
Replied by robertspark on topic Buildbot + Debian 11 / Bullseye Questions
I just use no-docs as it's quicker plus I use the forum docs in html
The following user(s) said Thank You: persei8
Please Log in or Create an account to join the conversation.
- IslandSpark
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 1
09 Oct 2021 18:35 #222675
by IslandSpark
Replied by IslandSpark on topic Buildbot + Debian 11 / Bullseye Questions
As someone forced to Deb 11 due to my hardware i'd love a walkthrough!
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11047
- Thank you received: 3672
10 Oct 2021 09:38 #222723
by rodw
With the release of Debian 11 (Bullseye), I think there is now no need for Linuxcnc to distribute software on ISO's. Instead, I think the right path forward is work with the Debian guys to have a deb for 2.9 branch published in the debian repos. My understanding of the repos is that all of the required dependencies are then deployed when the user typesOr use Synaptic to install it
If this was done, our software could be installed (on kernel 5.10 and above) in 3 steps
1. install the preempt_rt kernel
2. Install grub customiser and make PREEMPT_RT the default kernel at boot time
3. reboot into PREEMPT_RT
4. install linuxcnc like any other program with apt or synaptic.
At the moment in the absence of a Python 3/Debian 11 deb file, I've been resolving the dependencies, compiling RIP and building the debs. Its still pretty easy. I did try using the Buster deb from buildbot originally a week or so before the official Debian relaease but it got tangled up with different dependencies and Python 2.7. Since then Master branch has dropped Python 2.7 so maybe it works now.
Debian 11 was released on 14 August 2021 and an update was released on 9 October 2021 so now it would be a good time to work on this.
Replied by rodw on topic Buildbot + Debian 11 / Bullseye Questions
I've done 2 installs onto Debian 11 (Bullseye) now.Dependencies are typically listed in the debian config:
With the release of Debian 11 (Bullseye), I think there is now no need for Linuxcnc to distribute software on ISO's. Instead, I think the right path forward is work with the Debian guys to have a deb for 2.9 branch published in the debian repos. My understanding of the repos is that all of the required dependencies are then deployed when the user types
sudo apt-get install linuxcnc
If this was done, our software could be installed (on kernel 5.10 and above) in 3 steps
1. install the preempt_rt kernel
2. Install grub customiser and make PREEMPT_RT the default kernel at boot time
3. reboot into PREEMPT_RT
4. install linuxcnc like any other program with apt or synaptic.
At the moment in the absence of a Python 3/Debian 11 deb file, I've been resolving the dependencies, compiling RIP and building the debs. Its still pretty easy. I did try using the Buster deb from buildbot originally a week or so before the official Debian relaease but it got tangled up with different dependencies and Python 2.7. Since then Master branch has dropped Python 2.7 so maybe it works now.
Debian 11 was released on 14 August 2021 and an update was released on 9 October 2021 so now it would be a good time to work on this.
Please Log in or Create an account to join the conversation.
Time to create page: 0.143 seconds