FS#414 - Reference to ArchBuild-System in Python-Package
Attached to Project:
Arch Linux
Opened by Maik Jablonski (mjablonski) - Tuesday, 27 January 2004, 20:03 GMT
Last edited by dorphell (dorphell) - Tuesday, 27 January 2004, 21:56 GMT
Opened by Maik Jablonski (mjablonski) - Tuesday, 27 January 2004, 20:03 GMT
Last edited by dorphell (dorphell) - Tuesday, 27 January 2004, 21:56 GMT
|
Details
I've just encountered a strange problem with
ArchLinux-Python-Package. I've just played around with a
Zope-Application which threw an exception (the exception
happens with a vanilla Python as well, it's not the
problem). But the traceback reads:
Exception in thread URLChecker: Traceback (most recent call last): File "/root/Arch.CVS/arch/build/devel/python/pkg/usr/lib/python2.3/threading.py", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ line 436, in __bootstrap There's a reference to the Arch-Build-System (underlined) in the python-package, which shouldn't be there IMHO. |
This task depends upon
make prefix=$startdir/pkg/usr install
to install python which is quite ugly. I'll change it to DESTDIR
thanks for the bug.
Exception in thread URLChecker:
Traceback (most recent call last):
File "/usr/lib/python2.3/threading.py", line 436, in __bootstrap
That's fine...:) Problem is solved, Python if fixed!!!
Thank you very much dorphell!