#linuxcnc-devel Logs

Aug 29 2020

#linuxcnc-devel Calendar

12:10 AM -!- #linuxcnc-devel mode set to +v by ChanServ
06:37 AM andypugh: seb_kuzminsky: Are you around?
06:37 AM andypugh: JT-Shop: might have the answer too
06:39 AM andypugh: I am trying to work out how the man.html files get from the buildbot to www.linuxcnc.org/docs/2.8
06:57 AM JT-Cave: morning
06:57 AM JT-Cave: too early to be in the shop
06:58 AM JT-Cave: I think that is some of seb_kuzminsky magic... not sure
07:03 AM JT-Cave: it may be in WLO, I'll look in a bit time to let the chickens out
08:56 AM andypugh: I am trying how to work out how to get the Spanish manpages (man/es/man1 etc) to be copied across, and also the Chinese .PDF
08:56 AM andypugh: Although the latter is less important as the HTML docs work a lot better
09:30 AM JT-Cave: I don't see anything in WLO
09:41 AM jepler: andypugh: http://buildbot.linuxcnc.org/buildbot/builders/2000.docs/builds/5751/steps/rsync-docs-to-www.linuxcnc.org there's a builder for docs and it runs rsync
09:43 AM jepler: this seems to be the step that places the docs http://buildbot.linuxcnc.org/buildbot/builders/2000.docs/builds/5751/steps/stage%20docs/logs/stdio
09:43 AM jepler: argv: mkdir -p stage-docs/2.8; mkdir stage-docs/2.8/pdf; cp docs/*.pdf stage-docs/2.8/pdf; cp -a docs/html stage-docs/2.8
09:44 AM jepler: there's a line of output at the top of an earlier step
09:44 AM jepler: PDF_TARGETS is ../docs/LinuxCNC_Getting_Started.pdf ../docs/LinuxCNC_Documentation.pdf ../docs/LinuxCNC_Developer_Manual.pdf ../docs/LinuxCNC_Manual_Pages.pdf ../docs/LinuxCNC_Integrator.pdf ../docs/LinuxCNC_Getting_Started_fr.pdf ../docs/LinuxCNC_User_Manual_fr.pdf ../docs/LinuxCNC_HAL_Manual_fr.pdf ../docs/LinuxCNC_Integrator_Manual_fr.pdf ../docs/LinuxCNC_Getting_Started_es.pdf ../docs/LinuxCNC_Documentation_es.pdf
09:44 AM jepler: ../docs/LinuxCNC_Developer_Manual_es.pdf
09:44 AM jepler: maybe something is missing from PDF_TARGETS
09:45 AM andypugh: Yes, as we can’t build chinese docs without xetex (in lieu of LateX) and that isn’t on Wheezy
09:45 AM jepler: docs/src/Submakefile:PDF_TARGETS := $(PDF_TARGETS_EN) $(PDF_TARGETS_FR) $(PDF_TARGETS_ES)
09:46 AM andypugh: The line above (in 2.8) explains.
09:46 AM jepler: so looks like you neeed a PDF_TARGETS_CN ?
09:46 AM jepler: MAN_HTML_TARGETS = $(patsubst $(DOC_DIR)/man/%, $(DOC_DIR)/html/man/%.html, $(MAN_SRCS))
09:46 AM andypugh: Maybe I can add it at the end?
09:46 AM jepler: and probably this needs changed / extended for other language manpages
09:47 AM jepler: or maybe MAN_SRCS needs extended, one or the other
09:47 AM jepler: e.g., $(wildcard $(DOC_DIR)/man/man1/es/.1) \ or ...//*.1
09:48 AM andypugh: Manpages is a bit complicated, but let’s see. I have had _all_ of them listed in the English docs, and now no actual spanish ones to link to.
09:55 AM andypugh: Luckily I don’t _yet_ have to worry about generated Spanish manpages
01:07 PM linuxcnc-build: build #7180 of 1306.rip-precise-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1306.rip-precise-amd64/builds/7180 blamelist: andypugh <andy@bodgesoc.org>
01:07 PM linuxcnc-build: build #7177 of 1300.rip-precise-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1300.rip-precise-i386/builds/7177 blamelist: andypugh <andy@bodgesoc.org>
01:08 PM linuxcnc-build: build #6399 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/6399 blamelist: andypugh <andy@bodgesoc.org>
01:13 PM andypugh: Well bother!
01:15 PM linuxcnc-build: build #562 of 1650.rip-buster-rtpreempt-rpi4 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1650.rip-buster-rtpreempt-rpi4/builds/562 blamelist: andypugh <andy@bodgesoc.org>
01:16 PM linuxcnc-build: build #404 of 1660.rip-buster-python3 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1660.rip-buster-python3/builds/404 blamelist: andypugh <andy@bodgesoc.org>
01:20 PM linuxcnc-build: build #2194 of 1630.rip-stretch-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1630.rip-stretch-rtpreempt-amd64/builds/2194 blamelist: andypugh <andy@bodgesoc.org>
01:20 PM linuxcnc-build: build #608 of 1635.rip-buster-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1635.rip-buster-rtpreempt-i386/builds/608 blamelist: andypugh <andy@bodgesoc.org>
01:21 PM linuxcnc-build: build #5339 of 1403.rip-wheezy-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1403.rip-wheezy-amd64/builds/5339 blamelist: andypugh <andy@bodgesoc.org>
01:21 PM linuxcnc-build: build #5338 of 1400.rip-wheezy-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1400.rip-wheezy-i386/builds/5338 blamelist: andypugh <andy@bodgesoc.org>
01:21 PM linuxcnc-build: build #3807 of 1520.rip-jessie-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1520.rip-jessie-amd64/builds/3807 blamelist: andypugh <andy@bodgesoc.org>
01:22 PM linuxcnc-build: build #3804 of 1500.rip-jessie-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1500.rip-jessie-i386/builds/3804 blamelist: andypugh <andy@bodgesoc.org>
01:22 PM linuxcnc-build: build #3804 of 1510.rip-jessie-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1510.rip-jessie-rtpreempt-i386/builds/3804 blamelist: andypugh <andy@bodgesoc.org>
01:22 PM linuxcnc-build: build #802 of 1640.rip-buster-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1640.rip-buster-rtpreempt-amd64/builds/802 blamelist: andypugh <andy@bodgesoc.org>
01:22 PM linuxcnc-build: build #3807 of 1530.rip-jessie-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1530.rip-jessie-rtpreempt-amd64/builds/3807 blamelist: andypugh <andy@bodgesoc.org>
01:23 PM linuxcnc-build: build #2194 of 1610.rip-stretch-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1610.rip-stretch-rtpreempt-i386/builds/2194 blamelist: andypugh <andy@bodgesoc.org>
01:25 PM andypugh: So, why did that commit break the vietnamese docs?
01:28 PM linuxcnc-build: build #4860 of 1402.rip-wheezy-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1402.rip-wheezy-rtpreempt-i386/builds/4860 blamelist: andypugh <andy@bodgesoc.org>
01:28 PM linuxcnc-build: build #5012 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/5012 blamelist: andypugh <andy@bodgesoc.org>
01:29 PM linuxcnc-build: build #5543 of 1404.rip-wheezy-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1404.rip-wheezy-rtpreempt-amd64/builds/5543 blamelist: andypugh <andy@bodgesoc.org>
01:29 PM linuxcnc-build: build #7203 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/7203 blamelist: andypugh <andy@bodgesoc.org>
02:55 PM linuxcnc-build: build #7181 of 1306.rip-precise-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1306.rip-precise-amd64/builds/7181 blamelist: andypugh <andy@bodgesoc.org>
02:56 PM linuxcnc-build: build #7178 of 1300.rip-precise-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1300.rip-precise-i386/builds/7178 blamelist: andypugh <andy@bodgesoc.org>
02:56 PM linuxcnc-build: build #6400 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/6400 blamelist: andypugh <andy@bodgesoc.org>
02:58 PM andypugh: linuxcnc-build: stop build *
02:58 PM linuxcnc-build: try 'stop build WHICH <REASON>'
02:58 PM andypugh: linuxcnc-build: stop build all
02:58 PM linuxcnc-build: try 'stop build WHICH <REASON>'
02:59 PM andypugh: linuxcnc-build: stop build rip-wheezy-i386
02:59 PM linuxcnc-build: try 'stop build WHICH <REASON>'
03:00 PM andypugh: linuxcnc-build: waste your time then, see if I care
03:01 PM andypugh: linuxcnc-build: stop build rip-wheezy-i386 doomed
03:01 PM linuxcnc-build: no such builder 'rip-wheezy-i386'
03:03 PM linuxcnc-build: build #563 of 1650.rip-buster-rtpreempt-rpi4 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1650.rip-buster-rtpreempt-rpi4/builds/563 blamelist: andypugh <andy@bodgesoc.org>
03:03 PM linuxcnc-build: build #5340 of 1403.rip-wheezy-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1403.rip-wheezy-amd64/builds/5340 blamelist: andypugh <andy@bodgesoc.org>
03:05 PM linuxcnc-build: build #3805 of 1500.rip-jessie-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1500.rip-jessie-i386/builds/3805 blamelist: andypugh <andy@bodgesoc.org>
03:05 PM linuxcnc-build: build #3805 of 1510.rip-jessie-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1510.rip-jessie-rtpreempt-i386/builds/3805 blamelist: andypugh <andy@bodgesoc.org>
03:06 PM linuxcnc-build: build #3808 of 1520.rip-jessie-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1520.rip-jessie-amd64/builds/3808 blamelist: andypugh <andy@bodgesoc.org>
03:06 PM linuxcnc-build: build #2195 of 1630.rip-stretch-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1630.rip-stretch-rtpreempt-amd64/builds/2195 blamelist: andypugh <andy@bodgesoc.org>
03:06 PM linuxcnc-build: build #803 of 1640.rip-buster-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1640.rip-buster-rtpreempt-amd64/builds/803 blamelist: andypugh <andy@bodgesoc.org>
03:06 PM linuxcnc-build: build #3808 of 1530.rip-jessie-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1530.rip-jessie-rtpreempt-amd64/builds/3808 blamelist: andypugh <andy@bodgesoc.org>
03:06 PM linuxcnc-build: build #609 of 1635.rip-buster-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1635.rip-buster-rtpreempt-i386/builds/609 blamelist: andypugh <andy@bodgesoc.org>
03:06 PM linuxcnc-build: build #2195 of 1610.rip-stretch-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1610.rip-stretch-rtpreempt-i386/builds/2195 blamelist: andypugh <andy@bodgesoc.org>
03:12 PM linuxcnc-build: build #5013 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/5013 blamelist: andypugh <andy@bodgesoc.org>
03:12 PM linuxcnc-build: build #4861 of 1402.rip-wheezy-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1402.rip-wheezy-rtpreempt-i386/builds/4861 blamelist: andypugh <andy@bodgesoc.org>
03:13 PM linuxcnc-build: build #5544 of 1404.rip-wheezy-rtpreempt-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1404.rip-wheezy-rtpreempt-amd64/builds/5544 blamelist: andypugh <andy@bodgesoc.org>
03:13 PM linuxcnc-build: build #7204 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/7204 blamelist: andypugh <andy@bodgesoc.org>
06:45 PM -!- #linuxcnc-devel mode set to +v by ChanServ
06:58 PM burklefoo: wtstar
07:01 PM andypugh: Are you sure?
07:21 PM andypugh: Looks like the buildbot is stuck. In a way that I haven;t prevously seen.
09:27 PM -!- #linuxcnc-devel mode set to +v by ChanServ