From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: Unable to fork off sideband demultiplexer Date: Fri, 3 Jun 2011 15:24:45 -0400 Message-ID: <20110603192445.GA26977@sigill.intra.peff.net> References: <7vk4d5h3qt.fsf@alter.siamese.dyndns.org> <20110601173524.GF7132@sigill.intra.peff.net> <20110602192927.GA21262@sigill.intra.peff.net> <20110603144907.GA11273@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: git@vger.kernel.org To: Randy Brandenburg X-From: git-owner@vger.kernel.org Fri Jun 03 21:24:55 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QSZzJ-0000i2-V0 for gcvg-git-2@lo.gmane.org; Fri, 03 Jun 2011 21:24:54 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755509Ab1FCTYt (ORCPT ); Fri, 3 Jun 2011 15:24:49 -0400 Received: from 99-108-226-0.lightspeed.iplsin.sbcglobal.net ([99.108.226.0]:41021 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753953Ab1FCTYs (ORCPT ); Fri, 3 Jun 2011 15:24:48 -0400 Received: (qmail 12088 invoked by uid 107); 3 Jun 2011 19:24:52 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Fri, 03 Jun 2011 15:24:52 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Fri, 03 Jun 2011 15:24:45 -0400 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Jun 03, 2011 at 06:52:32PM +0000, Randy Brandenburg wrote: > OK, rebuilt with NO_PTHREADS=0 and PTHREAD_CFLAGS=-pthreads and it seems to be > working. Just tested quickly for the basics (push and pull). I will be able to > test more in depth next week, but I would assume that all will be > okay. I think that will still build without pthreads at all, as we check "ifdef NO_PTHREADS" in the Makefile. You have to use "NO_PTHREADS=". -Peff