From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 05:28:59 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 BDAF116A420 for ; Mon, 10 Oct 2005 05:28:59 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4902543D48 for ; Mon, 10 Oct 2005 05:28:59 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so1034434qbd for ; Sun, 09 Oct 2005 22:28:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=YAK7MC8N0tW2drG5Idy3vrIPPt3AIFJswnTGwN/ZJ7Y5kehLWcHdn/c/Z/06vT2hZdf51NdImDESRHQ7MMwH8P4i6urreUu7Djd8HsTFb0nEZPb7EYzboICZX0eDML/xh0EloZfTiKqIG3JPWp+OLT5eOR0VzAbd1VIVW7rtdNQ= Received: by 10.65.139.4 with SMTP id r4mr3058022qbn; Sun, 09 Oct 2005 22:28:58 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.45.234]) by mx.gmail.com with ESMTP id e18sm2760700qbe.2005.10.09.22.28.57; Sun, 09 Oct 2005 22:28:58 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sun, 9 Oct 2005 22:30:26 -0700 User-Agent: KMail/1.8.2 References: <629544090.20051009185315@reaper.hn.org> <836871053.20051009231234@reaper.hn.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510092230.27181.ringworm01@gmail.com> Subject: Re: portmanager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 05:28:59 -0000 On Sunday 09 October 2005 12:27, Alistair Sutton wrote: > On 09/10/05, Michael Lednev wrote: > > Hello, Alistair. > > > > that's another issue, currently portmanager from ports runs fine on > > 6.0-current in interactive environment, but coredumps from cron or > > something similar. the same behaviour on on 5.4-stable. > > Ah, my bad. > > I forgot that the version in ports is different from a development > snapshot that I've been trying to get working. :-) > > Al > -- > GPG/PGP: http://www.no-dns-yet.org.uk/~everlone/pubkey.gpg > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" The problem with running portmanager from cron is PATH isn't set and the location of "make" for example isn't hardcoded throughout portmanager's source. If anyone feels like fixing this it would be much appreciated, my plate is pretty full with a paying project so it may be awhile before I get around to making this sort of a fix but I'll be happy to assist someone else who wishes to take on this project. -Mike ps. please make sure my address is in the reply-to, the maillist does not send replies to my own posts for some strange reason.