Orphaning fzf

2022-02-01 Thread Adam Dinwoodie
The upstream fzf package moved from Ruby to Go some time ago. I had vague but noble intetions to try to maintain a fork on the basis of the last version of the Ruby code, but never managed anything useful. In that context, I expect it's time that I officially throw in the towel, and mark fzf as o

Re: [PATCH cygport 1/2] postinst: Never remove an existing .gnu_debuglink

2022-02-01 Thread Corinna Vinschen
Hi Jon, On Feb 1 17:25, Jon Turney wrote: > Be more careful not to remove an existing .gnu_debuglink, even if we > think this package has no useful debug symbols. > > (Some versions of 'llvm-objdump -l' fail to find line number info even > though it's there. Don't break a package which manages

Re: cygport problem with pkg name starting with number

2022-02-01 Thread Marco Atzeri
On 01.02.2022 16:04, Jon Turney wrote: On 30/01/2022 19:44, Marco Atzeri wrote: It is not a huge number of case as we have only two packages in this category 4ti2 and 2048-cli that produces /usr/share/cygport/lib/pkg_pkg.cygpart: line 197: 4ti2_debuginfo_CONTENTS: bad substitution Any id

[PATCH cygport 2/2] Don't use llvm-objdump

2022-02-01 Thread Jon Turney
This partially reverts commit e06359bca705624b9712fd16f4ec9945935fd608 This partially reverts commit 6f788165848084d2fb1597689b31faba7d4c483e The polynomially bad runtime of 'objdump' (which made 'llvm-objdump' the only practically usable tool on larger binaries) has been fixed since [1]. Meanwhi

[PATCH cygport 1/2] postinst: Never remove an existing .gnu_debuglink

2022-02-01 Thread Jon Turney
Be more careful not to remove an existing .gnu_debuglink, even if we think this package has no useful debug symbols. (Some versions of 'llvm-objdump -l' fail to find line number info even though it's there. Don't break a package which manages it's own debug symbols (e.g. cygwin) when that happens

[PATCH cygport 0/2] Avoid misbehaviour with llvm-objdump

2022-02-01 Thread Jon Turney
Jon Turney (2): postinst: Never remove an existing .gnu_debuglink Don't use llvm-objdump lib/pkg_info.cygpart | 8 lib/src_postinst.cygpart | 35 +++ 2 files changed, 19 insertions(+), 24 deletions(-) -- 2.34.1

Re: cygport problem with pkg name starting with number

2022-02-01 Thread Jon Turney
On 30/01/2022 19:44, Marco Atzeri wrote: It is not a huge number of case as we have only two packages in this category 4ti2 and 2048-cli on   /usr/share/cygport/lib/pkg_pkg.cygpart there is this code using indirect variable assignment as ${!dbg_contents_var} ---

Re: calm and cygport not in sync

2022-02-01 Thread Jon Turney
On 24/01/2022 04:42, Marco Atzeri wrote: It seems calm is now rejecting what cygport is still producing [..] ERROR: package 'python36-sh' version '1.14.2-1' obsoletes: 'python3-sh', but nothing satisfies that ERROR: package 'python36-straight.plugin' version '1.5.0-1' obsoletes: 'python3-st