#linuxcnc-devel Logs

Jul 04 2022

#linuxcnc-devel Calendar

12:59 AM pere: silopolis[m]: the documentation in master build for me on bullseye
02:08 AM pere: morning.
02:09 AM pere: working on <URL: https://github.com/LinuxCNC/linuxcnc/pull/1795 > it occured to me that halcompile lack a examples keyword and section.
02:11 AM pere: also, I could not get the 'names=' approach working, had to use count.
06:11 AM pere: seb_kuzminsky: would be nice to know what doc build error you are seeing. I suspect some language specific latex issue, which I do not see because I have the required dependencies already installed.
09:57 AM seb_kuzminsky: pere: i'm building in a clean docker image (tried debian:{bullseye,bookworm,unstable}, like pbuilder) and installing only the specified build dependencies
11:19 AM pere: seb_kuzminsky: do you have a url with the tail of a log when it fail?
12:08 PM seb_kuzminsky: http://paste.debian.net/1246155/
12:11 PM seb_kuzminsky: and here is the file in question: http://paste.debian.net/1246157/
12:13 PM seb_kuzminsky: pere: yes, every comp needs (at least) one addf to make it do anything
12:15 PM seb_kuzminsky: when you `loadrt` a comp into hal, it exports a number of functions (`halcmd show funct`), pins (`halcmd show pins`) and params (`halcmd show param`). that's all loadrt does. To make the comp do anything, you need to `addf` its function(s) to the appropriate realtime thread (in the appropriate place among all the other functions already in that thread
12:17 PM seb_kuzminsky: `loadusr` is different: since "user" comps (should be called "non-realtime" comps) run in non-realtime context, they each have their own regular userspace process and do their thing "automatically", without being addf'ed to any realtime thread
12:18 PM seb_kuzminsky: pere: the es ladder-intro.adoc has some extra quotes in the quote-block header
12:18 PM seb_kuzminsky: es: 13 [quote, "Marc Le Douarain", "from \"Genesis\" at the Classic Ladder website"]
12:19 PM seb_kuzminsky: en: 14 [quote,Marc Le Douarain, from "Genesis" at the Classic Ladder website]
12:19 PM seb_kuzminsky: i guess this is something po4a is doing when creating the es version of that adoc
12:22 PM seb_kuzminsky: (all the other translated versions of that adoc have the same quoting)
02:11 PM seb_kuzminsky: looks like poa 0.66 produces invalid output adoc when fed the `[quote]` in ladder-intro, i'll just work around that for now...
02:46 PM seb_kuzminsky: i built po4a 0.66-1 for bullseye and uploaded it to the deb archive at wlo