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

Bug#204728: example



At Sun, 10 Aug 2003 11:25:10 +0200,
Matthias Klose wrote:
> in python/Modules/posixmodule.c:1945 utimes is called with the correct
> arguments. looking at the strace, I see:
> 
> utime("build/lib/foo.py", [1970/01/01-01:00:01, 1970/01/01-01:00:01]) = 0
> 
> called by glibc's utimes wrapper. avoiding the use of utimes and
> directly calling utime is ok.

Is this problem occured only on your new python package?

	air:~/bugs/204728> uname -a
	Linux air 2.6.0-0-test2-4-mm2 #1 SMP Sat Aug 2 19:02:40 JST 2003 i686 GNU/Linux
	air:~/bugs/204728> dpkg -s libc6 | grep Version:
	Version: 2.3.2-2
	air:~/bugs/204728> dpkg -s python2.3 | grep Version:
	Version: 2.3-4
	air:~/bugs/204728> dpkg -s python2.3-dev | grep Version:
	Version: 2.3-4
	air:~/bugs/204728> python2.3 setup.py build
	running build
	running build_py
	creating build
	creating build/lib
	copying foo.py -> build/lib
	air:~/bugs/204728> ls -l build/lib
	total 4
	-rw-r--r--    1 gotom    gotom          24 Aug 15 09:32 foo.py

BTW, I couldn't find python2.3 at
http://ftp-master.debian.org/~doko/python/.

Is this bug still alive?

Regards,
-- gotom



Reply to: