From owner-freebsd-ports@FreeBSD.ORG Wed May 6 11:54:43 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E81E01065686; Wed, 6 May 2009 11:54:42 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id 96B7F8FC08; Wed, 6 May 2009 11:54:42 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao104.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090506115443.TUIN21654.eastrmmtao104.cox.net@eastrmimpo02.cox.net>; Wed, 6 May 2009 07:54:43 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo02.cox.net with bizsmtp id oBuh1b0063JFCbG02BuhKj; Wed, 06 May 2009 07:54:41 -0400 X-Authority-Analysis: v=1.0 c=1 a=qBGv2_X-3NAA:10 a=whp6VJoC8ycA:10 a=6I5d2MoRAAAA:8 a=3fyaaF4VAAAA:8 a=kviXuzpPAAAA:8 a=FDTT2y4F_y5auNfAkTsA:9 a=shmOP3zyh0MROiiWk2cA:7 a=znLzJQilwd7GIvOq8KQN1BMz3tkA:4 a=SV7veod9ZcQA:10 a=UgvI5mY6lN8A:10 a=wD7v0anZblUA:10 a=4vB-4DCPJfMA:10 X-CM-Score: 0.00 Date: Wed, 06 May 2009 06:56:03 -0500 To: "Martin Wilke" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <20090506090500.GB1578@bsdcrew.de> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20090506090500.GB1578@bsdcrew.de> User-Agent: Opera Mail/9.64 (Linux) Cc: ports@freebsd.org, python@freebsd.org Subject: Re: [makc@issp.ac.ru: [kde-freebsd] request for test: printer-applet, system-config-printer-kde] 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: Wed, 06 May 2009 11:54:43 -0000 On Wed, 06 May 2009 04:05:00 -0500, Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > forward to ports@ and python@ > > - ----- Forwarded message from Max Brazhnikov ----- > > Date: Wed, 6 May 2009 12:15:39 +0400 > From: Max Brazhnikov > To: kde-freebsd@kde.org > Subject: [kde-freebsd] request for test: printer-applet, > system-config-printer-kde > User-Agent: KMail/1.11.2 (FreeBSD/7.2-PRERELEASE; KDE/4.2.2; i386; ; ) > List-Id: > X-Spam-Status: No, score=-6.4 required=5.0 > tests=AWL,BAYES_00,HTML_MESSAGE, > RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.2.5 > > Hi, > > KDE 4.2.3 will be released tomorrow and we are almost ready to update > our kde4 > ports. With this update I'd like to introduce a few new ports: > devel/kdebindings-python* > print/kdeutils4-printer-applet > print/system-config-printer-kde. > > I've tested them quickly with virtual cups-pdf printer, they seems to be > more > or less usable. > > Known issues: > 1) python scriptengine for Plasma is disabled in kdebase4-workspace > currently, > so still no support for python based plasmoids. There is no problem to > enable > it, however I'd like to not bloat workspace dependencies with > pyqt4/pykde4 > stuff now and prefer to make separate ports for python scriptengine > later. > > 2) system-config-printer fails on *.UTF-8 locales, the problem however > seems to be python related: > > ~> python /usr/local/kde4/bin/system-config-printer-kde > Traceback (most recent call last): > File "/usr/local/kde4/bin/system-config-printer-kde", line 3249, in > > applet = GUI() > File "/usr/local/kde4/bin/system-config-printer-kde", line 178, in > __init__ > self.populateList(start_printer, change_ppd) > File "/usr/local/kde4/bin/system-config-printer-kde", line 342, in > populateList > self.printers = cupshelpers.getPrinters(self.cups) > File > "/usr/local/lib/python2.5/site-packages/cupshelpers/cupshelpers.py", > line 435, in getPrinters > printer = Printer(name, connection, **printer) > File > "/usr/local/lib/python2.5/site-packages/cupshelpers/cupshelpers.py", > line 40, in __init__ > self.update (**kw) > File > "/usr/local/lib/python2.5/site-packages/cupshelpers/cupshelpers.py", > line 88, in update > self._expand_flags() > File > "/usr/local/lib/python2.5/site-packages/cupshelpers/cupshelpers.py", > line 68, in _expand_flags > locale.setlocale (locale.LC_CTYPE, current_ctype) > File "/usr/local/lib/python2.5/locale.py", line 478, in setlocale > return _setlocale(category, locale) > locale.Error: unsupported locale setting > > I haven't looked further, so any clue welcome. It's a very common problem. I never understand why this is issue for FreeBSD. Well, actually, I never really dig in this issue deeper. We have to create many patches in ports tree to remove locale stuff. You can check in net-p2p/deluge/files/patch-deluge_core_core.py for an example. OT: I am planning to check in your gecko TODO sometimes and will give you some suggests of what I was planned to do with gecko. Also, will give some good URLs that I saved somewhere in my HDD. Cheers, Mezz > Thanks, > Max > > _______________________________________________ > kde-freebsd mailing list > kde-freebsd@kde.org > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information > > > - ----- End forwarded message ----- > > - -- > > +-----------------------+-------------------------------+ > | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | > | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | > +-----------------------+-------------------------------+ > | Mess with the Best, Die like the Rest! | > +-----------------------+-------------------------------+ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (FreeBSD) > > iEYEARECAAYFAkoBUrsACgkQdLJIhLHm/Om6KQCfctaBBUav3Qyd0zqvWcPiliA6 > l2kAnjRjtjw4m8zTPkwu7aUIemyVCMT2 > =wrvK > -----END PGP SIGNATURE----- -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org