#linuxcnc-devel Logs

Apr 27 2020

#linuxcnc-devel Calendar

08:59 AM jepler: I'm belatedly working on the 2.8 -> master merge
09:03 AM jepler: 0 stray cats were added.
09:25 AM skunkworks: what does that mean? I am sure I asked that before but...
09:26 AM jepler: hah
09:26 AM jepler: so in the olden days it used to take a lot of time to format a "manpage" from its source nroff format into text for display.
09:27 AM jepler: So much so that they added the ability to save the formatted manpage. Since this one was displayable just using the "cat" program, they called them "cats"
09:27 AM jepler: a "stray cat" is a manual page in text format for which the source manpage is missing
09:28 AM skunkworks: ah.. I remember that from eons ago..
09:40 AM jepler: seb_kuzminsky: can you use buildbot magic to filter out this 'warning'? http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/5951/steps/compile/logs/warnings%20%281%29
09:40 AM jepler: echo " ERROR: Kernel configuration is invalid."; \
09:40 AM jepler: I found that buildbot has very complicated ways to un-treat things as warnings.. and of course it might not apply to our version https://docs.buildbot.net/latest/manual/configuration/buildsteps.html#compile
09:43 AM jepler: Also should be suppressed if possible: a2x: WARNING: --destination-dir option is only applicable to HTML based outputs
10:01 AM jepler: (amazing work getting the warnings counts down, rene_dev_ and andypugh and whoever I'm forgetting. For a long time these spurious warnings that are difficult to suppress were the least of our worries)
11:32 AM -!- #linuxcnc-devel mode set to +vvv by orwell.freenode.net
11:49 AM rene_dev_: Jepler some led to real bugs :)
12:01 PM Tom_dev: trying to build this: https://github.com/NTULINUX/RTAI/blob/master/README.INSTALL i get this: make[1]: *** No rule to make target '../../certs/debian-uefi-certs.pem', needed by 'certs/x509_certificate_list'.
12:01 PM Tom_dev: a clue would be helpful :)
12:04 PM JT-Shop: did you Configure to your needs
12:05 PM Tom_L: what are my needs? i did the configure
12:05 PM Tom_L: i'm not sure where to turn that off
12:06 PM JT-Shop: is there a .configure file?
12:06 PM Tom_L: one in /usr/src/linux yes
12:07 PM JT-Shop: make xconfig is what you do for preempt
12:07 PM Tom_dev: CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
12:07 PM Tom_dev: CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
12:07 PM Tom_L: those?
12:08 PM JT-Shop: make xconfig maybe
12:12 PM Tom_L: it would help if i knew what i was doing
12:13 PM Tom_L: but it showed those off afik in xconfig
12:33 PM -!- #linuxcnc-devel mode set to +vvv by orwell.freenode.net
12:37 PM Tom_L: JT-Shop, deleting the certificate options in the file caused it to prompt me for options which got by that
12:38 PM Tom_L: maybe not the most elegant way...
01:15 PM JT-Shop: ok
04:15 PM TurBoss1 is now known as TurBoss
11:47 PM memfrob: I might have just fixed that crash in RTAI.
11:48 PM memfrob: 850 sequences now, never got past 300.
11:49 PM memfrob: 1000 no problem
11:51 PM memfrob: Problem is I changed a million different things :)