#linuxcnc-devel Logs

Oct 16 2021

#linuxcnc-devel Calendar

10:56 AM seb_kuzminsky: pere: yes, mshaver used to be an active participant around here, they've moved on and we don't see them much these days
11:02 AM pere: seb_kuzminsky: perhaps ask him to pass on the token on openhub?
11:03 AM Tom_L: has anyone tested linuxcnc on bullseye yet?
11:05 AM Tom_L: some were asking in the main channel recently
11:24 AM seb_kuzminsky: i've built linuxcnc (both rip and debs) on bullseye, it all seems to work fine
11:24 AM Tom_L: nice
11:25 AM Tom_L: so you do a linux install then install the debs?
11:26 AM seb_kuzminsky: i did a normal install of bullseye, then followed the usual procedure to build linuxcnc debs on that bullseye machine (http://linuxcnc.org/docs/2.8/html/code/building-linuxcnc.html#_building_debian_packages), then installed those debs
11:26 AM seb_kuzminsky: we don't yet publish debs for bullseye but i hope to add that this fall (and for the testing and unstable distributions)
11:30 AM Tom_L: nice
03:10 PM seb_kuzminsky: pere: i got ahold of mshaver, they're going to try to get me access to our openhub account
03:11 PM pere: great. then the code location can be fixed. :)
03:11 PM pere: seb_kuzminsky: btw, is there anything more for me to do with the udev rules?
03:19 PM seb_kuzminsky: let me check...
03:22 PM seb_kuzminsky: merged, thanks!
03:22 PM seb_kuzminsky: i merged #1308 (the cherrypick to 2.8), i'll merge 2.8 into master and close #1305
03:34 PM pere: thanks.
03:35 PM seb_kuzminsky: thanks for your help :-)
10:45 PM pere: seb_kuzminsky: how are the modules working? according to ldd, for example weighted_sum.so is statically linked. how are these loaded?
10:52 PM pere: seb_kuzminsky: also, what is /usr/lib/tcltk/linuxcnc/linuxcnc.tcl? It is executable, but lack #! to tcl. is it a library?
11:22 PM seb_kuzminsky: all the .so files in rtlib/ are dynamically loaded into rtapi_app with dlopen()
11:26 PM seb_kuzminsky: i think linuxcnc.tcl is a couple of tcl helper functions for UIs working with our ini config file language, but jepler[m] probably know better
11:39 PM -!- #linuxcnc-devel mode set to +v by ChanServ