|
From: Jean-Marc L. <jea...@gm...> - 2016-09-02 23:19:18
|
Hi Victor, Sorry for the delay, I was busy all day. I just had a look at how to fix things. I tried updating satis. We currently use: :/var/local/composer.tiki.org/bin/satis# bin/satis -V Satis version 1.0.0-dev :/var/local/composer.tiki.org/bin/satis# git pull remote: Counting objects: 1069, done. remote: Total 1069 (delta 110), reused 110 (delta 110), pack-reused 959 Receiving objects: 100% (1069/1069), 210.37 KiB, done. Resolving deltas: 100% (480/480), completed with 19 local objects. >From git://github.com/composer/satis 6b6488b..56e3976 master -> composer/master >From git://github.com/composer/satis * [new tag] 1.0.0-alpha2 -> 1.0.0-alpha2 Updating 6b6488b..56e3976 Then it got bad: :/var/local/composer.tiki.org/bin/satis# php ../composer.phar install You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 - This package requires php ^5.5 || ^7.0 but your PHP version (5.3.29) does not satisfy that requirement. Makes sense: :~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS" This will be EOL in a year. I believe it's time to think about migrating everything out, starting with composer.tiki.org That would be more sensible than wasting time with backports on a soon-to be abandoned server. Should composer.tiki.org share an existing server, or should it have its own VM? We are talking about: 2.7G /var/local/composer.tiki.org/ plus a script running every 10 minutes. I know how it's setup, i can help reinstalling it. In the short term, can anyone just pass me those missing packages so I can put them on composer.tiki.org by hand? Cheers, J-M On Fri, Sep 2, 2016 at 2:56 PM, Victor Emanouilov <ti...@em...> wrote: > Hi J-M, > > We still have some packages that refuse to download on > composer.tiki.org. These are tablesorter, anythingslider and one version > of jquery-validation. I don't see any problem with satis.json config. > Reviewed satis issues on github and stackoverflow and couldn't find > anything relevant. I think we can ask maintainer for help here... > > So, can you do it? Otherwise, I can also do it but will probably need > some server details - what version of statis are you running and what is > the actual command and output of the build script? If you send me those, > I can reach out for help... > > Without getting composer.tiki.org properly updated, we still can't > install tiki behind firewalls. > > Regards, > Victor > > > ------------------------------------------------------------ > ------------------ > _______________________________________________ > TikiWiki-devel mailing list > Tik...@li... > https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel > |