From: J L. T. <jlt...@ma...> - 2025-02-14 23:47:20
|
Hm. I had to clone the source code directory to figure out what's going on to cause this RC=13 condition. As one can see below, from working directory ~/data/Documents/eBooks/SF, the absolute path /run/media/leslie/HONORVERSE/index.htm is APPENDED to the working directory, so isn't found. % @02:18:44 leslie@pinto % wd=~/data/Documents/eBooks/SF % $ pipe '(debug 64) < /run/media/leslie/HONORVERSE/index.htm|take 5|console' % diskr_1 Error - File "/home/leslie/data/Documents/eBooks/SF//run/media/leslie/HONORVERSE/index.htm" not found rc=13 % RC=13 % rc=0 I was able to find it by changing the debug option from 63 to 64, which displays the name of the stage and outputs the error message instead of the list of stage statuses. So I have two issues to report: 1) Stages < (and probably diskr, filer) do not properly handle absolute paths 2) The debug options are not documented, so one has to download the source code to determine how to use them. Leslie -- Platform: Linux Distribution: openSUSE Leap 15.6 - x86_64 NetRexx 4.06-GA build 152-20240304-0612 openjdk version "21.0.3" 2024-04-16 OpenJDK Runtime Environment (build 21.0.3+9-suse-lp155.51.3-x8664) OpenJDK 64-Bit Server VM (build 21.0.3+9-suse-lp155.51.3-x8664, mixed mode, sharing) |