[GH-ISSUE #113] Unable to install #88

Closed
opened 2026-02-26 09:35:45 +03:00 by kerem · 3 comments
Owner

Originally created by @smmalloy on GitHub (Aug 13, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/113

When I try to install, it does the following:

root@Server:/usr/local/vimbadmin# composer install
Loading composer repositorInstalling dependencies (including require-dev) - Installing zendframework/zendframework1 (dev-master f7a5fd3)
Cloning f7a5fd3c2b1b3a32a2c0caceccfbac4ca2823e60
Failed to download zendframework/zendframework1 from source: The process "git clone --no-checkout 'git://github.com/zendframework/zf1.git' '/usr/local/vimbadmin/vendor/zendframework/zendframework1' && cd '/usr/local/vimbadmin/vendor/zendframework/zendframework1' && git remote add composer 'git://github.com/zendframework/zf1.git' && git fetch composer" exceeded the timeout of 300 seconds.
Now trying to download from dist

  • Installing zendframework/zendframework1 (dev-master f7a5fd3)
    Loading from cache

  • Installing opensolutions/oss-framework (dev-master 6bf6a8f)
    Cloning 6bf6a8fe4377dc11571c3e75f38e93324cfe9716

  • Installing opensolutions/minify (1.0.0)
    Loading from cache

  • Installing doctrine/collections (dev-master 432240f)
    Cloning 432240f56fbc9a811dbf1ff8a45c1a1047ba1c0a

  • Installing doctrine/lexer (dev-master db77c80)
    Cloning db77c80d33d72e33a62b80581e9d150af85de556

  • Installing doctrine/annotations (dev-master e93f3b7)
    Cloning e93f3b718c421daddff58c4a4af1aee574472cd6
    Failed to download doctrine/annotations from source: The process "git clone --no-checkout 'git://github.com/doctrine/annotations.git' '/usr/local/vimbadmin/vendor/doctrine/annotations' && cd '/usr/local/vimbadmin/vendor/doctrine/annotations' && git remote add composer 'git://github.com/doctrine/annotations.git' && git fetch composer" exceeded the timeout of 300 seconds.
    Now trying to download from dist

  • Installing doctrine/annotations (dev-master e93f3b7)
    Downloading: 100%
    Downloading: 100%
    Downloading: 100%

    [Composer\Downloader\TransportException]
    The "https://api.github.com/repos/doctrine/annotations/zipball/e93f3b718c421
    daddff58c4a4af1aee574472cd6" file could not be written to /usr/local/vimbadm
    in/vendor/doctrine/annotations/312a9ac364c6519a246ce34360c808b6: failed to o
    pen stream: No such file or directory

Originally created by @smmalloy on GitHub (Aug 13, 2014). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/113 When I try to install, it does the following: root@Server:/usr/local/vimbadmin# composer install Loading composer repositorInstalling dependencies (including require-dev) - Installing zendframework/zendframework1 (dev-master f7a5fd3) Cloning f7a5fd3c2b1b3a32a2c0caceccfbac4ca2823e60 Failed to download zendframework/zendframework1 from source: The process "git clone --no-checkout 'git://github.com/zendframework/zf1.git' '/usr/local/vimbadmin/vendor/zendframework/zendframework1' && cd '/usr/local/vimbadmin/vendor/zendframework/zendframework1' && git remote add composer 'git://github.com/zendframework/zf1.git' && git fetch composer" exceeded the timeout of 300 seconds. Now trying to download from dist - Installing zendframework/zendframework1 (dev-master f7a5fd3) Loading from cache - Installing opensolutions/oss-framework (dev-master 6bf6a8f) Cloning 6bf6a8fe4377dc11571c3e75f38e93324cfe9716 - Installing opensolutions/minify (1.0.0) Loading from cache - Installing doctrine/collections (dev-master 432240f) Cloning 432240f56fbc9a811dbf1ff8a45c1a1047ba1c0a - Installing doctrine/lexer (dev-master db77c80) Cloning db77c80d33d72e33a62b80581e9d150af85de556 - Installing doctrine/annotations (dev-master e93f3b7) Cloning e93f3b718c421daddff58c4a4af1aee574472cd6 Failed to download doctrine/annotations from source: The process "git clone --no-checkout 'git://github.com/doctrine/annotations.git' '/usr/local/vimbadmin/vendor/doctrine/annotations' && cd '/usr/local/vimbadmin/vendor/doctrine/annotations' && git remote add composer 'git://github.com/doctrine/annotations.git' && git fetch composer" exceeded the timeout of 300 seconds. Now trying to download from dist - Installing doctrine/annotations (dev-master e93f3b7) Downloading: 100% Downloading: 100% Downloading: 100% [Composer\Downloader\TransportException] The "https://api.github.com/repos/doctrine/annotations/zipball/e93f3b718c421 daddff58c4a4af1aee574472cd6" file could not be written to /usr/local/vimbadm in/vendor/doctrine/annotations/312a9ac364c6519a246ce34360c808b6: failed to o pen stream: No such file or directory
kerem closed this issue 2026-02-26 09:35:46 +03:00
Author
Owner

@barryo commented on GitHub (Aug 14, 2014):

Looks like a network / Github / local issue. Suggest you start over.

<!-- gh-comment-id:52148834 --> @barryo commented on GitHub (Aug 14, 2014): Looks like a network / Github / local issue. Suggest you start over.
Author
Owner

@smmalloy commented on GitHub (Aug 14, 2014):

I beleive that there is an issue with the software. I appear to not be the only 1 with this issue. Just to dobule check my theeroy, I have tried installing on another server. Same issue!

<!-- gh-comment-id:52153492 --> @smmalloy commented on GitHub (Aug 14, 2014): I beleive that there is an issue with the software. I appear to not be the only 1 with this issue. Just to dobule check my theeroy, I have tried installing on another server. Same issue!
Author
Owner

@barryo commented on GitHub (Aug 14, 2014):

Hi @smmalloy - there's no issue. I just did a test install and it worked without issue:

barryo@mac1:~/tmp $ export INSTALL_PATH=/Users/barryo/tmp/smmalloy
barryo@mac1:~/tmp $ composer create-project opensolutions/vimbadmin $INSTALL_PATH -s dev
Installing opensolutions/vimbadmin (dev-master 4552266adc1b09566cff53b572c1bb4fb4fcdbd2)
  - Installing opensolutions/vimbadmin (dev-master master)
    Cloning master

Created project in /Users/barryo/tmp/smmalloy
Loading composer repositories with package information
Installing dependencies (including require-dev)
  - Installing zendframework/zendframework1 (dev-master f7a5fd3)
    Cloning f7a5fd3c2b1b3a32a2c0caceccfbac4ca2823e60

  - Installing opensolutions/oss-framework (dev-master 6bf6a8f)
    Cloning 6bf6a8fe4377dc11571c3e75f38e93324cfe9716

  - Installing opensolutions/minify (1.0.0)
    Loading from cache

  - Installing doctrine/collections (dev-master 432240f)
    Cloning 432240f56fbc9a811dbf1ff8a45c1a1047ba1c0a

  - Installing doctrine/lexer (dev-master db77c80)
    Cloning db77c80d33d72e33a62b80581e9d150af85de556

  - Installing doctrine/annotations (dev-master e93f3b7)
    Cloning e93f3b718c421daddff58c4a4af1aee574472cd6

  - Installing doctrine/cache (dev-master 72121e6)
    Cloning 72121e68265cd8b37f9b69778308251f6c5133e4

  - Installing doctrine/inflector (dev-master 64de2fe)
    Cloning 64de2fe36d578c5d5f3807ac7984547bbba5f7c5

  - Installing doctrine/common (2.4.x-dev ae92d07)
    Cloning ae92d076442e27b6910dd86a1292a8867cf5cfe4

  - Installing doctrine/dbal (dev-master 83f92c3)
    Cloning 83f92c3f28e927917ddcb7cf214ce99c0b72004b

  - Installing symfony/console (dev-master 0c91f33)
    Cloning 0c91f3355f251dc2ac15d9f9c5e04c014c9b729e

  - Installing doctrine/orm (dev-master 6ac19b0)
    Cloning 6ac19b04bfbd7a97aad5ed8c2abd6279ff5e0022

  - Installing smarty/smarty (3.1.18)
    Loading from cache

  - Installing komola/bootstrap-zend-framework (dev-master f81b60c)
    Cloning f81b60c1f477f4fbe4266b6d811a3eff9491f285

symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)
symfony/console suggests installing symfony/process ()
doctrine/orm suggests installing symfony/yaml (If you want to use YAML Metadata Mapping Driver)
Writing lock file
Generating autoload files
Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?
barryo@mac1:~/tmp $
<!-- gh-comment-id:52154879 --> @barryo commented on GitHub (Aug 14, 2014): Hi @smmalloy - there's no issue. I just did a test install and it worked without issue: ``` sh barryo@mac1:~/tmp $ export INSTALL_PATH=/Users/barryo/tmp/smmalloy barryo@mac1:~/tmp $ composer create-project opensolutions/vimbadmin $INSTALL_PATH -s dev Installing opensolutions/vimbadmin (dev-master 4552266adc1b09566cff53b572c1bb4fb4fcdbd2) - Installing opensolutions/vimbadmin (dev-master master) Cloning master Created project in /Users/barryo/tmp/smmalloy Loading composer repositories with package information Installing dependencies (including require-dev) - Installing zendframework/zendframework1 (dev-master f7a5fd3) Cloning f7a5fd3c2b1b3a32a2c0caceccfbac4ca2823e60 - Installing opensolutions/oss-framework (dev-master 6bf6a8f) Cloning 6bf6a8fe4377dc11571c3e75f38e93324cfe9716 - Installing opensolutions/minify (1.0.0) Loading from cache - Installing doctrine/collections (dev-master 432240f) Cloning 432240f56fbc9a811dbf1ff8a45c1a1047ba1c0a - Installing doctrine/lexer (dev-master db77c80) Cloning db77c80d33d72e33a62b80581e9d150af85de556 - Installing doctrine/annotations (dev-master e93f3b7) Cloning e93f3b718c421daddff58c4a4af1aee574472cd6 - Installing doctrine/cache (dev-master 72121e6) Cloning 72121e68265cd8b37f9b69778308251f6c5133e4 - Installing doctrine/inflector (dev-master 64de2fe) Cloning 64de2fe36d578c5d5f3807ac7984547bbba5f7c5 - Installing doctrine/common (2.4.x-dev ae92d07) Cloning ae92d076442e27b6910dd86a1292a8867cf5cfe4 - Installing doctrine/dbal (dev-master 83f92c3) Cloning 83f92c3f28e927917ddcb7cf214ce99c0b72004b - Installing symfony/console (dev-master 0c91f33) Cloning 0c91f3355f251dc2ac15d9f9c5e04c014c9b729e - Installing doctrine/orm (dev-master 6ac19b0) Cloning 6ac19b04bfbd7a97aad5ed8c2abd6279ff5e0022 - Installing smarty/smarty (3.1.18) Loading from cache - Installing komola/bootstrap-zend-framework (dev-master f81b60c) Cloning f81b60c1f477f4fbe4266b6d811a3eff9491f285 symfony/console suggests installing symfony/event-dispatcher () symfony/console suggests installing psr/log (For using the console logger) symfony/console suggests installing symfony/process () doctrine/orm suggests installing symfony/yaml (If you want to use YAML Metadata Mapping Driver) Writing lock file Generating autoload files Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]? barryo@mac1:~/tmp $ ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/ViMbAdmin-opensolutions#88
No description provided.