Re: lftp 4.8.4-1 upload error

2018-08-29 Thread Marco Atzeri
Am 29.08.2018 um 21:15 schrieb Jon Turney: On 29/08/2018 19:16, Andrew Schulman wrote: (Possibly you can even add a '-override.hint' to remove it, but I'm not sure that works :) ) usually yes --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.

Re: lftp 4.8.4-1 upload error

2018-08-29 Thread Andrew Schulman
> I think all of this isn't needed any more, so you can add an empty > override.hint to your upload to supersede that. Got it. Thanks.

Re: lftp 4.8.4-1 upload error

2018-08-29 Thread Jon Turney
On 29/08/2018 19:16, Andrew Schulman wrote: I just uploaded lftp-4.8.4-1 for x86_64, and got these error notices back from calm: ERROR: package 'lftp' version '4.8.4-1' is most recent non-test version, but version '4.7.8-2' is curr: ERROR: package 'lftp-debuginfo' version '4.8.4-1' is most

lftp 4.8.4-1 upload error

2018-08-29 Thread Andrew Schulman
I just uploaded lftp-4.8.4-1 for x86_64, and got these error notices back from calm: ERROR: package 'lftp' version '4.8.4-1' is most recent non-test version, but version '4.7.8-2' is curr: ERROR: package 'lftp-debuginfo' version '4.8.4-1' is most recent non-test version, but version '4.7.8-2' is

Re: how to use opam for package builds?

2018-08-29 Thread Andy Li
Hi, On Wed, Aug 29, 2018 at 11:47 PM Andrew Schulman wrote: > (1) I can't get "opam init" to complete. It hangs after "synchronized from > https://opam.ocaml.org;, until I interrupt it: > It should work, just wait a little longer. For me, it took a bit more than three minutes to complete. I'm

[PATCH setup] Use pkg-config for dependency checking where possible

2018-08-29 Thread Jon Turney
Modernise depedency checking and use pkg-config where possible --- Makefile.am | 10 -- configure.ac | 33 - 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7bd7c57..a4f9a12 100644 --- a/Makefile.am +++

Re: Zstandard support for setup

2018-08-29 Thread Jon Turney
On 11/08/2018 20:52, Achim Gratz wrote: [...] The current code is available here: http://repo.or.cz/w/cygwin-setup/local.git Some comments: This should check for ztd in configure.ac using PKG_CHECK_MODULES, rather than just assuming -lzstd is going to work. The setup executables are

how to use opam for package builds?

2018-08-29 Thread Andrew Schulman
orpie recently changed to an opam-based build system. So I want to use opam to update it for Cygwin, but I've never used opam before and I have some questions about how to use it. The orpie build instructions say just to run "opam install orpie". When I do that, opam complains that I haven't set