[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tic doesn't create terminfo files on FreeBSD
From: |
Yuri |
Subject: |
Re: tic doesn't create terminfo files on FreeBSD |
Date: |
Sun, 5 Aug 2018 03:20:58 -0700 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 |
On 8/4/18 5:18 PM, Thomas Dickey wrote:
If you had written
tic -o
/usr/ports/x11/kitty/work-py36/stage/usr/local/lib/kitty/terminfo -D
then tic should show
/usr/ports/x11/kitty/work-py36/stage/usr/local/lib/kitty/terminfo.db
given that
/usr/ports/x11/kitty/work-py36/stage/usr/local/lib/kitty
exists and you can write to that directory.
No, it fails:
$ tic -o
/usr/ports/x11/kitty/work-py36/stage/usr/local/lib/kitty/terminfo/
./work-py36/kitty-0.11.3-111-g9bd9cf80/terminfo/kitty.terminfo -D
tic: Too many file names. Usage:
tic [-e names] [-o dir] [-R name] [-v[n]] [-V] [-w[n]]
[-1aCDcfGgIKLNrsTtUx] source-file
And this also fails:
$ tic -D -o
/usr/ports/x11/kitty/work-py36/stage/usr/local/lib/kitty/terminfo/
./work-py36/kitty-0.11.3-111-g9bd9cf80/terminfo/kitty.terminfo
tic: /usr/local/share/misc/terminfo (no permission)
- it ignores -o xx, and still tries to write into the system directory.
Yuri