Opened 6 months ago
Closed 6 months ago
#70157 closed defect (duplicate)
lnav doing something wrong at the end of the build which breaks it: error: invalid command-line arguments, reason: -i excludes -t
Reported by: | barracuda156 | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | ||
Port: | lnav |
Description
if test -w ./internals; then \ env DUMP_INTERNALS_DIR=./internals DUMP_CRASH=1 ./lnav Makefile; \ mv ./internals/*.schema.json ../docs/schemas; \ fi ✘ error: invalid command-line arguments reason: -i excludes -t mv: rename ./internals/*.schema.json to ../docs/schemas/*.schema.json: No such file or directory make[3]: *** [all-local] Error 1
Attachments (1)
Change History (2)
Changed 6 months ago by barracuda156
comment:1 Changed 6 months ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
#69274