You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing Symfony using turnkey-composer is failing - specifically symfony/apache-pack. I'm sure that using turnkey-composer in other php composer installs has worked ok!?
Initially I thought it might have been a squid (proxy) problem, but I tried clearing the squid cache and same result. It's reproducible on another TKLDev.
The issue is that it's timing out downloading the flex json file. The install works fine up until that point. Clearly that is a 404 download error, but it occurs consistently when using turnkey-composer. For some very strange and unknown reason, running composer as root (as per turnkeylinux-apps/symfony#20) works fine?!
The relevant part (end) of the build log:
root@tkldev .../products/symfony# make
[...]
+ chown -R www-data:www-data /var/www/symfony
+ cd /var/www/symfony
+ export COMPOSER_NO_INTERACTION=1
+ COMPOSER_NO_INTERACTION=1
+ turnkey-composer require symfony/apache-pack
In CurlDownloader.php line 623:
The "https://raw.githubusercontent.com/symfony/recipes/flex/main/index.json" file could not be downloaded (HTTP/2 404 )
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]
make: *** [/usr/share/fab/product.mk:577: build/stamps/root.patched] Error 255
Installing Symfony using
turnkey-composer
is failing - specificallysymfony/apache-pack
. I'm sure that usingturnkey-composer
in other php composer installs has worked ok!?Initially I thought it might have been a squid (proxy) problem, but I tried clearing the squid cache and same result. It's reproducible on another TKLDev.
The issue is that it's timing out downloading the flex json file. The install works fine up until that point. Clearly that is a 404 download error, but it occurs consistently when using
turnkey-composer
. For some very strange and unknown reason, running composer asroot
(as per turnkeylinux-apps/symfony#20) works fine?!The relevant part (end) of the build log:
turnkey-composer
at commite8332bd
symphony
at commit477e11d
The text was updated successfully, but these errors were encountered: