make not working because of composer #17

Closed
opened 2019-12-14 13:05:39 +01:00 by jusdepatate · 1 comment

Environment

  • GIST version or GIT commit: c9fee1ea42 (1.13.0)
  • PHP Version: 7.3.12-1+0~20191128.49+debian9~1.gbp24559b (from sury.org)
  • GIT version: 2.11.0
  • HTTPD (Nginx, Apache2): Apache2
  • DBMS (MySQL, SQLite, PostgreSQL): MySQL
  • OS: Debian 9.11

Description

make throws an error because of a strange composer error

Steps to reproduce

  1. Git Clone
  2. make

Observed Results

jusdepatate@beefstech:/var/www/gist$ sudo make
Updating application's dependencies
-----------------------------------

git pull origin master
From https://gitnet.fr/deblan/gist
 * branch            master     -> FETCH_HEAD
Already up-to-date.
mkdir -p data/git
mkdir -p data/cache
composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)


  [ErrorException]
  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?


update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...

Makefile:26: recipe for target 'update' failed
make: *** [update] Error 1

Expected Results

make working ?

## Environment * GIST version or GIT commit: c9fee1ea427b56ce918127ac9cf3e748ed41e14a (1.13.0) * PHP Version: 7.3.12-1+0~20191128.49+debian9~1.gbp24559b (from sury.org) * GIT version: 2.11.0 * HTTPD (Nginx, Apache2): Apache2 * DBMS (MySQL, SQLite, PostgreSQL): MySQL * OS: Debian 9.11 ## Description `make` throws an error because of a strange `composer` error ### Steps to reproduce 1. Git Clone 2. `make` #### Observed Results ``` jusdepatate@beefstech:/var/www/gist$ sudo make Updating application's dependencies ----------------------------------- git pull origin master From https://gitnet.fr/deblan/gist * branch master -> FETCH_HEAD Already up-to-date. mkdir -p data/git mkdir -p data/cache composer update Loading composer repositories with package information Updating dependencies (including require-dev) [ErrorException] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]... Makefile:26: recipe for target 'update' failed make: *** [update] Error 1 ``` #### Expected Results `make` working ?
Author
Solution: https://github.com/composer/composer/issues/7783#issuecomment-558167667
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: deblan/gist#17
No description provided.