From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 01:04:24 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 89B72106567B for ; Thu, 18 Mar 2010 01:04:24 +0000 (UTC) (envelope-from gosand1982@yahoo.com) Received: from n2-vm0.bullet.mail.gq1.yahoo.com (n2-vm0.bullet.mail.gq1.yahoo.com [67.195.23.154]) by mx1.freebsd.org (Postfix) with SMTP id 579F18FC25 for ; Thu, 18 Mar 2010 01:04:24 +0000 (UTC) Received: from [98.137.27.132] by n2.bullet.mail.gq1.yahoo.com with NNFMP; 18 Mar 2010 00:50:38 -0000 Received: from [67.195.9.111] by t4.bullet.mail.gq1.yahoo.com with NNFMP; 18 Mar 2010 00:50:38 -0000 Received: from [127.0.0.1] by omp115.mail.gq1.yahoo.com with NNFMP; 18 Mar 2010 00:50:38 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 650562.88505.bm@omp115.mail.gq1.yahoo.com Received: (qmail 56451 invoked by uid 60001); 18 Mar 2010 00:50:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1268873438; bh=6wJoGYVxaHZVbvZPE6JwmYb/s1bcrbsMIJujLsjR3yM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=29lrPRzUybM1i08vjN2bSzrclhWQe4dTgzrfAiHzMjqADUQJUfNVum7JxMlH2p84dBCorjt2qSLYeE8w9caYUJ2esx7xtnposqlmL27lIK3wkSHaYUdGJANO7rUC7OAndYH5jgVzxOf/9qF5NTi0TmPoExWez6Gippadf6tHWhQ= 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=nPzjsmJlssGReJqLLtTElv+Jcetin4wzXRH3OH1/poyJ7d6/hoHuJfdqC3GKm9wb4TOkWmDZSieoWsbMdTBrZGjcDJK2WQ81Zha/683JmjVjtaOmoGdj6hjL2QlNzZ42DeHEZg4uFnQTsQapQIr0tF22vwL60FM27E2YdF1Uk8E=; Message-ID: <510299.56442.qm@web111601.mail.gq1.yahoo.com> X-YMail-OSG: U5NRiAUVM1llpPROVPuFjaAtWStkTWqUVYc1poTGA4HF.uf hJpg_zqc0vm6qLkOERKc6ivaEnQlpzhXqv5E051ZT6MZeh8gZz7.IwXJwnG1 2XBSouKQ6gBLB9sHgDpUPeyMI99RMT...IY0inhGS.Bn5X5mkjXYIVeQbYTQ N74dbF2JXWbTz0LWDvg2RIyDvcKb5mYwB2oB7IerAA9xmiXQtW0iuk1I9N3U jjRHWByUHz._9txS7vaK7x5EZBshX1WjPcAkFTRUAjEhppwsFmMas5ifvx6r J6qIKmiQ- Received: from [24.5.102.43] by web111601.mail.gq1.yahoo.com via HTTP; Wed, 17 Mar 2010 17:50:38 PDT X-Mailer: YahooMailRC/324.3 YahooMailWebService/0.8.100.260964 Date: Wed, 17 Mar 2010 17:50:38 -0700 (PDT) From: George Sanders To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: 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: Thu, 18 Mar 2010 01:04:24 -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 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 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/lang/python26. I have no idea how to make this work. I grepped everywhere for both "Python-2.6.1.tgz" and "python26-2.6.4" in an attempt to change them by hand, but I cannot find a single file in my filesystem that contains those strings, so I have no idea where the ports tree is getting this information. This was not an odd or non-standard operation - what am I doing wrong ?