From owner-freebsd-questions@freebsd.org Thu Oct 29 21:39:44 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BC4FA20A31 for ; Thu, 29 Oct 2015 21:39:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 36EDE14E8 for ; Thu, 29 Oct 2015 21:39:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmeg8 with SMTP id g8so32711562wme.0 for ; Thu, 29 Oct 2015 14:39:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3dAUU1LegvSoHVWi9+8C/xNOQIl0E/aTO4PrDdgtnvs=; b=zCilreB+5ayHhIqWw+P8s0XJo+VxKHa3SS5AuJBlG5ErAMjQxN1yauK5owCKLxHk8k 5q26yD3kIFFE8Rj5ELH6sFIb78vLCX839g9U8IxjgGdXLo3uMrSqp1UXMGdFDlc8kPWw JnlDImrI950emoTo92fV9QUAXpIPEhCgkBOZbt3gA8ZIjUWuufXeP1ipG0e0mxvZTc9B e8+npdza2SLhHNDK05UNtHX3xdsrqjfgMPhEE39p3femrj7JaWt4XwrsuDRg60kTxysF 47pgVD+unF0joDW6PBxalFCpnZQ5/e+vY/zQsROJOW75+BtJ3gYWY+FTkOkR2E2OBZy1 ohog== MIME-Version: 1.0 X-Received: by 10.28.143.1 with SMTP id r1mr9903939wmd.80.1446154782479; Thu, 29 Oct 2015 14:39:42 -0700 (PDT) Received: by 10.194.16.231 with HTTP; Thu, 29 Oct 2015 14:39:42 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Oct 2015 16:39:42 -0500 Message-ID: Subject: Re: help me where is problem From: Adam Vande More To: SelfHostBD Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 21:39:44 -0000 On Thu, Oct 29, 2015 at 3:26 PM, SelfHostBD wrote: > freebsd82# cd /usr/ports/lang/python27 > If freebsd82# means you are on 8.2 RELEASE, then it's no longer supported and will not work with a current ports tree. The easiest way forward is to upgrade the system then upgrade your ports. -- Adam