From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 21:41:33 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7075DABA for ; Sun, 7 Jun 2015 21:41:33 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 415911E3A for ; Sun, 7 Jun 2015 21:41:32 +0000 (UTC) (envelope-from timur@bat.ru) Received: by igbsb11 with SMTP id sb11so45481335igb.0 for ; Sun, 07 Jun 2015 14:41:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=kxPKaUkfr9FepqTuidgbGOsx49I486sW4XN20OXfdNE=; b=k6peZSfQq/fHGk5Dd99eV3+MNJfAzJ3eBx1/hz/rST0BV9F7o+yH6T0saFqq2vKgIX TjV5Rj6CZZrA9S9OZTV0JlTxcz8+UXqROfPgB0FwSq+Xq/b/+HhASB2sWcjXYL1B8Yeh bS4+I+mTVNPoo33wgxtJnqpDIsL6mv0dCmWDEzncP38wxqpxXz4w9iyk4KOhODMQY+vl f+xOe9mSRXtvKbAhN8oLHBy4hY3Lqry61OTLpCCHg/GJ6/hPWUWuEtrIhLiQL+Mcef69 fuqqEiU+LJLkDeGOtoB+VeIne/Htm1bGmpBmoakN5eTh1iTxU36hCb4tq6A4KSFknLGp ZvRQ== X-Gm-Message-State: ALoCoQn52ZXnpuL9ZOVcsXBM7CQo0APL/1/mzbvMyHDXX1nVxhaKt32PhiwnLsGePSycmtFedUTe X-Received: by 10.107.12.27 with SMTP id w27mr17029818ioi.10.1433713286697; Sun, 07 Jun 2015 14:41:26 -0700 (PDT) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.107.170.17 with HTTP; Sun, 7 Jun 2015 14:41:06 -0700 (PDT) In-Reply-To: References: From: "Timur I. Bakeyev" Date: Sun, 7 Jun 2015 23:41:06 +0200 X-Google-Sender-Auth: kDxOuZGFVRH2sk-YN7iTDiLSQF4 Message-ID: Subject: Re: net/samba41 4.1.18 fails to build with MAKE_JOBS To: Ben Woods Cc: FreeBSD ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 21:41:33 -0000 I didn't experience anything like this on my test build but I can point to the few places, that make 4.1.18 port different from 4.1.17. I've, possibly wrongly, added 'fakeroot' facility to the USES line. For me it worked fine, but I've tested in the live environment and it may behave strangly in poudre. In general, the need for 'fakeroot' is questionable, so if you can remove it and verify port build in poudre it would be nice. Next suspect would be python, as WAF is depend on it if there been any changes to it, especially in multithreaded part that could affect build as well. Also, MAKE_ARGS/_MAKE_JOBS possibly different from the previous version due recent addition WAF as a supported build system, but I don't think that should have any impact. I'd say that 'fakeroot' is the most suspicios addition to the port build proccess. I didn't add it tho the samba4 port and, seems you don't have problems with it? With best regards, Timur Bakeyev. On Wed, Jun 3, 2015 at 5:54 PM, Ben Woods wrote: > Since net/samba41 was updated to 4.1.18, it has been failing to build > in poudriere with MAKE_JOBS (when /usr/local/etc/poudriere.conf has > ALLOW_MAKE_JOBS_PACKAGES=samba*). > > The issue is a stage-runaway (====>> Killing runaway build after 7200 > seconds with no output). > > The failing poudriere logs for version 4.1.18 with MAKE_JOBS can be found > here: > > http://woodsb02.no-ip.org/poudriere/data/101amd64-default/2015-06-02_01h00m00s/logs/errors/samba41-4.1.18.log > > > However, if I do not allow MAKE_JOBS, then 4.1.18 builds fine: > > http://woodsb02.no-ip.org/poudriere/data/11amd64-default/2015-06-03_22h00m32s/logs/samba41-4.1.18.log > > > Version 4.1.17 used to build fine with MAKE_JOBS: > > http://woodsb02.no-ip.org/poudriere/data/101amd64-default/2015-05-20_01h00m00s/logs/samba41-4.1.17.log > > > Any ideas? If it makes any difference, poudriere will be using 8 > parallel jobs when MAKE_JOBS is allowed. > > Regards, > Ben >