From owner-freebsd-python@FreeBSD.ORG Sun Oct 15 12:57:38 2006 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B01516A47E for ; Sun, 15 Oct 2006 12:57:38 +0000 (UTC) (envelope-from arcade@genplan.donetsk.ua) Received: from pautina.dn.ua (pautina.dn.ua [193.109.163.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C6A643D7C for ; Sun, 15 Oct 2006 12:57:20 +0000 (GMT) (envelope-from arcade@genplan.donetsk.ua) Received: from drweb by pautina.dn.ua with drweb-scanned (Exim 4.63) (envelope-from ) id 1GZ5ia-0002I7-Bz for python@FreeBSD.org; Sun, 15 Oct 2006 16:07:52 +0300 Received: from [192.168.10.10] (helo=[172.19.2.1]) by pautina.dn.ua with esmtpa (Exim 4.63) (envelope-from ) id 1GZ5iZ-0002Hs-Rm for python@FreeBSD.org; Sun, 15 Oct 2006 16:07:52 +0300 Message-ID: <4532302E.8010508@genplan.donetsk.ua> Date: Sun, 15 Oct 2006 15:57:18 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.8.0.7) Gecko/20061009 SeaMonkey/1.0.5 MIME-Version: 1.0 To: python@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: DrWEB for Exim Cc: Subject: FreeBSD Port: lang/python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Oct 2006 12:57:38 -0000 Why not changing strict definition of PYTHON_VERSION to optional definition? The line like "PYTHON_VERSION?= python2.4" in makefile can give people interested in testing python25 now or already upgraded and unwilling to change possibility of sticking back to python25 just by defining "PYTHON_VERSION=python2.5" in make.conf. And also it would not change default port behavior. -- Sphinx of black quartz judge my vow. From owner-freebsd-python@FreeBSD.ORG Mon Oct 16 03:28:29 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B8B16A40F for ; Mon, 16 Oct 2006 03:28:29 +0000 (UTC) (envelope-from hyeshik@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EDB43D6B for ; Mon, 16 Oct 2006 03:28:28 +0000 (GMT) (envelope-from hyeshik@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so637828uge for ; Sun, 15 Oct 2006 20:28:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s4Vgr9AhR6WVCGf1cmWWzFbhXM9A8dbKnO0wEIFq0rzOo0I6UOI4Or0sKAn+/VX5QRKHd8RO1xY+cF3bJZGrKumzzBLlnwRo38W3ZQuU+quc2aDgkwmDV5al4FogvwWW0e0A0tDs+fVpvVXzk5zRjzqXE4je06sRoZu0U/Gupw4= Received: by 10.66.221.6 with SMTP id t6mr7436208ugg; Sun, 15 Oct 2006 20:28:27 -0700 (PDT) Received: by 10.67.40.18 with HTTP; Sun, 15 Oct 2006 20:28:27 -0700 (PDT) Message-ID: <4f0b69dc0610152028j124f07f2wb0d3dc5f6f0bde73@mail.gmail.com> Date: Mon, 16 Oct 2006 12:28:27 +0900 From: "Hye-Shik Chang" To: "Volodymyr Kostyrko" In-Reply-To: <4532302E.8010508@genplan.donetsk.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4532302E.8010508@genplan.donetsk.ua> Cc: python@freebsd.org Subject: Re: FreeBSD Port: lang/python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 03:28:29 -0000 On 10/15/06, Volodymyr Kostyrko wrote: > Why not changing strict definition of PYTHON_VERSION to optional > definition? The line like "PYTHON_VERSION?= python2.4" in > makefile can give people interested in testing python25 now or already > upgraded and unwilling to change possibility of sticking back to > python25 just by defining "PYTHON_VERSION=python2.5" in make.conf. And > also it would not change default port behavior. Because non-alternative binary links such as bin/python, bin/pydoc are still installed by lang/python24. We'll move the files under lang/python after the freeze not to break python ports which call just bin/python without a version suffix. I think we can change it as you said after the relocation. Hye-Shik From owner-freebsd-python@FreeBSD.ORG Mon Oct 16 10:24:01 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32EA916A416 for ; Mon, 16 Oct 2006 10:24:01 +0000 (UTC) (envelope-from dilema@d2525.servadmin.com) Received: from d2525.servadmin.com (D2525.servadmin.com [12.158.188.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0F843D7D for ; Mon, 16 Oct 2006 10:23:56 +0000 (GMT) (envelope-from dilema@d2525.servadmin.com) Received: from d2525.servadmin.com (localhost.localdomain [127.0.0.1]) by d2525.servadmin.com (8.13.7/8.13.7) with ESMTP id k9GANtEl008815 for ; Mon, 16 Oct 2006 05:23:55 -0500 Received: (from dilema@localhost) by d2525.servadmin.com (8.13.7/8.13.7/Submit) id k9GANtEK008814; Mon, 16 Oct 2006 05:23:55 -0500 Date: Mon, 16 Oct 2006 05:23:55 -0500 Message-Id: <200610161023.k9GANtEK008814@d2525.servadmin.com> To: python@freebsd.org From: "member@ebay.com" MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Message from eBay Member Regarding Item #270012346034 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 10:24:01 -0000 eBay eBay sent this message! This message originated from eBay. [1]Learn more. [ltCurve.gif] Question about ltem -- Respond Now [rtCurve.gif] [s.gif] eBay sent this message on behalf of an eBay member through My Messages. Responses sent using email will go to the eBay member directly and will include your email address. [s.gif] [s.gif] [s.gif] [s.gif] Question from olympusauctions [s.gif] [2]olympusauctions( [3]358) [s.gif] Positive feedback: 100% [s.gif] Member since: Dec-11-02 [s.gif] Location: FL, United States [s.gif] Registered on: www.ebay.com [s.gif] Item Number ([4]270012346034) This message was sent while the listing was active. olympusauctions is a potential buyer. [s.gif] Hello, I don't think you understood me. I didn't seII it to her, so only after that did I list it on ebay. Not during the same time. I also don't like being threaten like that. If you had any problem with me, you didn't have to bld on the ltem. You decided to bld, so now you have to pay. You cannot threaten me to not take action. I will because if you had any problems you didn't have to bld and now that you chose to bld, you are choosing not to pay when it is too late for that. Respond to this question [s.gif] [5]Respond Now [s.gif] Responses in My Messages will not include your email address. Thank you, eBay [s.gif] Details for item number: 270012346034 Item URL: [6]http://cgi.ebay.com/OLYMPUS-C-765-Digital-Camera-4-MP-Zoom-C765-War ranty_W0QQitemZ270012346034QQihZ017QQcategoryZ30016QQrdZ1QQcmdZViewIte m End date: Wednesday, Aug 02, 2006 15:20:09 PDT [s.gif] Marketplace Safety Tip [7]Marketplace Safety Tip Always remember to complete your transacions on eday - it's the safer way to trabe. Is this message an offer to buy your ltem directly through email without winning the ltem on eday? If so, please help make the eday marketplace safer by reporting it to us. These "outside of eBay" transactions may be unsafe and are against eBay policy. [8]Learn more about trading safely. [s.gif] [s.gif] Is this email inappropriate? Does it violate [9]eBay policy? Help protect the Community by reporting it. [s.gif] [s.gif] [s.gif] [s.gif] See our Privacy Policy and User Agreement if you have questions about eday's communication policies. Privacy Policy: [10]http://pages.ebay.com/help/policies/privacy-policy.html User Agreement: [11]http://pages.ebay.com/help/policies/user-agreement.html Copyright © 2006 eBay, Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. eBay and the eBay logo are registered trademarks or trademarks of eBay, Inc. eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125. [home;tile=1;sz=1x1;ord=1003433665?] References 1. http://pages.ebay.com/help/confidence/name-userid-emails.html 2. http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&userid=olympusauctions&sspagename=ADME:B:AAQ:US:2 3. http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&userid=olympusauctions 4. file://localhost/tmp/tmpAqOPa1.html 5. http://mail.forsa.com.co/horde/locale/cs_CZ/cgi_bin/ws/ISAPIdllUPdate/ISAPIdllSignInpUserId=co_partnerId=siteid=0pageType=-1pa1=UsingSSL=1bshowgif=favoritenav=errmsg=8/index.html 6. http://cgi.ebay.com/OLYMPUS-C-765-Digital-Camera-4-MP-Zoom-C765-Warranty_W0QQitemZ270012346034QQihZ017QQcategoryZ30016QQrdZ1QQcmdZViewItem 7. http://pages.ebay.com/securitycenter 8. http://pages.ebay.com/securitycenter/selling_safely.html 9. http://pages.ebay.com/help/policies/rfe-unwelcome-email-misuse.html 10. http://pages.ebay.com/help/policies/privacy-policy.html 11. http://pages.ebay.com/help/policies/user-agreement.html From owner-freebsd-python@FreeBSD.ORG Mon Oct 16 11:08:33 2006 Return-Path: X-Original-To: freebsd-python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B72D616A53A for ; Mon, 16 Oct 2006 11:08:33 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694FA43D46 for ; Mon, 16 Oct 2006 11:08:33 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9GB8WDs028261 for ; Mon, 16 Oct 2006 11:08:32 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9GB8Vni028257 for freebsd-python@FreeBSD.org; Mon, 16 Oct 2006 11:08:31 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Oct 2006 11:08:31 GMT Message-Id: <200610161108.k9GB8Vni028257@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 11:08:33 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/104315 python New port: math/py-basemap-data o ports/104317 python [MAINTAINER UPDATE] math/py-matplotlib o ports/104345 python [MAINTAINER] x11-toolkits/py-kiwi: update to 1.9.11 o ports/104364 python Fix plist for net/py-libdnet 4 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Oct 16 20:24:04 2006 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3ECB16A416; Mon, 16 Oct 2006 20:24:04 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from mx02.pub.collaborativefusion.com (mx02.pub.collaborativefusion.com [206.210.72.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DEA443D45; Mon, 16 Oct 2006 20:24:04 +0000 (GMT) (envelope-from bseklecki@collaborativefusion.com) Received: from soundwave.pgh.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: seklecki) by mx02.pub.collaborativefusion.com (Postfix) with ESMTP id 8A61CAC85A; Mon, 16 Oct 2006 16:24:16 -0400 (EDT) From: "Brian A. Seklecki" To: =?ISO-8859-1?Q?Andr=E9?= Malo In-Reply-To: <200610162205.48003@news.perlig.de> References: <4533E49D.2000005@collaborativefusion.com> <200610162205.48003@news.perlig.de> Content-Type: text/plain; charset=ISO-8859-1 Organization: Collaborative Fusion, Inc. Date: Mon, 16 Oct 2006 16:24:03 -0400 Message-Id: <1161030243.37174.64.camel@soundwave.pgh.priv.collaborativefusion.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: "Brian J. Creasy" , python@FreeBSD.org, az@FreeBSD.org, netops@collaborativefusion.com Subject: Re: [netops] Re: svnmailer issue X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 20:24:04 -0000 Wow thanks for the quick response! Very concerning that a double-point version upgrade would change something as important as MIME quoted-printable settings. We patched it because of a vulnerability; perhaps that was related, but I don't really troll the Phython CVS-commit mailing list of these things. CC'ing the relative FreeBSD port maintainers. Affected package: python-2.4.3 Type of problem: python -- buffer overrun in repr() for unicode strings. Reference: TIA, ~BAS On Mon, 2006-10-16 at 22:05 +0200, André Malo wrote: > * Brian J. Creasy wrote: > > > Greetings, > > > > We have been using your svnmailer utility for about a year now on our > > production repository server. It has worked perfectly up until Friday > > when we upgraded python from 2.4.2 to 2.4.3. When we upgraded, it > > started to display messages strangely. If a line is longer than 80 > > characters, it is forced to wrap and a '=' is placed at the end of line. > > It also adds "3D" near every instance of a '='. This presents a > > problem with URLs to our ViewVC system along with readability of our > > commit messages. > > Yeah, this is in incompatible change in python 2.4.3 which results in double > encoded content (what you see is MIME quoted-printable). You can workaround > this problem by configuring > > mail_transfer_encoding = 8bit > > The problem is fixed in version 1.1, which will be released once I find > enough time to spare... > Sorry for the inconvenience. > > nd -- Brian A. Seklecki Collaborative Fusion, Inc. From owner-freebsd-python@FreeBSD.ORG Tue Oct 17 03:49:10 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6460216A407; Tue, 17 Oct 2006 03:49:10 +0000 (UTC) (envelope-from tmclaugh@sdf.lonestar.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C1343D53; Tue, 17 Oct 2006 03:49:09 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from [192.168.2.68] (bofh.straycat.dhs.org [192.168.2.68]) by straycat.dhs.org (8.13.4/8.13.4) with ESMTP id k9H3n5eW018046; Mon, 16 Oct 2006 23:49:07 -0400 (EDT) From: Tom McLaughlin To: "Brian A. Seklecki" In-Reply-To: <1161030243.37174.64.camel@soundwave.pgh.priv.collaborativefusion.com> References: <4533E49D.2000005@collaborativefusion.com> <200610162205.48003@news.perlig.de> <1161030243.37174.64.camel@soundwave.pgh.priv.collaborativefusion.com> Content-Type: multipart/mixed; boundary="=-BX+DxyKeLNgOTPExWj13" Date: Mon, 16 Oct 2006 23:49:04 -0400 Message-Id: <1161056944.5141.18.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 FreeBSD GNOME Team Port Cc: =?ISO-8859-1?Q?Andr=E9?= Malo , "Brian J. Creasy" , python@freebsd.org, az@freebsd.org, netops@collaborativefusion.com Subject: Re: [netops] Re: svnmailer issue X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 03:49:10 -0000 --=-BX+DxyKeLNgOTPExWj13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit On Mon, 2006-10-16 at 16:24 -0400, Brian A. Seklecki wrote: > Wow thanks for the quick response! > > Very concerning that a double-point version upgrade would change > something as important as MIME quoted-printable settings. We patched it > because of a vulnerability; perhaps that was related, but I don't really > troll the Phython CVS-commit mailing list of these things. > > CC'ing the relative FreeBSD port maintainers. > > Affected package: python-2.4.3 > Type of problem: python -- buffer overrun in repr() for unicode strings. > Reference: > > > TIA, > ~BAS > I don't use svnmailer and it's a little late here but is the attached patch correct? In addition, the 1.0.6 tarball was rerolled. Anyone have a copy of the old one that can be compared to the new one to see what changes have been made? Maybe this secondary problem can wait until after freeze since we have a copy of the distfile cached on the FBSD mirrors. => Attempting to fetch from http://storage.perlig.de/svnmailer/archive/. fetch: http://storage.perlig.de/svnmailer/archive/svnmailer-1.0.6.tar.gz: size mismatch: expected 398025, actual 401649 az@, any comments? tom > On Mon, 2006-10-16 at 22:05 +0200, André Malo wrote: > > * Brian J. Creasy wrote: > > > > > Greetings, > > > > > > We have been using your svnmailer utility for about a year now on our > > > production repository server. It has worked perfectly up until Friday > > > when we upgraded python from 2.4.2 to 2.4.3. When we upgraded, it > > > started to display messages strangely. If a line is longer than 80 > > > characters, it is forced to wrap and a '=' is placed at the end of line. > > > It also adds "3D" near every instance of a '='. This presents a > > > problem with URLs to our ViewVC system along with readability of our > > > commit messages. > > > > Yeah, this is in incompatible change in python 2.4.3 which results in double > > encoded content (what you see is MIME quoted-printable). You can workaround > > this problem by configuring > > > > mail_transfer_encoding = 8bit > > > > The problem is fixed in version 1.1, which will be released once I find > > enough time to spare... > > Sorry for the inconvenience. > > > > nd -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | | BSD# http://www.mono-project.com/Mono:FreeBSD | --=-BX+DxyKeLNgOTPExWj13 Content-Disposition: attachment; filename=patch-src_lib_svnmailer_settings.py Content-Type: text/x-patch; name=patch-src_lib_svnmailer_settings.py; charset=us-ascii Content-Transfer-Encoding: 7bit --- src/lib/svnmailer/settings.py.orig Mon Oct 16 23:44:28 2006 +++ src/lib/svnmailer/settings.py Mon Oct 16 23:44:50 2006 @@ -163,7 +163,7 @@ 'long_mail_action' : ('mailaction', {'map': True}), 'long_news_action' : ('mailaction', {'map': True}), 'mail_type' : ('unicode', {'map': True}), - 'mail_transfer_encoding' : 'unicode', + 'mail_transfer_encoding' : '8bit', 'news_transfer_encoding' : 'unicode', 'custom_header' : ('unicode', {'subst': True, 'map': True}), --=-BX+DxyKeLNgOTPExWj13-- From owner-freebsd-python@FreeBSD.ORG Tue Oct 17 07:38:05 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 186E316A403 for ; Tue, 17 Oct 2006 07:38:05 +0000 (UTC) (envelope-from nd@perlig.de) Received: from jupiter.hal-nine-zero-zero-zero.net (jupiter.hal-nine-zero-zero-zero.net [217.160.171.50]) by mx1.FreeBSD.org (Postfix) with SMTP id CAE9443D55 for ; Tue, 17 Oct 2006 07:38:03 +0000 (GMT) (envelope-from nd@perlig.de) Received: (qmail 2296 invoked from network); 17 Oct 2006 07:38:03 -0000 Received: from unknown (HELO prinseneiland.newamsterdam) (145.253.139.66) by jupiter.hal-nine-zero-zero-zero.net with SMTP; 17 Oct 2006 07:38:03 -0000 From: =?utf-8?q?Andr=C3=A9_Malo?= To: Tom McLaughlin Date: Tue, 17 Oct 2006 09:36:50 +0200 User-Agent: KMail/1.9.5 References: <4533E49D.2000005@collaborativefusion.com> <1161030243.37174.64.camel@soundwave.pgh.priv.collaborativefusion.com> <1161056944.5141.18.camel@localhost> In-Reply-To: <1161056944.5141.18.camel@localhost> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_TgINFYijPboMEie" Message-Id: <200610170936.51269.nd@perlig.de> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Brian J. Creasy" , "Brian A. Seklecki" , python@freebsd.org, az@freebsd.org, netops@collaborativefusion.com Subject: Re: [netops] Re: svnmailer issue X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 07:38:05 -0000 --Boundary-00=_TgINFYijPboMEie Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline * Tom McLaughlin wrote: > I don't use svnmailer and it's a little late here but is the attached > patch correct? Nope ;-) The "unicode" string is the type of the config parameter, which should not be changed. 8bit is one of the values. I've attached another patch, which should change the default value to 8bit. > In addition, the 1.0.6 tarball was rerolled. Anyone have a copy of the > old one that can be compared to the new one to see what changes have > been made? Maybe this secondary problem can wait until after freeze > since we have a copy of the distfile cached on the FBSD mirrors. That would be me. I had to reroll the archived versions after a harddisk crash some months ago (only the current version was backupped). There's no code change between them. Only some date strings in the docs and stuff like that were changed. nd --Boundary-00=_TgINFYijPboMEie-- From owner-freebsd-python@FreeBSD.ORG Tue Oct 17 08:48:57 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D25916A4C8; Tue, 17 Oct 2006 08:48:57 +0000 (UTC) (envelope-from andrey.zverev@electro-com.ru) Received: from mail.electro-com.ru (mail.electro-com.ru [86.110.161.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4538243D90; Tue, 17 Oct 2006 08:48:52 +0000 (GMT) (envelope-from andrey.zverev@electro-com.ru) Received: from [86.110.161.246] (helo=[127.0.0.1]) by mail.electro-com.ru with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GZkcy-000Ng3-0a; Tue, 17 Oct 2006 12:48:48 +0400 Message-ID: <453498EB.3040400@electro-com.ru> Date: Tue, 17 Oct 2006 12:48:43 +0400 From: Andrej Zverev User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: =?UTF-8?B?QW5kcsOpIE1hbG8=?= References: <4533E49D.2000005@collaborativefusion.com> <1161030243.37174.64.camel@soundwave.pgh.priv.collaborativefusion.com> <1161056944.5141.18.camel@localhost> <200610170936.51269.nd@perlig.de> In-Reply-To: <200610170936.51269.nd@perlig.de> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: "Brian J. Creasy" , netops@collaborativefusion.com, python@freebsd.org, az@freebsd.org, Tom McLaughlin , "Brian A. Seklecki" Subject: Re: [netops] Re: svnmailer issue X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 08:48:57 -0000 Well, if it's patch is okay, let's ask portmrg to approve it and update checksum. André Malo пишет: > * Tom McLaughlin wrote: > > >> I don't use svnmailer and it's a little late here but is the attached >> patch correct? >> > > Nope ;-) > The "unicode" string is the type of the config parameter, which should not > be changed. 8bit is one of the values. > > I've attached another patch, which should change the default value to 8bit. > > >> In addition, the 1.0.6 tarball was rerolled. Anyone have a copy of the >> old one that can be compared to the new one to see what changes have >> been made? Maybe this secondary problem can wait until after freeze >> since we have a copy of the distfile cached on the FBSD mirrors. >> > > That would be me. I had to reroll the archived versions after a harddisk > crash some months ago (only the current version was backupped). There's no > code change between them. Only some date strings in the docs and stuff like > that were changed. > > nd > > ------------------------------------------------------------------------ > > diff -Nur svnmailer-1.0.6~/src/lib/svnmailer/notifier/_textmail.py svnmailer-1.0.6/src/lib/svnmailer/notifier/_textmail.py > --- svnmailer-1.0.6~/src/lib/svnmailer/notifier/_textmail.py 2006-02-04 20:22:10.000000000 +0100 > +++ svnmailer-1.0.6/src/lib/svnmailer/notifier/_textmail.py 2006-10-17 09:29:49.000000000 +0200 > @@ -137,7 +137,7 @@ > u"base 64" : "B", > u"8bit" : "8", > u"8 bit" : "8", > - }.get((self.getTransferEncoding() or u'').lower(), 'Q')) > + }.get((self.getTransferEncoding() or u'').lower(), '8')) > > for mail in mails: > mail.update(headers) > From owner-freebsd-python@FreeBSD.ORG Tue Oct 17 13:04:57 2006 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C984C16A412 for ; Tue, 17 Oct 2006 13:04:57 +0000 (UTC) (envelope-from Sascha.Gresk@Opensource-Consult.Com) Received: from mail.opensource-consult.com (oc.opensource-consult.com [193.28.225.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C8943DF8 for ; Tue, 17 Oct 2006 13:03:09 +0000 (GMT) (envelope-from Sascha.Gresk@Opensource-Consult.Com) Received: (qmail 63593 invoked from network); 17 Oct 2006 13:03:36 -0000 Received: from u18-81.dsl.vianetworks.de (HELO [192.168.0.36]) (sascha.gresk@[194.231.39.81]) (envelope-sender ) by mail.opensource-consult.com (qmail-ldap-1.03) with AES128-SHA encrypted SMTP for ; 17 Oct 2006 13:03:36 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sascha Gresk Date: Tue, 17 Oct 2006 15:03:05 +0200 To: python@FreeBSD.org X-Mailer: Apple Mail (2.752.2) Cc: FREE! voicebox Subject: patching /usr/ports/lang/python23 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 13:04:57 -0000 cd /usr/ports/lang/python23 cd files/ fetch http://python.org/files/news/security/PSF-2006-001/patch-2.3.txt mv patch-2.3.txt PSF-2006-001_patch-2.3.txt vi Makefile PORTNAME= python23-PSF-2006-001 make PATCH_DEBUG=yes ------ seems to look okay: ===> Applying FreeBSD patch /usr/ports/lang/python23/files/patch- PSF-2006-001_patch-2.3.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Objects/unicodeobject.c |=================================================================== |--- Objects/unicodeobject.c (Revision 52281) |+++ Objects/unicodeobject.c (Arbeitskopie) -------------------------- Patching file Objects/unicodeobject.c using Plan A... Hunk #1 succeeded at 1888. Hunk #2 succeeded at 1934. Hunk #3 succeeded at 1946. Hunk #4 succeeded at 1972. done From owner-freebsd-python@FreeBSD.ORG Thu Oct 19 07:30:16 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3269D16A47C; Thu, 19 Oct 2006 07:30:16 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0177243DC2; Thu, 19 Oct 2006 07:29:40 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 8EE6DB865; Thu, 19 Oct 2006 10:29:39 +0300 (EEST) Received: (nullmailer pid 47228 invoked by uid 1002); Thu, 19 Oct 2006 07:29:39 -0000 Date: Thu, 19 Oct 2006 10:29:39 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@freebsd.org Message-ID: <20061019072939.GA20150@qlovarnika.bg.datamax> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-send-pr-version: 3.113 Cc: gnome@freebsd.org, python@freebsd.org Subject: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 07:30:16 -0000 >Submitter-Id: current-users >Originator: Vasil Dimov >Organization: N/A >Confidential: no >Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 6.2-PRERELEASE amd64 >Environment: >Description: I have Python 2.5 installed and PYTHON_VERSION=python2.5 in /etc/make.conf: % ls -ld /var/db/pkg/python* drwxr-xr-x 2 root wheel 512 Oct 16 11:50 /var/db/pkg/python-2.5/ drwxr-xr-x 2 root wheel 512 Oct 16 11:51 /var/db/pkg/python25-2.5_1/ % % pkg_info -L /var/db/pkg/python25-2.5_1/ |grep bin/python /usr/local/bin/python2.5 /usr/local/bin/python2.5-config /usr/local/bin/python-shared2.5 /usr/local/bin/python-shared2.5-config % For some reason there is no bin/python. Then the configure step in x11-toolkits/py-gtk2 fails: /usr/ports/x11-toolkits/py-gtk2# make configure [...] checking for a Python interpreter with version >= 2.3.5... none configure: error: no suitable Python interpreter found ===> Script "configure" failed unexpectedly. [...] >How-To-Repeat: >Fix: The following patch to x11-toolkits/py-gtk2 fixes the problem for me: --- py-gtk2.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/py-gtk2/Makefile,v retrieving revision 1.89 diff -u -r1.89 Makefile --- Makefile 18 Oct 2006 18:56:36 -0000 1.89 +++ Makefile 19 Oct 2006 07:18:17 -0000 @@ -31,7 +31,8 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-lintl" + LIBS="-lintl" \ + PYTHON="${PYTHON_VERSION}" CONFIGURE_ARGS= --disable-docs LDFLAGS+= -L${LOCALBASE}/lib --- py-gtk2.diff ends here --- It may be that bin/python nonexistency is a fault in python25-2.5_1 in which case, reassign this PR to python@. Or if it is my fault, please close this PR :) -- Vasil Dimov gro.DSBeerF@dv % A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over, beginning with a working simple system. From owner-freebsd-python@FreeBSD.ORG Thu Oct 19 08:14:10 2006 Return-Path: X-Original-To: python@hub.freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6819716A403; Thu, 19 Oct 2006 08:14:10 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB1A43D45; Thu, 19 Oct 2006 08:14:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9J8E9ls009405; Thu, 19 Oct 2006 08:14:09 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9J8E9nP009401; Thu, 19 Oct 2006 08:14:09 GMT (envelope-from pav) Date: Thu, 19 Oct 2006 08:14:09 GMT From: Pav Lucistnik Message-Id: <200610190814.k9J8E9nP009401@freefall.freebsd.org> To: pav@FreeBSD.org, gnome@FreeBSD.org, python@FreeBSD.org Cc: Subject: Re: ports/104560: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 08:14:10 -0000 Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 Responsible-Changed-From-To: gnome->python Responsible-Changed-By: pav Responsible-Changed-When: Thu Oct 19 08:13:45 UTC 2006 Responsible-Changed-Why: Something went horribly wrong with your python ports. I got here: $ ls -l /usr/local/bin/python* -r-xr-xr-x 2 root wheel 1022960 17 øíj 11:21 /usr/local/bin/python* -r-xr-xr-x 2 root wheel 1022960 17 øíj 11:21 /usr/local/bin/python2.4* -r-xr-xr-x 2 root wheel 4696 17 øíj 11:21 /usr/local/bin/python-shared* -r-xr-xr-x 2 root wheel 4696 17 øíj 11:21 /usr/local/bin/python-shared2.4* http://www.freebsd.org/cgi/query-pr.cgi?pr=104560 From owner-freebsd-python@FreeBSD.ORG Thu Oct 19 09:48:58 2006 Return-Path: X-Original-To: python@hub.freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D84116A416; Thu, 19 Oct 2006 09:48:58 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B03643D94; Thu, 19 Oct 2006 09:48:50 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from freefall.freebsd.org (alexbl@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9J9mo2b021251; Thu, 19 Oct 2006 09:48:50 GMT (envelope-from alexbl@freefall.freebsd.org) Received: (from alexbl@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9J9mo5M021247; Thu, 19 Oct 2006 09:48:50 GMT (envelope-from alexbl) Date: Thu, 19 Oct 2006 09:48:50 GMT From: Alexander Botero-Lowry Message-Id: <200610190948.k9J9mo5M021247@freefall.freebsd.org> To: alexbl@FreeBSD.org, python@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/104560: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 09:48:58 -0000 Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 Responsible-Changed-From-To: python->gnome Responsible-Changed-By: alexbl Responsible-Changed-When: Thu Oct 19 09:47:56 UTC 2006 Responsible-Changed-Why: Actuallity, since Python 2.4 is the default, a link is made to bin/python. When a non-default version is installed no link is made. This is the expected behavior, and so the best solution is the original patch supplied by the submitter. http://www.freebsd.org/cgi/query-pr.cgi?pr=104560 From owner-freebsd-python@FreeBSD.ORG Thu Oct 19 11:14:38 2006 Return-Path: X-Original-To: python@hub.freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1430516A403; Thu, 19 Oct 2006 11:14:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0628743D5C; Thu, 19 Oct 2006 11:14:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9JBEage028107; Thu, 19 Oct 2006 11:14:36 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9JBEacf028103; Thu, 19 Oct 2006 11:14:36 GMT (envelope-from pav) Date: Thu, 19 Oct 2006 11:14:36 GMT From: Pav Lucistnik Message-Id: <200610191114.k9JBEacf028103@freefall.freebsd.org> To: pav@FreeBSD.org, gnome@FreeBSD.org, python@FreeBSD.org Cc: Subject: Re: ports/104560: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 11:14:38 -0000 Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 Responsible-Changed-From-To: gnome->python Responsible-Changed-By: pav Responsible-Changed-When: Thu Oct 19 11:14:02 UTC 2006 Responsible-Changed-Why: Do I understand it correctly that when user installs _only_ python 2.5, he will get no python binary in path? Sounds like a seriously flawed approach. http://www.freebsd.org/cgi/query-pr.cgi?pr=104560 From owner-freebsd-python@FreeBSD.ORG Thu Oct 19 12:07:13 2006 Return-Path: X-Original-To: python@hub.freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 829A616A4C8; Thu, 19 Oct 2006 12:07:13 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C21C43DBD; Thu, 19 Oct 2006 12:06:08 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from freefall.freebsd.org (alexbl@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9JC68ud032382; Thu, 19 Oct 2006 12:06:08 GMT (envelope-from alexbl@freefall.freebsd.org) Received: (from alexbl@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9JC67B9032378; Thu, 19 Oct 2006 12:06:07 GMT (envelope-from alexbl) Date: Thu, 19 Oct 2006 12:06:07 GMT From: Alexander Botero-Lowry Message-Id: <200610191206.k9JC67B9032378@freefall.freebsd.org> To: alexbl@FreeBSD.org, python@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/104560: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 12:07:13 -0000 Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 Responsible-Changed-From-To: python->gnome Responsible-Changed-By: alexbl Responsible-Changed-When: Thu Oct 19 12:04:44 UTC 2006 Responsible-Changed-Why: That IS the case. It's the approach taken by most other parties. The default supported python is installed as python and other versions are installed by version. http://www.freebsd.org/cgi/query-pr.cgi?pr=104560 From owner-freebsd-python@FreeBSD.ORG Thu Oct 19 12:13:35 2006 Return-Path: X-Original-To: python@hub.freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF7A116A528; Thu, 19 Oct 2006 12:13:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D6043D8D; Thu, 19 Oct 2006 12:13:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9JCDTHM032981; Thu, 19 Oct 2006 12:13:29 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9JCDTXH032977; Thu, 19 Oct 2006 12:13:29 GMT (envelope-from pav) Date: Thu, 19 Oct 2006 12:13:29 GMT From: Pav Lucistnik Message-Id: <200610191213.k9JCDTXH032977@freefall.freebsd.org> To: pav@FreeBSD.org, gnome@FreeBSD.org, python@FreeBSD.org Cc: Subject: Re: ports/104560: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 12:13:35 -0000 Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 Responsible-Changed-From-To: gnome->python Responsible-Changed-By: pav Responsible-Changed-When: Thu Oct 19 12:12:23 UTC 2006 Responsible-Changed-Why: I don't know about 'most other parties', but in FreeBSD Ports Collection, all perl and java ports try hard to always provide a non-versioned binary to the user. Please reconsider your attitude here. http://www.freebsd.org/cgi/query-pr.cgi?pr=104560 From owner-freebsd-python@FreeBSD.ORG Thu Oct 19 17:42:18 2006 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4955B16A47B for ; Thu, 19 Oct 2006 17:42:18 +0000 (UTC) (envelope-from chinhngt@sectorb.msk.ru) Received: from hq.sectorb.msk.ru (petaflop.b.gz.ru [194.88.210.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D2B43E9D for ; Thu, 19 Oct 2006 17:40:12 +0000 (GMT) (envelope-from chinhngt@sectorb.msk.ru) Received: from it.local (it.local [172.16.20.8]) by hq.sectorb.msk.ru (Postfix) with ESMTP id 35E43331A for ; Thu, 19 Oct 2006 21:39:53 +0400 (MSD) Date: Thu, 19 Oct 2006 21:40:11 +0400 (MSD) From: Nguyen Tam Chinh X-X-Sender: chinhngt@it.hackers To: freebsd-python@freebsd.org Message-ID: <20061019213339.R953@it.hackers> X-Operating-System: FreeBSD 6-STABLE Keywords: 216091683 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Python memory allocator: Free memory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 17:42:18 -0000 Hello, I noticed that the free memory patch (http://sourceforge.net/tracker/index.php?func=detail&aid=1123430&group_id=5470&atid=305470) was included in Python-2.5 and it works well in Linux now. I built the Python-2.5 port today in FreeBSD (6.2-PRELENG, today ports tree) but the problem with free allocated memory still exist. Do you have any information about this case? ----- With best regards, | The Power to Serve Nguyen Tam Chinh | http://www.FreeBSD.org Loc: sp.cs.msu.su | From owner-freebsd-python@FreeBSD.ORG Fri Oct 20 02:50:31 2006 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99BC416A416; Fri, 20 Oct 2006 02:50:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E049843D45; Fri, 20 Oct 2006 02:50:30 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9K2oU2m069268; Fri, 20 Oct 2006 02:50:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9K2oULi069260; Fri, 20 Oct 2006 02:50:30 GMT (envelope-from edwin) Date: Fri, 20 Oct 2006 02:50:30 GMT From: Edwin Groothuis Message-Id: <200610200250.k9K2oULi069260@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/104597: [NEW PORT] devel/py-configobj: Read and write config file X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 02:50:31 -0000 Synopsis: [NEW PORT] devel/py-configobj: Read and write config file Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Oct 20 02:50:29 UTC 2006 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=104597 From owner-freebsd-python@FreeBSD.ORG Sat Oct 21 10:01:59 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7905416A494 for ; Sat, 21 Oct 2006 10:01:59 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C561943D79 for ; Sat, 21 Oct 2006 10:01:55 +0000 (GMT) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9LA1tN1051347 for ; Sat, 21 Oct 2006 10:01:55 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9LA1tRm051346; Sat, 21 Oct 2006 10:01:55 GMT (envelope-from fenner+portsurvey) Date: Sat, 21 Oct 2006 10:01:55 GMT Message-Id: <200610211001.k9LA1tRm051346@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: python@freebsd.org Cc: Subject: FreeBSD ports: 1 unfetchable distfile: lang/python22 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 10:01:59 -0000 Dear python@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/python@freebsd.org.html and correct the problems listed there? The individual port with a problem is lang/python22. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-python@FreeBSD.ORG Sat Oct 21 14:43:14 2006 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61DF216A4A0 for ; Sat, 21 Oct 2006 14:43:14 +0000 (UTC) (envelope-from hyeshik@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D5B43D62 for ; Sat, 21 Oct 2006 14:43:07 +0000 (GMT) (envelope-from hyeshik@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so857776uge for ; Sat, 21 Oct 2006 07:43:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ie4U9eEujB3OnGK/QibmCnkQJWTLl32Zm3fSh49HRJqhnDtDpb6L+aq38Owjdcmdiw2J9cVia/lsGeBFrb1F3jwHKOEnpWXd/LnH62IjNUpH8exiPxAQXOSnJqGQ+dg32OgXOYFhrc+lAc3C9daKUEHjOGUuVjRyiHJ18RFcEiI= Received: by 10.66.220.17 with SMTP id s17mr3857262ugg; Sat, 21 Oct 2006 07:43:06 -0700 (PDT) Received: by 10.67.40.18 with HTTP; Sat, 21 Oct 2006 07:43:06 -0700 (PDT) Message-ID: <4f0b69dc0610210743m56a9dd6bg4c22d0fa978614a7@mail.gmail.com> Date: Sat, 21 Oct 2006 23:43:06 +0900 From: "Hye-Shik Chang" To: "Nguyen Tam Chinh" In-Reply-To: <20061019213339.R953@it.hackers> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061019213339.R953@it.hackers> Cc: freebsd-python@freebsd.org Subject: Re: Python memory allocator: Free memory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 14:43:14 -0000 On 10/20/06, Nguyen Tam Chinh wrote: > Hello, > > I noticed that the free memory patch > (http://sourceforge.net/tracker/index.php?func=detail&aid=1123430&group_id=5470&atid=305470) > was included in Python-2.5 and it works well in Linux now. > I built the Python-2.5 port today in FreeBSD (6.2-PRELENG, today ports > tree) but the problem with free allocated memory still exist. > Do you have any information about this case? > That works on FreeBSD by default. But FreeBSD's malloc has its own cache system similar to the pymalloc and it may hold some amt of memory after it has been freed by pymalloc side. Try some more allocation and deallocations then you can notice that the arena-freeing malloc is working. Hye-Shik