From owner-freebsd-ports@FreeBSD.ORG Thu Jan 7 22:54:40 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FC671065672 for ; Thu, 7 Jan 2010 22:54:40 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id BB72D8FC0A for ; Thu, 7 Jan 2010 22:54:39 +0000 (UTC) Received: by fxm27 with SMTP id 27so4229077fxm.3 for ; Thu, 07 Jan 2010 14:54:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=wz6RyG7A8kGOd3gsUy6G+misIJjJTv+2SXGXAe7s4vI=; b=uEGQJggQDNgsPljvNUuTIiqSy8cKs9pbM81sAEmSMGyM/OUdo28X/KXLj/AjNfUlMG 1vtvmsSQe9gIFI/KkgevOCD6Irk2DcGTa9MaHBINVIJABNR1I7Yw1W2QpTAA7Aps4plM U5bkQE5dCvMgoSz2Tgy7sSP6Qxb6Or3Sd0SY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lXvZyu4dxkTpTMMuZwepX0Oo1d+sSPnYI9cMT9HdO11khKJJdxW618MYCRMm1d1vm9 dN+W7WOXNVI2EzPKbGYwr1HdNIZtzXDV70v8giTyr5jFQE/VFQe+qRrcfZuclOQYOlGh OHo+w9KySX9QZ8RkU7icqcQEwrdlw+eZClltc= MIME-Version: 1.0 Received: by 10.223.14.20 with SMTP id e20mr1778842faa.16.1262904870168; Thu, 07 Jan 2010 14:54:30 -0800 (PST) In-Reply-To: References: <1e39c0a90906301443m3652eee3v4367d5896ebd85bf@mail.gmail.com> <20090701131732.GA70161@atarininja.org> <1e39c0a90907011401j2c130ffahaaca1b8d34cfa0f1@mail.gmail.com> Date: Thu, 7 Jan 2010 23:54:29 +0100 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: mail/py-spambayes and Python 2.6 update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2010 22:54:40 -0000 Hello, something is up with the spambayes port again. I've recently upgraded my main workstation to FreeBSD 8.0-stable: tingo@kg-v2$ uname -a FreeBSD kg-v2.kg4.no 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed Jan 6 21:21:40 CET 2010 root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 I have python 2.6 installed (and only that): tingo@kg-v2$ portversion -v | grep python python26-2.6.4 = up-to-date with port I change to the spambayes directory, and try to install it (I select python26 in the options dialog): make cd /usr/ports/mail/py-spambayes && make config; ===> py25-spambayes-1.0.4_4 needs Python 2.6 at least. But you specified 2.5. *** Error code 1 Stop in /usr/ports/mail/py-spambayes. *** Error code 1 Stop in /usr/ports/mail/py-spambayes. That fails. However, when I try to run 'make' again, it works: root@kg-v2# make ===> Vulnerability check disabled, database not found ===> Found saved configuration for py25-spambayes-1.0.4_4 ===> Extracting for py26-spambayes-1.0.4_4 => MD5 Checksum OK for spambayes-1.0.4.tar.gz. => SHA256 Checksum OK for spambayes-1.0.4.tar.gz. ===> Patching for py26-spambayes-1.0.4_4 ===> Applying extra patch /usr/ports/mail/py-spambayes/files/extra-patch-python26 ===> Applying FreeBSD patches for py26-spambayes-1.0.4_4 ===> py26-spambayes-1.0.4_4 depends on file: /usr/local/bin/python2.6 - found ===> Configuring for py26-spambayes-1.0.4_4 running config ===> Building for py26-spambayes-1.0.4_4 running build running build_py creating build creating build/lib creating build/lib/spambayes copying spambayes/cdb.py -> build/lib/spambayes copying spambayes/cdb_classifier.py -> build/lib/spambayes copying spambayes/chi2.py -> build/lib/spambayes copying spambayes/classifier.py -> build/lib/spambayes copying spambayes/compatcsv.py -> build/lib/spambayes copying spambayes/compatheapq.py -> build/lib/spambayes copying spambayes/compatsets.py -> build/lib/spambayes copying spambayes/Corpus.py -> build/lib/spambayes copying spambayes/CostCounter.py -> build/lib/spambayes copying spambayes/dbmstorage.py -> build/lib/spambayes copying spambayes/Dibbler.py -> build/lib/spambayes copying spambayes/FileCorpus.py -> build/lib/spambayes copying spambayes/hammie.py -> build/lib/spambayes copying spambayes/hammiebulk.py -> build/lib/spambayes copying spambayes/Histogram.py -> build/lib/spambayes copying spambayes/ImapUI.py -> build/lib/spambayes copying spambayes/mboxutils.py -> build/lib/spambayes copying spambayes/message.py -> build/lib/spambayes copying spambayes/msgs.py -> build/lib/spambayes copying spambayes/oe_mailbox.py -> build/lib/spambayes copying spambayes/optimize.py -> build/lib/spambayes copying spambayes/Options.py -> build/lib/spambayes copying spambayes/OptionsClass.py -> build/lib/spambayes copying spambayes/ProxyUI.py -> build/lib/spambayes copying spambayes/PyMeldLite.py -> build/lib/spambayes copying spambayes/ServerUI.py -> build/lib/spambayes copying spambayes/smtpproxy.py -> build/lib/spambayes copying spambayes/Stats.py -> build/lib/spambayes copying spambayes/storage.py -> build/lib/spambayes copying spambayes/TestDriver.py -> build/lib/spambayes copying spambayes/Tester.py -> build/lib/spambayes copying spambayes/TestToolsUI.py -> build/lib/spambayes copying spambayes/tokenizer.py -> build/lib/spambayes copying spambayes/UserInterface.py -> build/lib/spambayes copying spambayes/Version.py -> build/lib/spambayes copying spambayes/__init__.py -> build/lib/spambayes creating build/lib/spambayes/resources copying spambayes/resources/classify_gif.py -> build/lib/spambayes/resources copying spambayes/resources/config_gif.py -> build/lib/spambayes/resources copying spambayes/resources/helmet_gif.py -> build/lib/spambayes/resources copying spambayes/resources/help_gif.py -> build/lib/spambayes/resources copying spambayes/resources/message_gif.py -> build/lib/spambayes/resources copying spambayes/resources/query_gif.py -> build/lib/spambayes/resources copying spambayes/resources/scanning__init__.py -> build/lib/spambayes/resources copying spambayes/resources/status_gif.py -> build/lib/spambayes/resources copying spambayes/resources/train_gif.py -> build/lib/spambayes/resources copying spambayes/resources/ui_html.py -> build/lib/spambayes/resources copying spambayes/resources/ui_psp.py -> build/lib/spambayes/resources copying spambayes/resources/__init__.py -> build/lib/spambayes/resources running build_scripts creating build/scripts-2.6 copying and adjusting scripts/sb_client.py -> build/scripts-2.6 copying and adjusting scripts/sb_dbexpimp.py -> build/scripts-2.6 copying and adjusting scripts/sb_evoscore.py -> build/scripts-2.6 copying and adjusting scripts/sb_filter.py -> build/scripts-2.6 copying and adjusting scripts/sb_bnfilter.py -> build/scripts-2.6 copying and adjusting scripts/sb_bnserver.py -> build/scripts-2.6 copying and adjusting scripts/sb_imapfilter.py -> build/scripts-2.6 copying and adjusting scripts/sb_mailsort.py -> build/scripts-2.6 copying and adjusting scripts/sb_mboxtrain.py -> build/scripts-2.6 copying and adjusting scripts/sb_notesfilter.py -> build/scripts-2.6 copying and adjusting scripts/sb_pop3dnd.py -> build/scripts-2.6 copying and adjusting scripts/sb_server.py -> build/scripts-2.6 copying and adjusting scripts/sb_unheader.py -> build/scripts-2.6 copying and adjusting scripts/sb_upload.py -> build/scripts-2.6 copying and adjusting scripts/sb_xmlrpcserver.py -> build/scripts-2.6 copying and adjusting scripts/sb_chkopts.py -> build/scripts-2.6 changing mode of build/scripts-2.6/sb_client.py from 644 to 755 changing mode of build/scripts-2.6/sb_dbexpimp.py from 644 to 755 changing mode of build/scripts-2.6/sb_evoscore.py from 644 to 755 changing mode of build/scripts-2.6/sb_filter.py from 644 to 755 changing mode of build/scripts-2.6/sb_bnfilter.py from 644 to 755 changing mode of build/scripts-2.6/sb_bnserver.py from 644 to 755 changing mode of build/scripts-2.6/sb_imapfilter.py from 644 to 755 changing mode of build/scripts-2.6/sb_mailsort.py from 644 to 755 changing mode of build/scripts-2.6/sb_mboxtrain.py from 644 to 755 changing mode of build/scripts-2.6/sb_notesfilter.py from 644 to 755 changing mode of build/scripts-2.6/sb_pop3dnd.py from 644 to 755 changing mode of build/scripts-2.6/sb_server.py from 644 to 755 changing mode of build/scripts-2.6/sb_unheader.py from 644 to 755 changing mode of build/scripts-2.6/sb_upload.py from 644 to 755 changing mode of build/scripts-2.6/sb_xmlrpcserver.py from 644 to 755 changing mode of build/scripts-2.6/sb_chkopts.py from 644 to 755 Very strange. 'make install' works normally. -- regards, Torfinn Ingolfsen