[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re : Re: python 2.6 lenny backport




On Do, 2010-12-09 at 18:50 +0100, Matthias Klose wrote:
> On 09.12.2010 10:16, abdeb@gmx.fr wrote:
> > hi,
> >
> > i need some help on python 2.6 lenny backport
> > maybe somebody can help me about symbols.
> >
> > i try to backport the python2.6 package on lenny and I have a problem with the libpython shlibs.
> >
> >
> > dpkg-gensymbols give me dependencies with the 2.6.6-6~bpo50+1 version.
> > how can i bypass this error
>
> I don't know. The init_* symbols are marked as optional because these modules
> can be built as builtins or extensions. I don't know why dpkg-gensymbols complains.
There is no thing such as "(optional)" according to deb-symbols(5), the
format is:
<symbol> <minimal version>[ <id of dependency template> ]


I remove the optional symbol from libpython.symbols

all is fine

the packages are done.


To resume :


python2.6 have :

a buid-depends on blt-dev(>= 2.4z) and

a build-conflicts on tcl8.3-dev, tk8.3-dev, tcl8.4-dev, tk8.4-dev


BUT


the lenny blt-dev package have a dependence on tk8.4-dev tk8.3-dev, tcl8.4-dev tcl8.3-dev

so I have backported the blt-dev package too (it depends on tk and tcl 8.5)


I backported the python-sphinx too (the documentation is not generated with the lenny version)


So all is on the mentors.debian.net


is it correct ?


Anthony



Reply to: