Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zipball extract problem on mac #74

Open
rengaw83 opened this issue Jun 16, 2020 · 0 comments
Open

zipball extract problem on mac #74

rengaw83 opened this issue Jun 16, 2020 · 0 comments

Comments

@rengaw83
Copy link
Member

On a mac the extraction of a zip package (used by composer) fails:

Failed to execute (50) unzip -qq  'mksearch/public/typo3conf/ext/mksearch/b32d53b9011aaba3a906ac2a9aa4c60d' -d 'mksearch/vendor/composer/a527a523'

error:  cannot create mksearch/vendor/composer/a527a523/DMKEBUSINESSGMBH-typo3-mksearch-90c8418/tests/fixtures/txt/+.txt
        Illegal byte sequence

    The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
    Unzip with unzip command failed, falling back to ZipArchive class

zipinfo on a mac:

$ zipinfo -s DMKEBUSINESSGMBH-typo3-mksearch-v9.5.12-0-g01af9c6.zip | grep txt | grep fixtures                                                                
drwx---     0.0 fat        0 bx stor 20-May-13 10:30 DMKEBUSINESSGMBH-typo3-mksearch-01af9c6/tests/fixtures/txt/
-rw----     0.0 fat        9 tx stor 20-May-13 10:30 DMKEBUSINESSGMBH-typo3-mksearch-01af9c6/tests/fixtures/txt/+.txt

zipinfo on a ubuntu:

$ zipinfo -s DMKEBUSINESSGMBH-typo3-mksearch-v9.5.12-0-g01af9c6.zip | grep txt | grep fixtures                                                                
drwx---     0.0 fat        0 bx stor 20-May-13 10:30 DMKEBUSINESSGMBH-typo3-mksearch-01af9c6/tests/fixtures/txt/
-rw----     0.0 fat        9 tx stor 20-May-13 10:30 DMKEBUSINESSGMBH-typo3-mksearch-01af9c6/tests/fixtures/txt/ä.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant