Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
|
DetailsI'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!