"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Timo Myyrä <timo.myyra@bittivirhe.fi>
Subject:
Unable to add new patch, "file has unexpected status"
To:
gameoftrees@openbsd.org
Date:
Sun, 30 Jan 2022 16:19:31 +0200

Download raw body.

Thread
I got following error when I try to add new local patch to a port:

tmy@asteroid ecl $ got add  lang/ecl/patches/patch-src_cmp_cmpmain_lsp   
got: /usr/ports/lang/ecl/lang/ecl/patches/patch-src_cmp_cmpmain_lsp: file has unexpected status
tmy@asteroid ecl $ got st .
M  lang/ecl/Makefile
M  lang/ecl/distinfo
M  lang/ecl/patches/patch-src_Makefile_in
D  lang/ecl/patches/patch-src_c_package_d
?  lang/ecl/patches/patch-src_cmp_cmpmain_lsp
M  lang/ecl/patches/patch-src_compile_lsp_in
M  lang/ecl/patches/patch-src_configure
M  lang/ecl/pkg/PLIST
tmy@asteroid ecl $ file patches/patch-src_c                                                                                                                                  
patch-src_cmp_cmpmain_lsp    patch-src_compile_lsp_in     patch-src_configure          
tmy@asteroid ecl $ file patches/patch-src_cmp_cmpmain_lsp                                                                                                                    
patches/patch-src_cmp_cmpmain_lsp: ASCII English text
tmy@asteroid ecl $ ls -la patches/patch-src_cmp_cmpmain_lsp 
-rw-r--r--  1 tmy  wsrc  1024 Jan 30 15:42 patches/patch-src_cmp_cmpmain_lsp
tmy@asteroid ecl $ got -V
got 0.66
tmy@asteroid ecl

Whats status the got is expecting?

Timo