Composer warnings on case insensitive filesystem

Issue #16 resolved
Former user created an issue

Hi,

when I install the extension, composer gives me a warning, that certain files could not be extracted due to identical filenames.

The installation works fine, though. So I'm not sure if this is really a problem.

Failed to extract nng/nnrestapi: (1) '/usr/bin/unzip' -qq '/var/www/html/vendor/composer/tmp-6c9eaf33e09eec32757223fa950e4b78.zip' -d '/var/www/html/vendor/composer/98947a1a'

replace /var/www/html/vendor/composer/98947a1a/99grad-team-nnrestapi-8ecc7f032211/Documentation/index.rst? [y]es, [n]o, [A]ll, [N]one, [r]ename:  NULL
(EOF or read error, treating as "[N]one" ...)

    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

Comments (2)

  1. David Bascom

    Sounds as if there are two index-files in the archive - one with capital I and one with small i.

    Thanks for reporting - we‘ll check this.

  2. Log in to comment