[issue4601] permissions errors with altinstall in 3.0

2008-12-08 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: My root umask = 0027 (hardened system), so the altinstall/install script don't manage umask parameter. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue4601] permissions errors with altinstall in 3.0

2008-12-08 Thread Leger
New submission from Leger <[EMAIL PROTECTED]>: Under Debian/Lenny, with Python3.0.final install from the tarball, any user can't import lib-dynload, launch IDLE ... but local root can do them. When I login in root and run "chmod -R o+rx /usr/lib/python3.0/*", users can

[issue4581] failed to import module from lib-dynload

2008-12-07 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: Ok Martin, I delete all source and /usr/lib/python3.0, restart from the tarball. I apply the patch dbm.diff (issue4581) and after : "configure --with-pydebug --with-doc-strings --enable-shared --enable-profiling --enable-ipv6 --with-threads

[issue4581] failed to import module from lib-dynload

2008-12-07 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: - "configure --with-pydebug --with-doc-strings --enable-shared --enable-profiling --enable-ipv6 --with-threads --with-tsc --prefix=/usr" - ">>> print(sys.exec_prefix) /usr/lib/python3.0" >>> print(sys.

[issue4581] failed to import module from lib-dynload

2008-12-07 Thread Leger
New submission from Leger <[EMAIL PROTECTED]>: I test PY3K.final under Debian/Lenny. - Install steps "Configure, make, make test, make install don't generate errors for the modules in "lib-dynload". - "/usr/lib/python3.0/lib-dynload", contain modules (time

[issue4483] Error to build _dbm module during make

2008-12-05 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: This patch resolve the problem. Evidence with "make test" : ... test_dbm test_dbm_dumb test_dbm_gnu test_dbm_ndbm ... Many thanks Skip. You can close this bug I think. ___ Python tracker <[EMAI

[issue4483] Error to build _dbm module during make

2008-12-03 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: I install the Python3.0 (final), the test make is the same and the result too. I join the output. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4483] Error to build _dbm module during make

2008-12-02 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: - Only the make generate last error sentence. - Debian/Lenny provide only "libgdbm-dev-1.8.3-3" provide : [EMAIL PROTECTED]:/install# ll /usr/lib/libgdbm.so* lrwxrwxrwx 1 root root16 2008-12-01 21:45 /usr/lib/libgdbm.so -&g

[issue4483] Error to build _dbm module during make

2008-12-02 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: Skip, Sorry for my mistake with dbm2.diff ;) >From the tar 3.0rc3 I apply the patch (dbm.diff). Configure ... and make. But the result is always wrong : "Failed to build these modules: _dbm" Bes

[issue4483] Error to build _dbm module during make

2008-12-02 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: I retest with light configure modification and dbm2.diff with file name "_dbmmodule.c" : "configure --with-pydebug --with-doc-strings --enable-shared --enable-profiling --enable-ipv6 --with-threads --with-tsc --prefix=/usr ; mak

[issue4483] Error to build _dbm module during make

2008-12-02 Thread Leger
Leger <[EMAIL PROTECTED]> added the comment: - I modify your dbm2.diff because the module name is "_dbmmodule.c" and not "dbmmodule.c". - Patching success - new test "configure ... ; make" and make stop with error : "... gcc -pthread -shared build/t

[issue4483] Error to build _dbm module during make

2008-12-01 Thread Leger
New submission from Leger <[EMAIL PROTECTED]>: Under Debian/Lenny/i486, I install python3.0rc3. After untar the Python3.0rc3 package, I replace in the configure "/usr/local" by "/usr". After I do : "configure --with-pydebug --with-doc-strings --enable-shared -