Bug 148651

Summary: [PATCH] Apply vendor revision 1605 for www/mod_wsgi3
Product: Ports & Packages Reporter: Xin LI <delphij>
Component: Individual Port(s)Assignee: Xin LI <delphij>
Status: Closed FIXED    
Severity: Affects Only Me CC: douglas
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mod_wsgi3.diff none

Description Xin LI freebsd_committer freebsd_triage 2010-07-15 20:40:01 UTC
	With newer Python version, mod_wsgi gives error messages like this:

[error] Exception KeyError: KeyError(139934492751712,) in <module 'threading' from '/usr/local/lib/python2.6/threading.pyc'> ignored

	While it by itself harmless, it's very annoying.

Fix: This is a backport for svn revision 1605.

	Vendor issue ticket #197

	http://code.google.com/p/modwsgi/issues/detail?id=197
How-To-Repeat: 	Install mod_wsgi3 with Python 2.6.5 (latest version in ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-15 20:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-15 20:40:15 UTC
Maintainer of www/mod_wsgi3,

Please note that PR ports/148651 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148651

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-15 20:40:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Douglas Thrift 2010-07-15 23:09:12 UTC
Looks good. I approve.
-- 
Douglas William Thrift
<douglas@douglasthrift.net>
<http://douglasthrift.net/>

On 07/15/10 12:40, Edwin Groothuis wrote:
> Maintainer of www/mod_wsgi3,
> 
> Please note that PR ports/148651 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148651
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-07-15 23:29:55 UTC
delphij     2010-07-15 22:29:47 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_wsgi3        Makefile 
  Added files:
    www/mod_wsgi3/files  patch-mod_wsgi.c 
  Log:
  Apply a vendor fix to mod_wsgi ticket 197.
  
  With newer Python version, mod_wsgi gives error messages like this:
  
  [error] Exception KeyError: KeyError(139934492751712,) in <module
  'threading' from '/usr/local/lib/python2.6/threading.pyc'> ignored
  
  This is a backport for svn revision 1605.
  
  PR:             ports/148651
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.17      +1 -0      ports/www/mod_wsgi3/Makefile
  1.4       +29 -0     ports/www/mod_wsgi3/files/patch-mod_wsgi.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Xin LI freebsd_committer freebsd_triage 2010-07-15 23:30:02 UTC
State Changed
From-To: feedback->closed

Committed after maintainer approval. 


Comment 7 Xin LI freebsd_committer freebsd_triage 2010-07-15 23:30:02 UTC
Responsible Changed
From-To: apache->delphij

My PR.