Re: make buildworld error on 9.0B2

看板FB_current作者時間14年前 (2011/09/29 13:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串6/11 (看更多)
On 29 September 2011 08:57, Greg Miller <greglmiller@gmail.com> wrote: > On a fresh install of 9.0B2, I've updated my source to RELENG_9 with > csup, and I get the following when I try to make buildworld: Good, is this reproducable? There's a patch to csup that may help you out with this. Index: src/usr.bin/csup/fixups.c =================================================================== --- src/usr.bin/csup/fixups.c (revision 225772) +++ src/usr.bin/csup/fixups.c (working copy) @@ -141,7 +141,7 @@ fixups_lock(f); while (f->size == 0 && !f->closed) pthread_cond_wait(&f->cond, &f->lock); - if (f->closed) { + if (f->size == 0) { fixups_unlock(f); return (NULL); } I know this is a bit of effort, but can you please reproduce the issue, then see if this patch fixes it for you? I'd like to try and get this into 9.0-RELEASE but there's no csup maintainer so I'm just relying on "works for me" and code reviews from others. 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): #1EW_kEsX (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1EW_kEsX (FB_current)