This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Husio
Recipients Husio, eric.araujo, tarek
Date 2011-05-03.21:28:01
SpamBayes Score 4.780943e-07
Marked as misclassified No
Message-id <1304458084.66.0.88962395444.issue11991@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using Arch Linux, which instead of compress, provides symlink to gzip (AFAIK this will be replaced with xz). Because of that, instead of .Z extension, .gz is being used to create compressed file name.

$ ./python -m test test_distutils
[1/1] test_distutils
test test_distutils failed -- Traceback (most recent call last):
  File "/mnt/sda5/Projekty/cpython/Lib/distutils/tests/test_archive_util.py", line 165, in test_compress_deprecated
    self.assertTrue(os.path.exists(tarball))
AssertionError: False is not true

1 test failed:
    test_distutils
[1]    4874 exit 1     ./python -m test test_distutils
$ whereis compress
compress: /bin/compress /usr/share/man/man1/compress.1p.gz
$ file /bin/compress
/bin/compress: symbolic link to `gzip'
History
Date User Action Args
2011-05-03 21:28:04Husiosetrecipients: + Husio, tarek, eric.araujo
2011-05-03 21:28:04Husiosetmessageid: <1304458084.66.0.88962395444.issue11991@psf.upfronthosting.co.za>
2011-05-03 21:28:02Husiolinkissue11991 messages
2011-05-03 21:28:01Husiocreate