Arch Linux compile issue

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
sequence1618
Posts: 1
Joined: Tue Feb 02, 2021 1:52 pm

Arch Linux compile issue

Post by sequence1618 »

Verify chamfer depth and offset for an end mill. ... ok
Traceback (most recent call last):
File "<string>", line 40, in <module>
File "/tmp/yaourt-tmp-tommy/aur-freecad-git/src/FreeCAD/build_dir/check/Mod/Test/TestApp.py", line 70, in TestText
retval = r.run(s)
File "/usr/lib/python3.9/unittest/runner.py", line 176, in run
test(result)
File "/usr/lib/python3.9/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/lib/python3.9/unittest/suite.py", line 122, in run
test(result)
File "/usr/lib/python3.9/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/lib/python3.9/unittest/suite.py", line 122, in run
test(result)
File "/usr/lib/python3.9/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/lib/python3.9/unittest/suite.py", line 122, in run
test(result)
File "/usr/lib/python3.9/unittest/case.py", line 653, in __call__
return self.run(*args, **kwds)
File "/usr/lib/python3.9/unittest/case.py", line 566, in run
result.startTest(self)
File "/usr/lib/python3.9/unittest/runner.py", line 54, in startTest
self.stream.write(self.getDescription(test))
<class 'UnicodeEncodeError'>: 'ascii' codec can't encode character '\xb0' in position 89: ordinal not in range(128)
==> ERROR: A failure occurred in check(). (100.0 %)
Aborting...
==> ERROR: Makepkg was unable to build freecad-git.
==> Restart building freecad-git ? [y/N]

what i doing wrong?
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: Arch Linux compile issue

Post by PrzemoF »

Welcome to the forum!

Looks like the tests are broken....

https://forum.freecadweb.org/viewtopic.php?f=10&t=60495
Post Reply