[vz-dev] 'php-apc' has no installation candidate

Andreas Goetz cpuidle at gmail.com
Sun Oct 1 12:19:52 CEST 2017


Moin,

> On 1. Oct 2017, at 11:02, Udo1 <udo1 at gmx.net> wrote:
> 
> Hallo Andreas,
> 
> Am 01.10.2017 um 10:56 schrieb Andreas Goetz:
>> composer install —no-dev
>> Geht das?
> 
> 
> Im Skript wird composer mit der --no-dev Option aufgerufen:
> 
>> echo
>> echo "installing dependencies..."
>> pushd "$vz_dir"
>>        "$COMPOSER" install --no-dev
>>        echo
>>        ask "install server-side graph generation (jpgraph, not required for frontend)?" n
>>        if [ "$REPLY" == "y" ]; then
>>                "$COMPOSER" require --update-no-dev jpgraph/jpgraph:dev-master
>>        fi
>> popd
> 

Stimmt. Ich hab das jetzt mal mit einem sauberen Verzeichnis versucht:

  - Installing psr/log (1.0.2): Loading from cache
  - Installing symfony/debug (v3.3.9): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.5.0): Loading from cache
  - Installing symfony/console (v3.3.9): Loading from cache
  - Installing doctrine/lexer (v1.0.1): Downloading (100%)         
  - Installing doctrine/inflector (v1.2.0): Loading from cache
  - Installing doctrine/collections (v1.5.0): Loading from cache
  - Installing doctrine/cache (v1.7.1): Loading from cache
  - Installing doctrine/annotations (v1.5.0): Loading from cache
  - Installing doctrine/common (v2.8.1): Loading from cache
  - Installing doctrine/dbal (v2.6.2): Loading from cache
  - Installing andig/dbcopy (dev-master 94a72ce): Cloning 94a72ce582 from cache
  - Installing symfony/routing (v3.3.9): Loading from cache
  - Installing symfony/http-foundation (v3.3.9): Loading from cache
  - Installing react/promise (v2.5.1): Loading from cache
  - Installing evenement/evenement (v2.0.0): Downloading (100%)         
  - Installing react/stream (v0.4.6): Loading from cache
  - Installing react/event-loop (v0.4.3): Loading from cache
  - Installing react/socket (v0.5.1): Downloading (100%)         
  - Installing psr/http-message (1.0.1): Downloading (100%)         
  - Installing guzzlehttp/psr7 (1.4.2): Loading from cache
  - Installing ratchet/rfc6455 (v0.2.3): Loading from cache
  - Installing cboden/ratchet (v0.4): Downloading (100%)         
  - Installing react/promise-stream (v0.1.1): Loading from cache
  - Installing ringcentral/psr7 (1.2.1): Downloading (100%)         
  - Installing react/http (dev-master cd15204): Cloning cd15204bd1 from cache
  - Installing paragonie/random_compat (v2.0.11): Loading from cache
  - Installing monolog/monolog (1.23.0): Loading from cache
  - Installing react/promise-timer (v1.2.0): Loading from cache
  - Installing react/cache (v0.4.1): Downloading (100%)         
  - Installing react/dns (v0.4.11): Loading from cache
  - Installing react/socket-client (v0.5.3): Loading from cache
  - Installing symfony/process (v3.3.9): Loading from cache
  - Installing mkraemer/react-pcntl (v2.0.0): Downloading (100%)         
  - Installing php-pm/php-pm (dev-master 5a883f4): Cloning 5a883f48f0 from cache
  - Installing symfony/event-dispatcher (v3.3.9): Loading from cache
  - Installing symfony/http-kernel (v3.3.9): Loading from cache
  - Installing php-pm/httpkernel-adapter (dev-master b373b03): Cloning b373b0384f from cache
  - Installing doctrine/instantiator (1.1.0): Loading from cache
  - Installing doctrine/orm (v2.5.11): Loading from cache

das beweisst dass phpunit nicht installiert wird. Falls composer trotzdem auf den Abhängigkeiten von phpunit besteht wäre das ein bug. Ich schau ob ich den reproduzieren kann und mache bei composer ein Issue auf.

Ansonsten einfach das fehlende Modul installieren, vmtl: sudo apt-get install php7-xml

Viele Grüße, Andreas

> 
> Gruß
> Udo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-dev/attachments/20171001/9212c276/attachment.html>


More information about the volkszaehler-dev mailing list