Opened 4 months ago

Closed 4 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)

lnav.log (488.2 KB) - added by barracuda156 4 months ago.

Download all attachments as: .zip

Change History (2)

Changed 4 months ago by barracuda156

Attachment: lnav.log added

comment:1 Changed 4 months ago by jmroot (Joshua Root)

Resolution: duplicate
Status: assignedclosed
Note: See TracTickets for help on using tickets.