pkgsrc-Bugs archive

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

Re: pkg/46480: textproc/py-cElementTree fails to patch using lang/python27/patches/



The following reply was made to PR pkg/46480; it has been noted by GNATS.

From: Sergey Litvinov <slitvinov%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/46480: textproc/py-cElementTree fails to patch using 
lang/python27/patches/
Date: Tue, 29 May 2012 15:19:12 +0200

 > =A0 =A0 113 =A0 =A0 =A0if prefix is None:
 > =A0 =A0 114 =A0 =A0 =A0 =A0 =A0prefix =3D plat_specific and EXEC_PREFIX o=
 r PREFIX
 > =A0 =A0 115
 > =A0 =A0 116 =A0 =A0 =A0if os.name =3D=3D "posix":
 > =A0 =A0 117 =A0 =A0 =A0 =A0 =A0libpython =3D os.path.join(prefix,
 > =A0 =A0 118 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
 =A0 =A0 "lib", "python" + get_python_version())
 > =A0 =A0 119 =A0 =A0 =A0 =A0 =A0if standard_lib:
 > =A0 =A0 120 =A0 =A0 =A0 =A0 =A0 =A0 =A0return libpython
 > =A0 =A0 121 =A0 =A0 =A0 =A0 =A0else:
 > =A0 =A0 122 =A0 =A0 =A0 =A0 =A0 =A0 =A0return os.path.join(libpython, "si=
 te-packages")
 >
 > =A0I cannot find the "64" after "lib" (line 118).
 >
 
 I have found that modules from system python2.7 were used. I fixed it
 here and textproc/py-cElementTree builds fine now. Thanks.
 


Home | Main Index | Thread Index | Old Index