QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
07 Sep 2022 00:04 #251369
by rodw
I tested the upgrade happilly as per this thread
forum.linuxcnc.org/9-installing-linuxcnc...uxcnc-on-debian-9-13
No sooner than I typed that, it seems a new version was pushed to Sid
linuxcnc_2.9.0~pre0+git20220906.02744cdef6-1
From Debian 12, one simple solutoin would be to follow Johns web site on the thread above and dist-upgrade to Debian 13.
Linuxcnc should also be upgraded and it should include 7i96s support
Anyway at least Debian has got a current version of 2.9 but it takes a while to filter down to Debian 12
Replied by rodw on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Its a moving target!Last night it was stil on 03092022.
I tested the upgrade happilly as per this thread
forum.linuxcnc.org/9-installing-linuxcnc...uxcnc-on-debian-9-13
No sooner than I typed that, it seems a new version was pushed to Sid
linuxcnc_2.9.0~pre0+git20220906.02744cdef6-1
From Debian 12, one simple solutoin would be to follow Johns web site on the thread above and dist-upgrade to Debian 13.
Linuxcnc should also be upgraded and it should include 7i96s support
Anyway at least Debian has got a current version of 2.9 but it takes a while to filter down to Debian 12
The following user(s) said Thank You: Roguish, tommylight
Please Log in or Create an account to join the conversation.
09 Sep 2022 20:05 #251568
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
seems like some of this is getting worked out.
Seb is getting and pushing updates to Debian pretty well now.
Thanks Seb. and all others.
Seb is getting and pushing updates to Debian pretty well now.
Thanks Seb. and all others.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
12 Sep 2022 18:34 - 12 Sep 2022 18:35 #251755
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Well, apparently there were some changes in hal_glib.py that had to do with errors and status and stuff.
Since I have customized my hal_glib.py, those changed caused problems.
Got is all sorted with a few more diff's and edits.
But now I can't get qtDesigner to run.
No clue why? little help please?????
see the image attached, and the log file attached.
thanks
Since I have customized my hal_glib.py, those changed caused problems.
Got is all sorted with a few more diff's and edits.
But now I can't get qtDesigner to run.
No clue why? little help please?????
see the image attached, and the log file attached.
thanks
Last edit: 12 Sep 2022 18:35 by Roguish.
Please Log in or Create an account to join the conversation.
12 Sep 2022 20:52 #251770
by rodw
Replied by rodw on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
I don't know this code but I suspect you have the wrong type defined in class _GStat with your customisations
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
12 Sep 2022 21:53 - 12 Sep 2022 22:05 #251776
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
nah, haven't messed with anything like that.......
just realized that since i updated from debian 10 to 12, I haven't updated the qt5 designer thing.
I will try doing the full reinstall again. can't hurt...
I hope
just realized that since i updated from debian 10 to 12, I haven't updated the qt5 designer thing.
I will try doing the full reinstall again. can't hurt...
I hope
Last edit: 12 Sep 2022 22:05 by Roguish.
Please Log in or Create an account to join the conversation.
13 Sep 2022 01:17 #251780
by rodw
Replied by rodw on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Following an upgrade to bookworm today, Try installing Bookworm (Debian 12) and type
sudo apt install linuxcnc-uspace
sudo apt install linuxcnc-uspace-dev
There is a script to install qtvcp as part of linuxcnc. Try running
sudo apt install linuxcnc-uspace
sudo apt install linuxcnc-uspace-dev
There is a script to install qtvcp as part of linuxcnc. Try running
/usr/lib/python3/dist-packages/qtvcp/designer/install_script
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
13 Sep 2022 02:27 #251784
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Unfortunately it's not enough to go on.
My feeling is it's a pyqt.property mismatch.
Which would dovetail with the work we were trying to do for newer pyqt libraries.
My feeling is it's a pyqt.property mismatch.
Which would dovetail with the work we were trying to do for newer pyqt libraries.
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
13 Sep 2022 15:16 #251813
by Roguish
Replied by Roguish on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
Chris,
you're probably right.
I ran the install script Rod suggested. Designer still not running.
Got a bit longer output. But same errors.
see the attached image file.
I figure you're working on it....have to eventually.........
let me know if I can help testing...
you're probably right.
I ran the install script Rod suggested. Designer still not running.
Got a bit longer output. But same errors.
see the attached image file.
I figure you're working on it....have to eventually.........
let me know if I can help testing...
Please Log in or Create an account to join the conversation.
14 Sep 2022 01:03 #251861
by cmorley
Replied by cmorley on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
I currently have no systems that use the newer pyqt libraries and this problem doesn't show up for me.
Have you done custom edits to the widget too?
unfortunately it may be some time before I set up a new system.
Chris
Have you done custom edits to the widget too?
unfortunately it may be some time before I set up a new system.
Chris
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
14 Sep 2022 02:42 #251867
by rodw
Replied by rodw on topic QtDragon, Linuxcnc 2.9pre, and Debian 12 (bookworm)
It may be in that script but doeshelp?
sudo apt install qtbase5-dev
The following user(s) said Thank You: Roguish
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.354 seconds