-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I've been installing IMI quite a bit lately in an isle.localdomain configuration, and recently I started getting this failure on every composer install
from the islandora_multi_importer directory.
- Installing google/apiclient-services (v0.19): Downloading (100%)
Failed to execute unzip -qq '/var/www/html/sites/all/modules/islandora/islandora_multi_importer/vendor/google/apiclient-services/c336dcad9cad2da3f837862ca3d2227c' -d '/var/www/html/sites/all/modules/islandora/islandora_multi_importer/vendor/composer/917d7788'
replace /var/www/html/sites/all/modules/islandora/islandora_multi_importer/vendor/composer/917d7788/googleapis-google-api-php-client-services-430b712/src/Google/Service/BigQueryDataTransfer.php? [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
It looks as though Google has a suggested fix for this (see the "replace /var/www..." prompt) but composer
doesn't have a -y
option so I can't easily opt for that suggestion. I'll trying running with a -n
option (no interaction) and see what happens.
Metadata
Metadata
Assignees
Labels
No labels