Skip to content

ecl: Cannot open "SYS:help.doc" (logical-pathname-translations setup incorrect) #6088

Description

@mkoeppe
>>> from sage.libs.ecl import ecl_eval
>>> ecl_eval('(load "/asdf.fasc")')
---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
Cell In[5], line 1
----> 1 ecl_eval('(load "/asdf.fasc")')

File sage/libs/ecl.pyx:1336, in sage.libs.ecl.ecl_eval()

File sage/libs/ecl.pyx:1363, in sage.libs.ecl.ecl_eval()

File sage/libs/ecl.pyx:1359, in sage.libs.ecl.ecl_eval()

File sage/libs/ecl.pyx:326, in sage.libs.ecl.ecl_safe_eval()

RuntimeError: ECL says: Cannot open "SYS:help.doc".
C library error: No such file or directory
while evaluating (load "/asdf.fasc")

>>> ecl_eval('(translate-logical-pathname "SYS:help.doc")')
<ECL: #P"/drive/content/help.doc">

@wangyenshu

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions