Re: cvsup broken on amd64?

看板FB_current作者時間14年前 (2011/09/18 19:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串30/45 (看更多)
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) @@ -240,9 +240,9 @@ * 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 _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1ETSzkZi (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1ETSzkZi (FB_current)