Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367739 - app-pda/libopensync-plugin-google-calendar removal request (was: prepare to use xml.use_pyxml())
Summary: app-pda/libopensync-plugin-google-calendar removal request (was: prepare to u...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Ryan Hill (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 354423 xml.use_pyxml
  Show dependency tree
 
Reported: 2011-05-17 17:10 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2012-05-16 01:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-05-17 17:10:17 UTC
This package specifies dependency on dev-python/pyxml.

Please test this package with dev-lang/python-2.7.1-r2:2.7 or >=dev-lang/python-2.7.2_pre20110515:2.7, which require explicit calling of xml.use_pyxml() before using PyXML.

If this package actually needs PyXML, then modify all modules/scripts of this package, which import xml module. The following code should be added before first import of anything from xml module:

import xml
if hasattr(xml, "use_pyxml"):
    xml.use_pyxml()

This code works with previous versions of Python, so no changes in dependencies are needed.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-03-08 07:29:16 UTC
dirtyepic, any objections on lastriting this single plug-in for bug 367729?

the workaround proposed by Arfrever there is retarded and I honestly don't see this getting fixed anytime soon, knowing the opensync upstream status.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2012-04-07 13:30:11 UTC
Please lastrite all of opensync.  I have even less time to work on it now than before.  You can do the I-told-you-so dance if you like.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-04-07 15:21:50 UTC
(In reply to comment #2)
> Please lastrite all of opensync.  

I wouldn't go that far myself since you did pretty decent job with cleaning the status earlier.

> I have even less time to work on it now than before.  You can do the 
> I-told-you-so dance if you like.

If it's okay I'd just like to get rid of this single plug-in and not go futher yet. 
Putting my pda@ hat on, you can dump the opensync packages back to the herd if you wish -- we will try to keep alive what we can.
Comment 4 Pacho Ramos gentoo-dev 2012-04-07 15:24:51 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Please lastrite all of opensync.  
> 
> I wouldn't go that far myself since you did pretty decent job with cleaning
> the status earlier.
> 
> > I have even less time to work on it now than before.  You can do the 
> > I-told-you-so dance if you like.
> 
> If it's okay I'd just like to get rid of this single plug-in and not go
> futher yet. 
> Putting my pda@ hat on, you can dump the opensync packages back to the herd
> if you wish -- we will try to keep alive what we can.

Please don't forget to mailing gentoo-dev ML asking for help, I would also try to blog about this as maybe some users volunteers to help with it
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2012-04-07 15:31:04 UTC
Will do.
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2012-05-16 01:19:59 UTC
dropped this single plug-in