This appears to have been addressed by our commit 738807538776662497374c605104a3cc7f06c0a4
On Wed, 8 Jan 2025 at 19:48, Lucas Nussbaum <lu...@debian.org> wrote: > > Source: linuxcnc > Version: 2.9.3-1 > Severity: serious > Justification: FTBFS > Tags: trixie sid ftbfs > User: lu...@debian.org > Usertags: ftbfs-20250107 ftbfs-trixie > > Hi, > > During a rebuild of all packages in sid, your package failed to build > on amd64. > > > Relevant part (hopefully): > > c++ -std=gnu++17 -Wl,-rpath-link,../lib -ltirpc -Wl,-z,relro -Wl,-z,now > > -shared -o ../lib/python/rotarydeltakins.so > > objects/emc/kinematics/rotarydeltakins.o -lboost_python312 > > emc/ini/update_ini.py:17: SyntaxWarning: invalid escape sequence '\s' > > regex = "^\s*\[%s\](.+?)(?:^\s*\[|\Z)" % block > > emc/ini/update_ini.py:181: SyntaxWarning: invalid escape sequence '\s' > > all_sections = re.findall("^\s*\[(.+)\]", inistring, re.MULTILINE) > > emc/ini/update_ini.py:193: SyntaxWarning: invalid escape sequence '\[' > > section = re.match("(.*?)^\[", inistring, re.DOTALL | re.MULTILINE) > > emc/ini/update_ini.py:199: SyntaxWarning: invalid escape sequence '\[' > > section = re.search("\[EMC\](.+?)\n\[", inistring, re.DOTALL) > > emc/ini/update_ini.py:218: SyntaxWarning: invalid escape sequence '\[' > > section = re.search("\[RS274NGC\](.+?)\n\[", inistring, re.DOTALL) > > emc/ini/update_ini.py:236: SyntaxWarning: invalid escape sequence '\[' > > section = re.search("\[EMCMOT\](.+?)\n\[", inistring, re.DOTALL) > > emc/ini/update_ini.py:267: SyntaxWarning: invalid escape sequence '\w' > > match = re.match('(?:#autoconverted|loadrt) +(\w+kins)', line) > > emc/ini/update_ini.py:270: SyntaxWarning: invalid escape sequence '\w' > > match = re.search('coordinates *= *(\w+)', line) > > emc/ini/update_ini.py:274: SyntaxWarning: invalid escape sequence '\w' > > match = re.search('kinstype *= *(\w+)', line) > > emc/ini/update_ini.py:289: SyntaxWarning: invalid escape sequence '\d' > > match = re.match('setp +gantrykins.joint-(\d) +(\d)', line) > > emc/ini/update_ini.py:301: SyntaxWarning: invalid escape sequence '\[' > > section = re.search("\[TRAJ\](.+?)\n\[", inistring, re.DOTALL) > > emc/ini/update_ini.py:309: SyntaxWarning: invalid escape sequence '\s' > > mv = re.findall("MAX_VELOCITY[\s=]+(\d*(\.\d+)?)", inistring, > > re.MULTILINE) > > emc/ini/update_ini.py:341: SyntaxWarning: invalid escape sequence '\[' > > if re.search("^(\[JOINT_%i\])"%j, inistring, re.MULTILINE): > > emc/ini/update_ini.py:342: SyntaxWarning: invalid escape sequence '\[' > > if re.search("^(\[AXIS_%s\])" % "XYZABCUVW"[j], inistring, re.MULTILINE): > > emc/ini/update_ini.py:388: SyntaxWarning: invalid escape sequence '\[' > > section = re.search("\[AXIS_%i\](.+?)(\n\[|$)" % J, inistring, re.DOTALL) > > emc/ini/update_ini.py:390: SyntaxWarning: invalid escape sequence '\[' > > section = re.search("\[AXIS_%i\](.+?)(\n\[|$)" % > > "XYZABCUVW".index(coordinates[J]), inistring, re.DOTALL) > > emc/ini/update_ini.py:394: SyntaxWarning: invalid escape sequence '\[' > > if not '\[AXIS_%i\]' % axisnum in subs: > > emc/ini/update_ini.py:395: SyntaxWarning: invalid escape sequence '\[' > > subs.update({'\[AXIS_%i\]' % axisnum : '[JOINT_%i]' % J}) > > emc/ini/update_ini.py:396: SyntaxWarning: invalid escape sequence '\.' > > subs2.update({'joint\.%i\.' % axisnum : 'joint.%i.' % J}) > > emc/ini/update_ini.py:398: SyntaxWarning: invalid escape sequence '\[' > > subs.update({'\[AXIS_%i\]' % J : '[JOINT_%i]' % J}) > > emc/ini/update_ini.py:487: SyntaxWarning: invalid escape sequence '\[' > > 'num_joints=\[TRAJ\]AXES': 'num_joints=[KINS]JOINTS', > > emc/ini/update_ini.py:498: SyntaxWarning: invalid escape sequence '\s' > > '^\s*setp\s+(joint\S+)\s+(axis\S+)\s+(\S+)\s*$': > > emc/rs274ngc/gcodemodule.cc: In function ‘PyObject* parse_file(PyObject*, > > PyObject*)’: > > emc/rs274ngc/gcodemodule.cc:746:5: error: ‘gettimeofday’ was not declared > > in this scope > > 746 | gettimeofday(&t0, NULL); > > | ^~~~~~~~~~~~ > > make[2]: *** [Makefile:287: objects/emc/rs274ngc/gcodemodule.o] Error 1 > > > The full build log is available from: > http://qa-logs.debian.net/2025/01/07/linuxcnc_2.9.3-1_unstable.log > > All bugs filed during this archive rebuild are listed at: > https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250107;users=lu...@debian.org > or: > https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250107&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results > > A list of current common problems and possible solutions is available at > http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! > > If you reassign this bug to another package, please mark it as 'affects'-ing > this package. See https://www.debian.org/Bugs/server-control#affects > > If you fail to reproduce this, please provide a build log and diff it with > mine > so that we can identify if something relevant changed in the meantime. > > > _______________________________________________ > Emc-developers mailing list > emc-develop...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/emc-developers -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912