From owner-freebsd-questions@FreeBSD.ORG Sat Jul 30 12:58:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DE3116A41F for ; Sat, 30 Jul 2005 12:58:29 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9FD43D49 for ; Sat, 30 Jul 2005 12:58:28 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so519314nzd for ; Sat, 30 Jul 2005 05:58:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hFN83mFUoFHP4VVvkAfA9oyX43dCssFfIjP+bJQyDAiHlILSxS/2Q0zD/usLMDFO4dWmoVbc2XHY/JQzl4cLMQy5bVHMMXO2z9FrsgvdDTxjfVH6/OmZK/zj7SwqcH39hoN0T+7ubv3pG1nQFqtUXfa1hRCpU9RUjkKjigDBg0s= Received: by 10.36.36.10 with SMTP id j10mr3522036nzj; Sat, 30 Jul 2005 05:58:24 -0700 (PDT) Received: by 10.36.128.17 with HTTP; Sat, 30 Jul 2005 05:58:24 -0700 (PDT) Message-ID: <45d750d205073005585ef420b6@mail.gmail.com> Date: Sat, 30 Jul 2005 08:58:24 -0400 From: Aaron Peterson To: gerard-seibert@suscom.net In-Reply-To: <20050730074129.025C.GERARD-SEIBERT@suscom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050730074129.025C.GERARD-SEIBERT@suscom.net> Cc: freebsd-questions@freebsd.org Subject: Re: Command Not Found error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Peterson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2005 12:58:29 -0000 On 7/30/05, Gerard Seibert wrote: > When running 'portsclean' from CRON, this message is sent to the root > mailbox. In fact, there are several of them in the mailbox. I do not > know what it means. >=20 > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:31: command not found: unam= e -rm > uname(1) could be broken - cannot parse the output: > make: not found > ** Error occured reading /usr/local/etc/pkgtools.conf: > uninitialized constant PkgConfig::OS_PLATFORM >=20 > When I run the 'uname -rm' command from the command line, it produces > this output. >=20 > 5.4-RELEASE I386 > =20 > -- > Gerard E. Seibert > gerard-seibert@suscom.net You might need to define your path in your crontab file with something like this: PATH=3D${PATH}:/usr/bin (because uname is in /usr/bin)