Re: Python2 vs Python3

2011-10-31 Thread Wayne Blaszczyk
Bruce, I've merged the latest changes into my own repository and I must say, the python stuff was a bit confusing. Below is the xml vs id vs html table: xml id html python.xml python3 python3.html python2.xml python python2.html Can we change the python.xml to python3.x

Re: vsftpd-2.3.4

2011-10-31 Thread Bruce Dubbs
Please post these to blfs-dev. sparklerchen wrote: > Hello~ > > Gots a "Unterminated `s' command" it's because command are missing one of > them (colons?). > > !P October 26th, 2011 > > o[bdubbs] - Updated to vsftpd-2.3.4. > > > > > > sed -i -e 's:#define VSF_SYSDEP_HAVE_LI

libmpeg2-0.5.1 Segmentation fault

2011-10-31 Thread Andrew Benton
Hello Although libmpeg2-0.5.1 compiles fine with gcc-4.6 it segfaults when I try to run anything linked to it. The solution is to edit libmpeg2/idct_mmx.c and change all the "static const" into just static: sed -i 's#static const#static#' libmpeg2/idct_mmx.c I found the solution in Mandriva's b

Re: Python2 vs Python3

2011-10-31 Thread Andrew Benton
On Mon, 31 Oct 2011 01:33:40 -0500 DJ Lucas wrote: > On 10/30/2011 04:55 PM, Andrew Benton wrote: > > With a lot of work it's possible to compile and install libxml2's > > python bindings into python3 but the effort was all in vain, they don't > > work as they use python 2 isms > Did you try usin

Re: Python2 vs Python3

2011-10-31 Thread DJ Lucas
On 10/30/2011 04:55 PM, Andrew Benton wrote: > With a lot of work it's possible to compile and install libxml2's > python bindings into python3 but the effort was all in vain, they don't > work as they use python 2 isms Did you try using 2to3 on them? It *seems* to work pretty well, and gives actu

Re: Python2 vs Python3

2011-10-31 Thread DJ Lucas
On 10/30/2011 02:03 PM, Bruce Dubbs wrote: > the book has 61 references to > Python in other packages and they all point to Python3. I need some > help in figuring out which are OK pointing to Python3 and which need to > be changed to Python2. The packages are listed below. I'd personally prefer