Re: cvsup broken on amd64?

From: Adrian Chadd <adrian_at_freebsd.org>
Date: Sun, 18 Sep 2011 18:33:07 +0800
Ah, you're the one with the csup problem.

Would you mind trying csup again, and if it doesn't work, try this patch:

Index: updater.c
===================================================================
--- updater.c   (revision 224905)
+++ updater.c   (working copy)
_at__at_ -240,9 +240,9 _at__at_
         * Make sure to close the fixups even in case of an error,
         * so that the lister thread doesn't block indefinitely.
         */
-       fixups_close(up->config->fixups);
        if (!error)
                error = updater_batch(up, 1);
+       fixups_close(up->config->fixups);
        switch (error) {
        case UPDATER_ERR_PROTO:
                xasprintf(&args->errmsg, "Updater failed: Protocol error");

There's a PR open now (154954) but the patch may be wrong.


thanks,


Adrian
Received on Sun Sep 18 2011 - 08:33:08 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:18 UTC