I agree. http://repo.or.cz/w/opensync/opensync-cdf.git shows more fixes done in June 2012, especially to get rid of a memory leak.
Regards, Norbert Am 11.05.2013 um 07:26 schrieb "Daniel Macks" <[email protected]>: > Great detective work! Looks like there are multiple problems in the current > version and it's not clear what the "best" (upstream, ideally) solution is. > But also, it's a painful packaging situation (for fink) to have one specific > python-version's bindings in the same .info as the library itself, so I just > disabled them for now (0.39-4, coming soon via selfupdate). If someone wants > them, would be easy enough to put together a separate .info that just does > them (for any python variants of interest). > dan > > On Sat, 11 May 2013 06:32:55 +0200, Norbert Klisch <[email protected]> > wrote: > Thanks for the reply, >> >> In addition I found the following reference on the web concerning the issue: >> http://old.nabble.com/python-warning%3A-%27set%27-conflicts-with-a-built-in-name-td33960637.html >> >> Regards, >> Norbert >> >> Am 11.05.2013 um 03:56 schrieb Alexander Hansen >> <[email protected]>: >> >>> On 5/10/13 9:00 AM, Norbert Klisch wrote: >>>> Hi, >>>>>> I get an make error for libopensync1-shlibs-0.39-3 and afterwards >>>> make stops: >>>>>> /sw/src/fink.build/libopensync1-shlibs-0.39-3/libopensync-0.39/wrapper/opensync-error.i:51: >>>> Warning 321: 'set' conflicts with a built-in name in python >>>> make[2]: *** [wrapper/opensyncPYTHON_wrap.c] Error 1 >>>> make[1]: *** [wrapper/CMakeFiles/_opensync.dir/all] Error 2 >>>> make: *** [all] Error 2 >>>>>> This happens when installing the bundle for kde. My environment is: >>>>>> Package manager version: 0.34.8 >>>> Distribution version: selfupdate-rsync Fri May 10 07:08:33 2013, 10.5, >>>> powerpc >>>> Trees: local/main stable/main stable/crypto unstable/crypto unstable/main >>>> Xcode.app: 3.1.4 >>>> Xcode command-line tools: 3.1.4 >>>> Max. Fink build jobs: 1 >>>>>> The problem can be fixed by changing the definition of the function >>>> in opensync-error.i in line 51 from >>>>>> void set(ErrorType type, const char *msg) { >>>> osync_error_set(&self, type, "%s", msg); >>>> } >>>>>> to >>>>>> void set_error(ErrorType type, const char *msg) { >>>> osync_error_set(&self, type, "%s", msg); >>>> } >>>>>> This seems to be done in newer versions of the file. >> >> best regards, >>>> Norbert >>>>>>>>>> Thanks for the report (and sorry for the late reply). > > I don't >>>>>>>>>> personally have access to anything other than 10.8 currently, and >>>>>>>>>> the package doesn't build yet on 10.8, but hopefully one of our >>>>>>>>>> developers who has access to a 10.6 platform will be able to confirm >>>>>>>>>> the problem and your fix. > > -- > Alexander Hansen, Ph.D. > Fink >>>>>>>>>> User Liaison >>> My package updates: http://finkakh.wordpress.com/ >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and their >> applications. This 200-page book is written by three acclaimed leaders in >> the field. The early access version is available now. Download your free >> book today! http://p.sf.net/sfu/neotech_d2d_may >> _______________________________________________ >> Fink-users mailing list >> [email protected] >> List archive: >> http://news.gmane.org/gmane.os.macosx.fink.user >> Subscription management: >> https://lists.sourceforge.net/lists/listinfo/fink-users >> >> > > -- > Daniel Macks > [email protected] > > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
