Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
1c4523f0
Kaydet (Commit)
1c4523f0
authored
Ara 19, 2001
tarafından
Michael W. Hudson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More cygwin news. This section is getting a bit long. Oh well.
üst
500bd035
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
25 deletions
+43
-25
README
README
+43
-25
No files found.
README
Dosyayı görüntüle @
1c4523f0
...
...
@@ -418,52 +418,70 @@ Mac OS X 10: One of the regular expression tests fails
install a symlink in /usr/local/bin/python to the executable
deep down in the framework.
Cygwin: With recent (relative to the time of writing, 2001-12-11)
Cygwin installations, Python builds and passes all tests on
NT/2000 if the _socket module is linked statically. If the
_socket module is linked dynamically (the default), then
failures can occur under certain conditions related to fork().
This is a known Cygwin problem that may be resolved by rebasing
the necessary DLLs to prevent base address conflicts.
Cygwin: With recent (relative to the time of writing, 2001-12-19)
Cygwin installations, there are problems with the interaction
of dynamic linking and fork(). This manifests itself in build
failures during the execution of setup.py.
Threads support should still be disable due to a known bug in
Cygwin pthreads that causes test_threadedtempfile to hang.
There are two workarounds that both enable Python (albeit
without threading support) to build and pass all tests on
NT/2000 (and most likely XP as well, though reports of testing
on XP would be appreciated).
To workaround the above, run "./configure --with-threads=no" and
include any other options you need (--prefix, etc.). Then in
Modules/Setup uncomment the lines:
The workarounds:
(a) the band-aid fix is to link the _socket module statically
rather than dynamically (which is the default).
To do this, run "./configure --with-threads=no" including any
other options you need (--prefix, etc.). Then in Modules/Setup
uncomment the lines:
#SSL=/usr/local/ssl
#_socket socketmodule.c \
# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
# -L$(SSL)/lib -lssl -lcrypto
and remove "local/" from the SSL variable. And finally, just
run "make"!
and remove "local/" from the SSL variable. Finally, just run
"make"!
(b) The "proper" fix is to rebase the cygwin DLLs to prevent
base address conflicts. Details on how to do this can be
found in the following mail:
http://sources.redhat.com/ml/cygwin/2001-12/msg00894.html
It is hoped that a version of this solution will be
incorporated into the cygwin distribution fairly soon.
Two additional problems:
(1) Threading support should still be disabled due to a known
bug in Cygwin pthreads that causes test_threadedtempfile to
hang.
The _curses module does not build. This is an known Cygwi
n
ncurses problem that should be resolved the next time that this
package is released.
(2) The _curses module does not build. This is an know
n
Cygwin ncurses problem that should be resolved the next time
that this
package is released.
On older versions of Cygwin, test_poll may hang and test_strftime
may fail.
The situation on 9X/Me/XP is not accurately known at present.
However, it is expected that XP should be the same (or at least
very similar to) NT/2000. Some time ago, there were reports that
the following regression tests failed on 9X/Me:
The situation on 9X/Me is not accurately known at present.
Some time ago, there were reports that the following
regression tests failed:
test_pwd
test_select (hang)
test_socket
Due to the test_select hang on 9X/Me, one should run the
regression
test using the following:
Due to the test_select hang on 9X/Me, one should run the
regression
test using the following:
make TESTOPTS='-l -x test_select' test
News regarding these platforms with more recent Cygwin
verions would
be appreciated!
News regarding these platforms with more recent Cygwin
versions would
be appreciated!
Configuring threads
-------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment