From owner-freebsd-ports@FreeBSD.ORG Fri Jul 18 13:06:36 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E1A4921 for ; Fri, 18 Jul 2014 13:06:36 +0000 (UTC) Received: from eu1sys200aog117.obsmtp.com (eu1sys200aog117.obsmtp.com [207.126.144.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEBC2216E for ; Fri, 18 Jul 2014 13:06:35 +0000 (UTC) Received: from mail-wg0-f52.google.com ([74.125.82.52]) (using TLSv1) by eu1sys200aob117.postini.com ([207.126.147.11]) with SMTP ID DSNKU8kbv2nXXN4srwgB42GjreemqIkzmXfc@postini.com; Fri, 18 Jul 2014 13:06:35 UTC Received: by mail-wg0-f52.google.com with SMTP id a1so3464559wgh.23 for ; Fri, 18 Jul 2014 06:06:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to :in-reply-to; bh=VgiMFtRtF5fqdagxeghhnmnUsdTv0KshjoSSaByEhsA=; b=mF93B7hSuThLwxjOyTjEMKrd4qBgvugrrQhAF/bYJXdObCdLm6DgmJpYD7nHQ0QcsJ a+XhwMLXsT2q3qOLc9VXiMfHUzY/iGa8ehmb3nIvuw5VZSIFruSEgFW++3JauiMMYzRp 3vpYwE88/CvFyKpr3+SUaMCeW6G555g8TxDSb0BWXIoqvVyZYhivY+hzpsVHmrZy7+7k x4/J4B8rZUPS5P2M9nUr1AYnI0yFWGazvcNH8gS5t2WPXSbuUzbl0XKmK3Qa8ny/Hj+6 haltM8t2tR2Xmjsja1oK3jIURHDTS9Uas/THBV/dUjby9fHPq6bHk09+fAAoPvTzmrYn VCFQ== X-Gm-Message-State: ALoCoQnJWo9+XOveGCze7E9hGIl4pp1FWClA8m+BF7CBQwVq401Ixm7Op0Hwdf5SyvSl98dcvh8P3LHCfrPyjFOsgRaYzeMowI9bUzBZhJduQ3NyWPWdoIOsTxFGMUgq8GZCG4vLtkJbMHHa0PFUo+/EviZ44x/4dg== X-Received: by 10.180.73.115 with SMTP id k19mr7619333wiv.35.1405688767690; Fri, 18 Jul 2014 06:06:07 -0700 (PDT) X-Received: by 10.180.73.115 with SMTP id k19mr7619316wiv.35.1405688767598; Fri, 18 Jul 2014 06:06:07 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id es1sm6557912wib.16.2014.07.18.06.06.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jul 2014 06:06:06 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s6ID63Ie046658 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Jul 2014 14:06:03 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s6ID63JK046657; Fri, 18 Jul 2014 14:06:03 +0100 (BST) (envelope-from mexas) Date: Fri, 18 Jul 2014 14:06:03 +0100 (BST) From: Anton Shterenlikht Message-Id: <201407181306.s6ID63JK046657@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org, mad@madpilot.net, mexas@bris.ac.uk Subject: Re: /usr/local/share/poudriere/include/common.sh.freebsd: sysctl: not found Reply-To: mexas@bris.ac.uk In-Reply-To: <53C91999.7030707@madpilot.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 13:06:36 -0000 >From mad@madpilot.net Fri Jul 18 14:02:57 2014 > >Looks like a PATH problem. > >Does your crontab PATH include /sbin? forgot about it, my bad. Thanks Anton