From owner-freebsd-ports@FreeBSD.ORG Mon Jan 19 17:06:40 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06FDE922 for ; Mon, 19 Jan 2015 17:06:40 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (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 87006A12 for ; Mon, 19 Jan 2015 17:06:39 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id l15so8927678wiw.4 for ; Mon, 19 Jan 2015 09:06:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:mime-version:date:content-type:content-transfer-encoding :message-id:from:subject:to:in-reply-to:references; bh=CcamSXCV91WCKz/Pzr5IPtb8oIzzDJBqB/6Lmw52TNY=; b=TLN3Pvg2DqEG+MElP7AESg2yuxO/ZuYmgjEvDdppIANdYSoYb4tODpCw4H0q0sGwza 4FY6P2qLctireIU9kU6WNFLlbc9rIKuJUBhyyqm27E2QJTNHWZiNX8O3qA3+bXgNXW8L 9nwRlYMv6gFo519sHWrMqJa5h/x5NyDm1ZJ0elMik6/rj8LQEhaHdPMCwO0vVV8C8/1p n2SDX/l07EzlZGb+u3cjgbhB6n6k42r8bfVpGpNyk5yLltfBsPrhy0Zc3uvMB0iIdZvD 4abAc0NfcFasQFBIsECqGVEEdoyIeKqU6MJEJiQI8t9l0n9us3cmoB/Y8DW/5wVzTWJb L2nQ== X-Received: by 10.180.96.33 with SMTP id dp1mr37315987wib.13.1421687196240; Mon, 19 Jan 2015 09:06:36 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id cg8sm18009494wjc.1.2015.01.19.09.06.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Jan 2015 09:06:35 -0800 (PST) Sender: Baptiste Daroussin Received: from mail.etoilebsd.net (localhost [IPv6:::1]); by ivaldir.etoilebsd.net (OpenSMTPD) with ESMTP id 0ce46759; Mon, 19 Jan 2015 18:06:34 +0100 (CET) Mime-Version: 1.0 Date: Mon, 19 Jan 2015 17:06:34 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <69003a728b65c1054f238f21a01086e6@mail.etoilebsd.net> X-Mailer: RainLoop/1.7.2.220 From: "Baptiste Daroussin" Subject: Re: PKG - Fail to kill children To: "Michael Jung" , freebsd-ports@freebsd.org In-Reply-To: References: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 17:06:40 -0000 January 19 2015 4:15 PM, "Michael Jung" wrote: =0A> On = 2015-01-19 09:20, Michael Jung wrote:=0A> =0A>> FreeBSD 10.1-RELEASE #0 r= 276896:=0A>> pkg 1.4.4 or pkg 1.4.6=0A>> poudriere 3.1.1 under 11.0-CURRE= NT r275419=0A>> =0A>> On i386 only pkg complains with "Fail to kill child= ren". I have=0A>> checked some but not all packages=0A>> and they appear = to be updated as expected so this=0A>> is a heads up.=0A>> =0AI do not un= derstand your setting, but that means you have an old kernel running a mo= re recent userland (which is something unsupported btw :))=0A=0ASo when b= uilding pkg is discovering it is being built on head (aka it support the = acquiring the reaper via procctl(2)) and assume it can use it. But your k= ernel does not have support for that, hence the failure.=0A=0ABasically y= our host must always be newer that your jails=0A=0ABest regards,=0ABapt