Skip to content

Pascal runtime chmod error on public instance #729

@roshanmj91

Description

@roshanmj91

When executing Pascal code on the public Piston API, compilation fails with: "chmod: cannot access 'out': No such file or directory" Steps to reproduce: POST https://emkc.org/api/v2/piston/execute { "language": "pascal", "version": "*", "files": [{"content": "program Test; begin writeln('Hello'); end."}] } Expected: Successful compilation and execution Actual: Compile stage fails with chmod error and status "XX" Request: Please reinstall/reconfigure the Pascal runtime package

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions