[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-11-03 Thread Stefan Krah
Stefan Krah added the comment: The buildbot runs as non-root, so it should reproduce this issue (but it's green). The original report was for 2.6/3.1, so I think closing this as out-of-date is reasonable. -- ___ Python tracker

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-11-03 Thread Éric Araujo
Éric Araujo added the comment: Hm, did I close this too hastily? The original report was not about the buildbot; does the buildbot run as a non-root user with the same version that was reported in the first message? If no, can someone try to reproduce the issue in the same conditions as the

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-11-03 Thread Éric Araujo
Éric Araujo added the comment: Buildbot passes, certainly thanks to the fix for #13307. -- assignee: tarek -> eric.araujo resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-10-31 Thread Stefan Krah
Stefan Krah added the comment: For the buildbot failures see #13307. I think that it's indeed a different issue, since AFAIK __pycache__ didn't exist when this one was opened. -- ___ Python tracker

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-10-31 Thread Éric Araujo
Éric Araujo added the comment: > Here's the error message: > error: File not found: > /tmp/tmpsga9lh/foo/build/bdist.linux-i686/rpm/BUILDROOT/foo-0.1-1.i386/usr/local/lib/python3.3/site-packages/foo.pyc Thanks. Some rpm tool is looking for byte-compiled files in the old location, but I’ve fi

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-10-30 Thread Charles-François Natali
Charles-François Natali added the comment: Here's the error message: """ error: File not found: /tmp/tmpsga9lh/foo/build/bdist.linux-i686/rpm/BUILDROOT/foo-0.1-1.i386/usr/local/lib/python3.3/site-packages/foo.pyc error: File not found: /tmp/tmpsga9lh/foo/build/bdist.linux-i686/rpm/BUILDROOT/fo

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-10-17 Thread Roumen Petrov
Roumen Petrov added the comment: May be last report is not related to initial two years old . It seems to me it is introduced recently after some optimization related to creation of pyc files and this is not OpenSUSE related. -- nosy: +rpetrov ___

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-10-17 Thread Éric Araujo
Éric Araujo added the comment: The patch from #11599 should let us get the full error message, for a start. -- nosy: +eric.araujo ___ Python tracker ___ _

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-10-16 Thread Stefan Krah
Stefan Krah added the comment: I temporarily changed the Fedora bot to run Fedora-14-i386. The same failures can be observed: == ERROR: test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase) ---

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2011-06-26 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread M. Shuaib Khan
M. Shuaib Khan added the comment: I've already tried the removal of foo... directory. Failed. I think the following might be interesing... drw-rw-rw- 3 shuaib users 4096 2009-04-29 15:46 null Permissions for null/lib are as follows: drwxr-xr-x 3 shuaib users 4096 2009-04-29 15:46 lib --

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread Tarek Ziadé
Tarek Ziadé added the comment: Can you remove /var/tmp/foo-0.1-1-buildroot and try again ? if it fails, can you look at the permissions of /var/tmp/foo-0.1-1-buildroot/dev/null/lib -- ___ Python tracker __

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread M. Shuaib Khan
M. Shuaib Khan added the comment: drwxrwxrwt 5 root root 4096 2009-04-29 15:46 tmp And after a number of failed test runs... -rw-r--r-- 1 shuaib users 893 2009-04-29 16:01 rpm-tmp.11523 -rw-r--r-- 1 shuaib users 893 2009-04-29 16:01 rpm-tmp.11524 -rw-r--r-- 1 shuaib users 893 2009-04-29

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread Tarek Ziadé
Tarek Ziadé added the comment: can you tell me the owner and permission setttings for: - /var/tmp/rpm-tmp.* - /var/tmp (and if /var/tmp is a symklink, if it points to /tmp, and in that case the same info for /tmp) -- ___ Python tracker

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread M. Shuaib Khan
M. Shuaib Khan added the comment: Tried. Same failure. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread Tarek Ziadé
Tarek Ziadé added the comment: can you try to remove all /var/tmp/rpm-tmp.* directories and relaunch the tests as a simple user ? I would like to see if this problem doesn't occur because this temp directory was previously created by root. -- versions: +Python 2.7

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread M. Shuaib Khan
Changes by M. Shuaib Khan : Added file: http://bugs.python.org/file13812/rpm-tmp.15211 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread M. Shuaib Khan
Changes by M. Shuaib Khan : Added file: http://bugs.python.org/file13811/rpm-tmp.15210 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5875] test_distutils failing on OpenSUSE 10.3, Py3k

2009-04-29 Thread M. Shuaib Khan
New submission from M. Shuaib Khan : Hi, Running test_distutils as a non root user fails for me. Running it as a root user works. System information: uname -a Linux Matrix 2.6.22.5-31-default #1 SMP 2007/09/21 22:29:00 UTC i686 i686 i386 GNU/Linux ./python --version Python 3.1a2+ ==