Arch Linux

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!
Tasklist

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
Task Type Bug Report
Category System
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.6 Widget
Due in Version Undecided
Due Date Undecided
Percent Complete 50%
Votes 0
Private No

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

Closed by  dorphell (dorphell)
Wednesday, 28 January 2004, 17:39 GMT
Reason for closing:  Fixed
Comment by dorphell (dorphell) - Tuesday, 27 January 2004, 21:46 GMT
humm.. Whoever owned python before me used:

make prefix=$startdir/pkg/usr install

to install python which is quite ugly. I'll change it to DESTDIR

thanks for the bug.
Comment by dorphell (dorphell) - Tuesday, 27 January 2004, 21:55 GMT
this might not have fixed it, it looks like the problem is in the configure script, let me know if this resurfaces..
Comment by Maik Jablonski (mjablonski) - Wednesday, 28 January 2004, 12:21 GMT
Now the traceback says:

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!
Comment by dorphell (dorphell) - Wednesday, 28 January 2004, 17:39 GMT
Good. will close this then.

Loading...