THC - out of ideas

More
13 Mar 2022 21:24 - 13 Mar 2022 21:25 #237148 by samforsey12345
Replied by samforsey12345 on topic THC - out of ideas
Haven't got any more time tonight to investigate, but I did

sudo apt update
sudo apt dist-upgrade

and when i boot linuxcnc on my exsisting config it doesn't show a new version. Do i have to do a new config to get use the latest? Or has my update failed. It downloaded about 900mb and installed a bunch of things. How can i verify qtplasmac has updated correctly?

Thank you
Sam
Last edit: 13 Mar 2022 21:25 by samforsey12345.

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

More
13 Mar 2022 22:17 #237151 by snowgoer540
Replied by snowgoer540 on topic THC - out of ideas
It is shown in the window header. v.1.221.174 is the latest version as of right now.

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

More
14 Mar 2022 08:13 #237192 by samforsey12345
Replied by samforsey12345 on topic THC - out of ideas
So there is no requirement to do a new config, launching my existing config should show the latest QTplasmaC on the top bar of linuxcnc window?

Okay, thank you, I will investigate why it is not updating properly.

Sam

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

More
15 Mar 2022 14:34 #237333 by samforsey12345
Replied by samforsey12345 on topic THC - out of ideas
Which repositories do I need?

I am fully up to date usingdeb deb.debian.org/debian/ unstable main non-free contrib
deb-src deb.debian.org/debian/ unstable main non-free contrib

but in linuxcnc i am still on v1.221.165

Is there a way to download the qtplasmac upgrade directly and integrate it?

Thanks
Sam

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

More
15 Mar 2022 16:15 #237342 by snowgoer540
Replied by snowgoer540 on topic THC - out of ideas
I can't speak intelligently to how often the new debian distribution stuff gets updated, etc. as it's all really new.

If you're on a linux distribution that supports it, maybe it's best to go back to the buster repositories?

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

More
15 Mar 2022 19:37 #237362 by rodw
Replied by rodw on topic THC - out of ideas

Which repositories do I need?

I am fully up to date usingdeb deb.debian.org/debian/ unstable main non-free contrib
deb-src deb.debian.org/debian/ unstable main non-free contrib

but in linuxcnc i am still on v1.221.165

Is there a way to download the qtplasmac upgrade directly and integrate it?

Thanks
Sam


I don't think there is any need to go back to buster. I have not tried this but you should be able to  simply install the source and build the debs from the latest source code. You should have most of the required dependencies on your system. I would follow the instructions here:
www.qtpyvcp.com/install/bullseye.html
And start where it says "Install the dependencies"
Build the debs and install over the top.

I will try this

Debian is soon to freeze their repo development pending the release of Bookworm Debian 12. I am assuming that this will be the trigger to roll forward to V2.9 being the release version so QTplasmac will be up to date. I just hope Phil and Greg pick a sensible point to stop the near daily updates to Qtplasmac leading up to this. It can't live in Development forever.

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

More
15 Mar 2022 20:47 #237377 by rodw
Replied by rodw on topic THC - out of ideas
Actually scratch this. Its quite easy:
Note I did not install the docs as thats quite time consuming and we already have a slightly earlier versionof them on the system. If you want them remove the no-docs flag to ./configure
cd ~
mkdir /dev
cd dev
git clone https::/github.com/linuxcnc/linuxcnc.git
cd linuxcnc/debian
./configure uspace no-docs
cd ..
sudo apt install debhelper-compat dh-python autoconf gettext intltool libboost-python-dev libgl1-mesa-dev libglu1-mesa-dev libgtk2.0-dev libmodbus-dev libeditreadline-dev libusb-1.0-0-dev libxmu-dev python3-dev tcl8.6-dev tk8.6-dev yapps2
dpkg-buildpackage -b -uc
cd ..
sudo dpkg -i linuxcnc-uspace_ (tab)

Optionally install the dev package for mesaflash, halcompile, ethercat etc.
sudo dpkg -i linuxcnc-uspace-dev(tab)

This moved my version of QTplasmac from 1.221.165 to 1.222.178
Note that opening an older sim version generates an error with a missing .so file for the torch simulation.
The solution is to create a new sim by selecting from the Sample Configurations

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

More
15 Mar 2022 23:28 #237406 by phillc54
Replied by phillc54 on topic THC - out of ideas

 I just hope Phil and Greg pick a sensible point to stop the near daily updates to Qtplasmac leading up to this. It can't live in Development forever.

Master branch will be continually updated, it is the development branch after all.

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

More
15 Mar 2022 23:39 #237409 by rodw
Replied by rodw on topic THC - out of ideas
Of course, but hopefully soon master branch will be 3.0 not 2.9

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

More
15 Mar 2022 23:44 #237411 by phillc54
Replied by phillc54 on topic THC - out of ideas

Of course, but hopefully soon master branch will be 3.0 not 2.9

???

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

Moderators: snowgoer540
Time to create page: 0.174 seconds
Powered by Kunena Forum