[MacPorts] #72269: pascal-p5: p5 complains: Error: Missing $1.pas file

MacPorts noreply at macports.org
Tue Apr 1 18:17:28 UTC 2025


#72269: pascal-p5: p5 complains: Error: Missing $1.pas file
----------------------+-----------------------
 Reporter:  kwolcott  |      Owner:  (none)
     Type:  defect    |     Status:  new
 Priority:  Normal    |  Milestone:
Component:  ports     |    Version:
 Keywords:            |       Port:  pascal-p5
----------------------+-----------------------
 port installed | grep pascal-p5
   pascal-p5 @1.4_0 (active)

 ls
 hello.pas

 cat hello.pas
 program hello (input, output);
 begin
    writeln;
 end.

 which p5
 /opt/local/bin/p5

 p5 ./hello
 *** Error: Missing $1.pas file

 p5 ./hello.pas
 *** Error: Missing $1.pas file

 p5 hello
 *** Error: Missing $1.pas file

 which pcom
 /opt/local/bin/pcom

 which pint
 /opt/local/bin/pint

 pcom ./hello.pas > ./hello.p5

 pint < ./hello.p5
 P5 Pascal interpreter vs. 1.4

 Assembling/loading program
 Running program



 program complete

 So pcom and pint seem to function ok but the p5 shell wrapper is buggy.

-- 
Ticket URL: <https://trac.macports.org/ticket/72269>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list