From owner-freebsd-questions@FreeBSD.ORG Sat Mar 20 19:00:55 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99782106566B for ; Sat, 20 Mar 2010 19:00:55 +0000 (UTC) (envelope-from gosand1982@yahoo.com) Received: from n2-vm1.bullet.mail.gq1.yahoo.com (n2-vm1.bullet.mail.gq1.yahoo.com [67.195.23.155]) by mx1.freebsd.org (Postfix) with SMTP id 675F38FC0A for ; Sat, 20 Mar 2010 19:00:55 +0000 (UTC) Received: from [98.137.27.132] by n2.bullet.mail.gq1.yahoo.com with NNFMP; 20 Mar 2010 19:00:54 -0000 Received: from [67.195.9.99] by t4.bullet.mail.gq1.yahoo.com with NNFMP; 20 Mar 2010 19:00:54 -0000 Received: from [127.0.0.1] by omp103.mail.gq1.yahoo.com with NNFMP; 20 Mar 2010 19:00:54 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 606341.5466.bm@omp103.mail.gq1.yahoo.com Received: (qmail 21515 invoked by uid 60001); 20 Mar 2010 19:00:54 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1269111654; bh=2UaJV9u3b592oBMHy3vwFodnsCddOgY/ap/RawwdLXY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=5dSU6rD2js2DSyIPEA77nU85uV498R6RaHWFaRAtg3jEv+ZUXOvQ2BaQH5J8uWP9EfF2OX4uiJOR5rsNfJowvJpE3FyP/mphb1S5VcFRlEsCPM0mcHCiNnEGqDPGFTfxJvS7IfalRdpif3rY2fzxdFUz+20qXq5TtGlWGFnX370= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=ycOSyhwWxIg+QxRv1QBp4yjCO3HdvF9kqwyB2ARIPNSx097ojJuJdTcI14APi2EJxbgMojqxdaNGu8VVfAPq6C4x51PKSDLBZm8mvM6wlSuU3PxN3Ve1yVKc6sMu1meDAi7xQF1CXC8GljeJ7sC0XjMgbOnveiSy4dvqktq5JBI=; Message-ID: <99570.21512.qm@web111604.mail.gq1.yahoo.com> X-YMail-OSG: Q3bg0E0VM1kFvyr0f5FFN4NkNdikWuazZZcj35yPmBwO6NE JoPO_KwZ6cc2Qn9za_TZim8unHwnRlYfvG5cTSGeMCflL5mGQ5xIm734kRqW xKPcoRclsNsxZ.h1WCYqcj1ecS0lNnWNilm9rEJ3sJG.ToGERaMIoTdAXaGt Rl7m1Mgc3oC3ii5qRu7EySB1zTH0mw6LGQ6uTziV2bJUP4FOomc7or0eTqN1 Ra3_hMzEfwOkH9KM4QY8urpYeyX2Czlj3b.PHk6Pj2nm.AcU2gbzEZCaxzUr TOWDgO6s- Received: from [24.5.102.43] by web111604.mail.gq1.yahoo.com via HTTP; Sat, 20 Mar 2010 12:00:53 PDT X-Mailer: YahooMailRC/324.3 YahooMailWebService/0.8.100.260964 Date: Sat, 20 Mar 2010 12:00:53 -0700 (PDT) From: George Sanders To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: RE: How do I fix the broken python26 port in 7.2-RELEASE ? 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: Sat, 20 Mar 2010 19:00:55 -0000 > Virgin 7.2-RELEASE install. > > I run: > > csup -h cvsup4.freebsd.org -i ports/lang/python26 -g -L 2 > /usr/share/examples/cvsup/ports-supfile ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > and now I have a /usr/ports/lang/python26/distinfo that looks like: > > MD5 (python/Python-2.6.4.tgz) = 17dcac33e4f3adb69a57c2607b6de246 > SHA256 (python/Python-2.6.4.tgz) = > 1a25a47506e4165704cfe2b07c0a064b0b5762a2d18b8fbdad5af688aeacd252 SIZE > (python/Python-2.6.4.tgz) = 13322131 > > This looks like mine. > > Perfect. I'll just do a 'make install' and ... > > # make install > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for python26-2.6.4 > => Python-2.6.1.tgz is not in /usr/ports/lang/python26/distinfo. > => Either /usr/ports/lang/python26/distinfo is out of date, or > => Python-2.6.1.tgz is spelled incorrectly. > *** Error code 1 > > This is the wrong distfile. Ok, but as you can see from the paste above, I _do_ have the right distfile in my /ports/lang/python26 directory. So where is it getting this wrong distfile from, and why is it using it ? I am NOT csup'ing and installing the port all in one operation - I am doing two distinct things: 1. csup ONLY the python26 port 2. make install the python26 port Why is this rocket science ?