Linuxcnc 2.9 on Arch Linux
31 Jan 2022 01:41 #233596
by Joco
Replied by Joco on topic Linuxcnc 2.9 on Arch Linux
Yes, that could account for the challenge. In my tests I always installed a desktop.... maybe because on the testinstallation i didn't install any desktop)
Please Log in or Create an account to join the conversation.
10 Sep 2022 23:33 #251658
by Sankai
Replied by Sankai on topic Linuxcnc 2.9 on Arch Linux
I'm timing out @ the git pull. is the address no longer valid? am I ok to use the one in the AUR? or are the packages too different?
Please Log in or Create an account to join the conversation.
15 Sep 2022 10:11 #251981
by Sankai
Replied by Sankai on topic Linuxcnc 2.9 on Arch Linux
So the most success I've had so far is getting to the point that tcl looks for bwidget. This happens whether i use the AUR via yay, directly or with a git pull. Can someone help me? The best info I can figure from extensive googling is that there is a pathing error? Bwidget apparently doesn't like to let anything know if and where it is installed. Despite having this information and diving down the append PATH rabbit hole I have made no headway in over a week. Would really appreciate a fix for this please and thank you!
Please Log in or Create an account to join the conversation.
12 Nov 2022 00:11 #256475
by rodw
Replied by rodw on topic Linuxcnc 2.9 on Arch Linux
So I'm stuck with BWidget too.
If you follow the method on this page as user, BWidget can't be located
wiki.tcl-lang.org/page/Getting+started+with+BWidget
But if you log in as root, the test passesI added this to configureLinuxcnc compiled fine but terminated because it could not find BWidget
So either its a permisssions issue or Linuxcnc is looking for BWidget 1.7
It seems more like permissions but I don't know how to resolve.
Any help appreciated
If you follow the method on this page as user, BWidget can't be located
wiki.tcl-lang.org/page/Getting+started+with+BWidget
But if you log in as root, the test passes
[root@cnc linuxcnc-dev]# tclsh
% package require BWidget
1.9.15
--enable-check-runtime-deps=no
So either its a permisssions issue or Linuxcnc is looking for BWidget 1.7
It seems more like permissions but I don't know how to resolve.
Any help appreciated
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19106
- Thank you received: 6398
12 Nov 2022 00:17 #256476
by tommylight
Replied by tommylight on topic Linuxcnc 2.9 on Arch Linux
whereis bwidget
sudo chmod 755 /wherever/the/bwidget/file/is/bwidget
That should probably do, although maybe just adding you user group might suffice.
sudo chmod 755 /wherever/the/bwidget/file/is/bwidget
That should probably do, although maybe just adding you user group might suffice.
Please Log in or Create an account to join the conversation.
12 Nov 2022 04:10 #256483
by rodw
Replied by rodw on topic Linuxcnc 2.9 on Arch Linux
sorted this now. From the earlier link in tcl sh, type
From there sudo thunar (in xfce) and navigate to usr/lib/
right click on tcl8.6 and select properties, then permissions
Change permissions for Others to read only
back to tclsh as the user (not sudo) and type package require BWidget
This time it should display the version info.
configure won't report an error and linxcnc will now run!
% set auto_path
and it will reply with:
/usr/lib/tcl8.6 /usr/lib
%
right click on tcl8.6 and select properties, then permissions
Change permissions for Others to read only
back to tclsh as the user (not sudo) and type package require BWidget
This time it should display the version info.
configure won't report an error and linxcnc will now run!
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds