[Bug 241401] cad/freecad fails to run: 'no such file or directory'.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 21 22:15:51 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241401
Bug ID: 241401
Summary: cad/freecad fails to run: 'no such file or directory'.
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: cmt at freebsd.org
Reporter: nmingotti at gmail.com
Flags: maintainer-feedback?(cmt at freebsd.org)
Assignee: cmt at freebsd.org
Hi,
I can't run FreeCAD in FreeBSD anymore.
I am using FreeBSD 12.0, instal form pagkace after `pkg update; pkg upgrade`.
FreeCAD fails to run with this output:
===================================
$> FreeCAD
FreeCAD 0.18, Libs: 0.18R0.18.3
© Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019
##### #### ### ####
# # # # # #
# ## #### #### # # # # #
#### # # # # # # # ##### # #
# # #### #### # # # # #
# # # # # # # # # ## ## ##
# # #### #### ### # # #### ## ## ##
Error in InitApplications [Errno 2] No such file or directory
--------------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.6/pkgutil.py", line 412, in get_importer
importer = sys.path_importer_cache[path_item]
KeyError: ''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 241, in <module>
File "<string>", line 155, in InitApplications
File "/usr/local/FreeCAD/Ext/freecad/__init__.py", line 2, in <module>
__path__ = pkgutil.extend_path(__path__, __name__)
File "/usr/local/lib/python3.6/pkgutil.py", line 557, in extend_path
finder = get_importer(dir)
File "/usr/local/lib/python3.6/pkgutil.py", line 416, in get_importer
importer = path_hook(path_item)
File "<frozen importlib._bootstrap_external>", line 1324, in
path_hook_for_FileFinder
File "<frozen importlib._bootstrap_external>", line 102, in _path_isdir
FileNotFoundError: [Errno 2] No such file or directory
--------------------------------------------------------------------------------
Error in FreeCADGuiInit.py: [Errno 2] No such file or directory
Traceback (most recent call last):
File "<string>", line 175, in <module>
File "<string>", line 137, in InitApplications
File "/usr/local/FreeCAD/Ext/freecad/__init__.py", line 2, in <module>
__path__ = pkgutil.extend_path(__path__, __name__)
File "/usr/local/lib/python3.6/pkgutil.py", line 557, in extend_path
finder = get_importer(dir)
File "/usr/local/lib/python3.6/pkgutil.py", line 416, in get_importer
importer = path_hook(path_item)
File "<frozen importlib._bootstrap_external>", line 1324, in
path_hook_for_FileFinder
File "<frozen importlib._bootstrap_external>", line 102, in _path_isdir
<class 'FileNotFoundError'>: [Errno 2] No such file or directory
===================================
bye
Nicola Mingotti
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list