Giter Club home page Giter Club logo

goteo's People

Contributors

alexm avatar alexm4h avatar alvaroabascar avatar asterion avatar bqevin avatar carlos-mg89 avatar cyberience avatar davidbeig avatar daviddetorres avatar deogracia avatar dependabot[bot] avatar goteo avatar javicarrillo avatar microstudi avatar rxnetwalker avatar subiabre avatar verarojman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

goteo's Issues

Authentication

Hi i have succesfully installed goteo on localhost but whenever i try logging in it simply redirects me back to the login page and when i enter wrong credentials it shows error but correct credentials its simply redirects me back to login menu

Information

Hello, there is a version compiled and ready to go on a basic hosting linux with mysql?
Thanks a lot.

When deploy code as Real- child pages not found

Really strange Issue with latest Code. May be my mistake somewhere but I am doing same as I have done for previous codes.

old code is working find but I downloaded latest code three days back and tested it with grunt serve and it works fine on port 8081.
When I put deploy it with 'grunt build:dist' and point the root to new location, the website appears on 80 port but each other pages is not found message as given below
///////////////
Not Found
The requested URL /login was not found on this server.

Apache/2.4.18 (Ubuntu) Server at 104.237.133.24 Port 80
////////////////////////////

Impossible to login

I installed from scratch using vagran following the documentation.
After trying to login with user: root and pass: root, a red banner displaying Error is displayed.
There is no other particular message.
Any idea? maybe a wrong configuration?

incoherence in sql files during install

When installing from scratch, the structure and data are not in coherence.

The ligne inserted in the user database contains the wrong number of value
the error is:

mysql -u root -p goteo < db/install/data.sql
ERROR 1136 (21S01) at line 542: Column count doesn't match value count at row 1

Can't solve this issue

Hi teams,

I am trying to run goteo latest version from github. as following is my machine enviroment:

  1. windows 10 64bit with npm, mysql, composer, PEAR installed under WAMP 64 (latest)
  2. inside gruntfiles.js bit changes to implement in my machine

GOTEO = {

localURL: 'usaharakyat.net',
localPort:8081,

// to override this parameter, simply copy:
// var/php/php.ini file to config/php.ini
// and edit it with your own data
phpINI: 'D:/workspace/usr/java/wamp/bin/apache/apache2.4.9/bin/php.ini',

configFile: 'config/settings.yml'

};

  1. When running with command grunt serve and try to login the system throw me an errors like:

โ†[31m[2015-12-04 22:03:38] main.ERROR: USER NOTICE: 'Only variables should be p
ssed by reference' at WebProcessor.php 106: .... HttpKernel.php 139 calling call_user_func_array() calling login ... EventDispatcher.php 18 1 calling call_user_func() calling loginSuccess

I trying to trace this error in HttpKernel.php 139 and tried to print $controller is EMPTY

// controller arguments
$arguments = $this->resolver->getArguments($request, $controller);
// call controller
$response = call_user_func_array($controller, $arguments);

Same error when I am using VAGRANT box.

Thank you for being knows this error can solve by you.

Thx

Could not find an option named "compass" after grunt build

After make the guide's previous steps, after I run grunt build:dist, it throws the following error:
Running "sass:devel" (sass) task Could not find an option named "compass".

If I add the --force option, it finish with a website without any css, js or images. I don't know why, except for the two first images (that doesn't found), it look for the assets in localhost:8081; the url for assets is already changed in /config/settings.yml

Can't Access Environment Variables

I would like to set environment variables on external service like cpanel or heroku variables but I can't get it working. I have tried '%VARIABLE_NAME%', '%env( VARIABLE_NAME)%' both on settings.yml and config.php file.

File not found Model/Contract.php

In admin/project url the followinf error is thrown :

Fatal error: Class 'Goteo\Model\Contract' not found in /home/vagrant/goteo/src/Goteo/Controller/Admin/ProjectsSubController.php on line 759

Wallet management

good morning everyone,
I install a goteo installation and I have a group of people who want to support a musical project, how can I have these features with Goteo:
1- the entire fund of a contributor is on his wallet
2- each wallet is divided into two (sub wallets). sub wallet 1 amount available for musical project and sub wallet 2 amount for another project
3- The amount of sub wallet 1 of each contributor will be added to a global fund for a musical project. information about the global fund will be public for anyone who want to submit a musical project.
The global fund could be associate to a regular projet ( for exemple: funding fund for music projects) on goteo with no end date.
4- wallet 2 will be used as the regular wallet on goteo.
5- I also want to have the amount in Haitian currency.

I'm trying to fight to convince my people to work together. Please help.

admin/categories/add error

admin/categories/add
when all fields are blank and you press the 'add' button you get this error.

Fatal error: Uncaught Error: Class 'Goteo\Controller\Admin\Message' not found in /var/www/amya1/src/Goteo/Controller/Admin/CategoriesSubController.php:184 Stack trace: #0 [internal function]: Goteo\Controller\Admin\CategoriesSubController->process('edit', NULL, Array, NULL) #1 /var/www/amya1/src/Goteo/Controller/Admin/CategoriesSubController.php(56): call_user_func_array(Array, Array) #2 /var/www/amya1/src/Goteo/Controller/AdminController.php(211): Goteo\Controller\Admin\CategoriesSubController->editAction(NULL, NULL) #3 /var/www/amya1/vendor/symfony/http-kernel/HttpKernel.php(135): Goteo\Controller\AdminController->optionAction('categories', 'edit', NULL, NULL, Object(Symfony\Component\HttpFoundation\Request)) #4 /var/www/amya1/vendor/symfony/http-kernel/HttpKernel.php(57): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1) #5 /var/www/amya1/src/Goteo/Application/App.php(180): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Reque in /var/www/amya1/src/Goteo/Controller/Admin/CategoriesSubController.php on line 184

also when I add 'use Goteo\Controller\Message;' in /Goteo/Controller/Admin/CategoriesSubController.php, it point to another error /src/Goteo/Core/Traits/LoggerTrait.php on line 47 which I'm sure is not the real issue.

File not found Model/Project/OpenTag

In admin/projects I'm getting the following error

Fatal error: Class 'Goteo\Model\Project\OpenTag' not found in /home/vagrant/goteo/src/Goteo/Controller/Admin/ProjectsSubController.php on line 760

Line 760 is

$open_tags = Model\Project\OpenTag::getAll();

Local installation Linux

From installation process of goteo locally in xampp in linux mint at this command "php bin/console migrate install" it throws exception MYSQL ,ATTIR

New translations files

Good evening @microstudi
I have a quick question about .yml translations files.
In order to add new templates with its own label tags, I created new .yml file with its specific translations labels on path (changing <lang_id> by its language code and <new_file_name> by file name):

  • Resources/translations/<lang_id>/<new_file_name>.yml

But seems that new translations file is not found.
When I put all new file labels and translations on an existing translations .yml file, for example:

  • Resources/translations/es/admin.yml
    then worked.

I couldn't find anywhere to "include" my new .yml file, so my question is, what's the correct form to procede? Or in default, where can I find some related documentation?

Thanks in advance
Greetings

Tabs in config/vagrant-settings.yml

In the environnement documentation page
we have to copy the vagrant-settings.yml

cp config/vagrant-settings.yml config/settings.yml

There are lots of tabs in config/setting.yml leading to php error :

A YAML file cannot contain tabs as indentation at line 185 (near "  # Not recommended, there's a way in the admin to see all sent communications").

Exact location: -Unlocated- Issue

When I type any location, there is no suggestion list as it appears in goteo.org
after saving, when I visit the page http://myserver:8081/dashboard/settings/profile , the exact location is 'Unlocated'. I tried even Barcelona but there is error that its not located

on second step, there is no enabled option or map when it prompts for drag and drop page to locate the exact location

However no error message
please help

CAS or LDAP authentication

I need to set authentication up with LDAP or preferably CAS, so I'm wondering whether HTTP basic authentication could be used in coordination with an Apache module (e.g. libapache2-mod-auth-cas) to achieve that.

I know there's support for OAuth, which could be also an option if our CAS server was more recent, but it's not currently available and won't probably be in the near future.

I also found extend/private-zones/src/Goteo/Application/EventListener/BasicAuthListener.php, that could be used as an example to build a new authentication method, I guess. But are there any other examples or pointers that explain how to add new authentication methods?

When Fundmatching code will be available on github?

There are couple of functionalities published on goteo.org but but no available in opensource code at github
any idea when it will be available, especially Fundmatching and certificate printing code

thanks

Livereload issue

Everytime I try to create an account or a project, I get this error

GET http://localhost:35729/livereload.js net::ERR_CONNECTION_REFUSED

Do you have a solution for this issue ?

Here is a screenshot :
goteoissue

Issues running on Self-Hosted Server.

So I installed this to see if I could get it working, but I seem to be having trouble.

  • The page is all white.
  • The images are broken.
  • Half the links do not work.

I am running this on a non-aws server. Any help would be greatly appreciated. I'd like to at least get the images functioning.

Thanks.

Grunt serve returns fatal error

I am just setup server for all the requirents

and i am going to run the project, if i run the command grunt serve it returns fatal error

Goteo settings file


Internal secret for hashes

secret: --a-very-secret-string---

local environment: local, beta, real

env: local # set to real to send emails
debug: true # whether to show trace for errors or not
# This is always true for local or beta env

Default system language

lang: es

url

url:
main: //18.224.174.112:80

plugins:
goteo-dev:
active: true # plugin should be active=true to be loaded
#liveport: 35729 # Local development only livereload port (optional)

Payment methods, must be registered as classes implementing Goteo\Payment\Method\PaymentMethodInterface

payments:
# Paypal
paypal:
active: true
testMode: true # set to false to real checkouts
username: [email protected]
password: paypal-password
signature: PAYPAL-Signature
appId: PAYPAL-APP-ID

# A stupid payment method defined in the plugin goteo-dev
# Useful for development and testing
dummy:
    active: true

# Additional custom payment methods should be added here

Database stuff

db:
driver: mysql # Database driver (mysql)
host: localhost # Database host
port: 3306 # Database port
charset: utf8mb4 # Database charset
database: goteo # Database schema (database name)
username: siva # Database user for the goteo database
password: siva1234 # Password for the goteo database

Mail transport

mail:
# receiving emails
mail: [email protected] # Main
contact: [email protected] # consulting head
manager: [email protected] # accounts manager
fail: [email protected] # dev head
log: [email protected] # Loggin mail

# Default users where to send project notifications by default
# Only used if no consultants are assigned
consultants:
    root: 'Root'

This will be used for geolocating users, projects, and mail tracking

geolocation:
google_maps_key: # Google Maps Key
# Ge one here: https://developers.google.com/maps/documentation/javascript/get-api-key

Social Login Services

Fill an uncomment the needed one's

oauth:
# Credentials app Facebook
facebook:
active: false
id: 000000000000000 #
secret: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa #

# Credentials app Twitter
twitter:
   active: false
   id:      aaaaaaaaaaaaaaaaaaaaaa                     #
   secret:  aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa #

# Credentials app Linkedin
linkedin:
   active: false
   id:     aaaaaaaaaaaa     #
   secret: aaaaaaaaaaaaaaaa #

# Credentials Google
google:
   active: false
   id: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
   secret: aaaaaaaaaaaaaaaaaa

Optional analytics ID's

Example:

google: UA-0000000-01

analytics:
google:

Above is my settings.yml

Is there any wrong configurations, please help

thanks in advance

Can't login

Hi Ivan,

After build latest version, I still cannot login as root/root, the admin page not come out , the browser back to login page every time i did submit button, No-error found

Thx

Not sending Emails.

Hello!

I have set the "env : real" , but i get internal server error.
Here are my variables settings:

transport: from: [email protected], name: Goteo Sender, type: smtp, # if type is smtp: smtp: auth: true, secure: ssl, host: smt.gmail.com, port: 587, username: [email protected], password: my-email-password

docker install

I try do install using docker
I get the follwing errror

goteo-php | >> Error: Unable to parse "/application/config/local-docker-settings.yml" file (can not read a block mapping entry; a multiline key may not be an implicit key at line 114, column 1:

please help see the docker log

================ fu;ll log =================

PS C:\DockerYuvbz\goteo> docker-compose up
Creating network "goteo_default" with the default driver
Pulling mariadb (mariadb:10.2)...
10.2: Pulling from library/mariadb
124c757242f8: Pull complete
9d866f8bde2a: Pull complete
fa3f2f277e67: Pull complete
398d32b153e8: Pull complete
afde35469481: Pull complete
31f2ae82b3e3: Pull complete
3eeaf7e45ea6: Pull complete
716982328e17: Pull complete
34ce605c9036: Pull complete
4502ed9073c0: Pull complete
2afafbdf5a96: Pull complete
62bb2501281b: Pull complete
92adc72f06e7: Pull complete
d6de4335bb18: Pull complete
22c00f8c4e78: Pull complete
Digest: sha256:d4cf9fbdf33a2940ca35c653bf2b702cbaed0bff87ade8c3e3ee9eab81b38b27
Status: Downloaded newer image for mariadb:10.2
Pulling webserver (nginx:alpine)...
alpine: Pulling from library/nginx
4fe2ade4980c: Pull complete
c3f09dfaf47d: Pull complete
83283d0e9bb9: Pull complete
e2e530da9538: Pull complete
Digest: sha256:ae5da813f8ad7fa785d7668f0b018ecc8c3a87331527a61d83b3b5e816a0f03c
Status: Downloaded newer image for nginx:alpine
Building php
Step 1/14 : FROM phpdockerio/php71-cli
latest: Pulling from phpdockerio/php71-cli
3620e2d282dc: Pull complete
ef22f5e4b3b2: Pull complete
99f229f854da: Pull complete
4fe433abe16a: Pull complete
c9b72a16d85e: Pull complete
64358d4133cf: Pull complete
Digest: sha256:fc0038664482807e93714547834e466c71f7667fb29d10c5d58d440a7f240d88
Status: Downloaded newer image for phpdockerio/php71-cli:latest
---> f4310496b0a5
Step 2/14 : WORKDIR /application
---> Running in 5e6dfb2de351
Removing intermediate container 5e6dfb2de351
---> 2f9c6c80cf36
Step 3/14 : RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get -y --no-install-recommends install php7.1-fpm && apt-get -y --no-install-recommends install php-memcached php7.1-mysql php7.1-gd php-xdebug && apt-get -y --no-install-recommends install nodejs npm build-essential ruby-dev rubygems-integration gosu && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
---> Running in 7b970fe5cc70
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease [23.9 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 Packages [67.9 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/universe Sources [9802 kB]
Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [95.4 kB]
Get:9 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [717 kB]
Get:10 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.7 kB]
Get:11 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [491 kB]
Get:12 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3744 B]
Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [280 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1106 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [13.1 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [888 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [18.8 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7965 B]
Get:23 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [8532 B]
Fetched 25.7 MB in 3min 36s (119 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
php7.1-cli php7.1-common php7.1-curl php7.1-json php7.1-mbstring
php7.1-opcache php7.1-readline php7.1-xml php7.1-zip
Suggested packages:
php-pear
The following NEW packages will be installed:
php7.1-fpm
The following packages will be upgraded:
php7.1-cli php7.1-common php7.1-curl php7.1-json php7.1-mbstring
php7.1-opcache php7.1-readline php7.1-xml php7.1-zip
9 upgraded, 1 newly installed, 0 to remove and 21 not upgraded.
Need to get 4345 kB of archives.
After this operation, 4621 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-readline amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [12.9 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-opcache amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [143 kB]
Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-json amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [17.2 kB]
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-zip amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [19.8 kB]
Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-curl amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [28.3 kB]
Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-xml amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [112 kB]
Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-mbstring amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [465 kB]
Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-cli amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [1326 kB]
Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-common amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [889 kB]
Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-fpm amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [1331 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 4345 kB in 32s (132 kB/s)
(Reading database ... 10245 files and directories currently installed.)
Preparing to unpack .../php7.1-readline_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-readline (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Preparing to unpack .../php7.1-opcache_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-opcache (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Preparing to unpack .../php7.1-json_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-json (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Preparing to unpack .../php7.1-zip_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-zip (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Preparing to unpack .../php7.1-curl_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-curl (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Preparing to unpack .../php7.1-xml_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-xml (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Preparing to unpack .../php7.1-mbstring_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-mbstring (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Preparing to unpack .../php7.1-cli_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-cli (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Preparing to unpack .../php7.1-common_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-common (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) over (7.1.19-1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.1-fpm.
Preparing to unpack .../php7.1-fpm_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-fpm (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Processing triggers for systemd (229-4ubuntu21.2) ...
Setting up php7.1-common (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-readline (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-opcache (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-json (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-zip (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-curl (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-xml (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-mbstring (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-cli (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-fpm (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.1/fpm/php.ini with new version
php_invoke: Enabled module apcu_bc for fpm sapi
php_invoke: Enabled module apcu for fpm sapi
php_invoke: Enabled module sodium for fpm sapi
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for systemd (229-4ubuntu21.2) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
fontconfig-config fonts-dejavu-core libfontconfig1 libfreetype6 libgd3
libjbig0 libjpeg-turbo8 libjpeg8 libmemcached11 libpng12-0 libtiff5 libwebp6
libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxpm4 php-igbinary
php-msgpack
Suggested packages:
libgd-tools
The following NEW packages will be installed:
fontconfig-config fonts-dejavu-core libfontconfig1 libfreetype6 libgd3
libjbig0 libjpeg-turbo8 libjpeg8 libmemcached11 libpng12-0 libtiff5 libwebp6
libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxpm4 php-igbinary
php-memcached php-msgpack php-xdebug php7.1-gd php7.1-mysql
0 upgraded, 24 newly installed, 0 to remove and 21 not upgraded.
Need to get 4441 kB of archives.
After this operation, 18.2 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1+deb.sury.orgxenial+1 [26.4 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB]
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libwebp6 amd64 0.6.0-4+ubuntu16.04.1+deb.sury.org+1 [184 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-0 amd64 1.2.54-1ubuntu1.1 [116 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.1 [113 kB]
Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libgd3 amd64 2.2.5-4+ubuntu16.04.1+deb.sury.org+2 [133 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.1 [570 kB]
Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libmemcached11 amd64 1.0.18-5+deb.sury.org
xenial+2 [94.9 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB]
Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php-igbinary amd64 2.0.7-1+ubuntu16.04.1+deb.sury.org+1 [101 kB]
Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php-msgpack amd64 2.0.2+0.5.7-5+ubuntu16.04.1+deb.sury.org+1 [65.8 kB]
Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php-memcached amd64 3.0.4+2.2.0-3+ubuntu16.04.1+deb.sury.org+1 [83.5 kB]
Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php-xdebug amd64 2.6.0+2.5.5-1+ubuntu16.04.1+deb.sury.org+1 [915 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfreetype6 amd64 2.6.1-0.1ubuntu2.3 [316 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB]
Get:23 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-gd amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [27.2 kB]
Get:24 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.1-mysql amd64 7.1.22-1+ubuntu16.04.1+deb.sury.org+1 [122 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 4441 kB in 36s (120 kB/s)
Selecting previously unselected package libxau6:amd64.
(Reading database ... 10271 files and directories currently installed.)
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ...
Selecting previously unselected package libpng12-0:amd64.
Preparing to unpack .../libpng12-0_1.2.54-1ubuntu1.1_amd64.deb ...
Unpacking libpng12-0:amd64 (1.2.54-1ubuntu1.1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.2-1.1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-1.1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb1:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.1_all.deb ...
Unpacking libx11-data (2:1.6.3-1ubuntu2.1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ...
Unpacking fonts-dejavu-core (2.35-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ...
Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../libfreetype6_2.6.1-0.1ubuntu2.3_amd64.deb ...
Unpacking libfreetype6:amd64 (2.6.1-0.1ubuntu2.3) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../libjbig0_2.1-3.1+deb.sury.orgxenial+1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+deb.sury.org
xenial+1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../libwebp6_0.6.0-4+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.0-4+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../libgd3_2.2.5-4+ubuntu16.04.1+deb.sury.org+2_amd64.deb ...
Unpacking libgd3:amd64 (2.2.5-4+ubuntu16.04.1+deb.sury.org+2) ...
Selecting previously unselected package libmemcached11:amd64.
Preparing to unpack .../libmemcached11_1.0.18-5+deb.sury.orgxenial+2_amd64.deb ...
Unpacking libmemcached11:amd64 (1.0.18-5+deb.sury.org
xenial+2) ...
Selecting previously unselected package php-igbinary.
Preparing to unpack .../php-igbinary_2.0.7-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php-igbinary (2.0.7-1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-msgpack.
Preparing to unpack .../php-msgpack_2.0.2+0.5.7-5+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php-msgpack (2.0.2+0.5.7-5+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-memcached.
Preparing to unpack .../php-memcached_3.0.4+2.2.0-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php-memcached (3.0.4+2.2.0-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-xdebug.
Preparing to unpack .../php-xdebug_2.6.0+2.5.5-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php-xdebug (2.6.0+2.5.5-1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.1-gd.
Preparing to unpack .../php7.1-gd_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-gd (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.1-mysql.
Preparing to unpack .../php7.1-mysql_7.1.22-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.1-mysql (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for php7.1-fpm (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up libxau6:amd64 (1:1.0.8-1) ...
Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ...
Setting up libpng12-0:amd64 (1.2.54-1ubuntu1.1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ...
Setting up libxcb1:amd64 (1.11.1-1ubuntu1) ...
Setting up libx11-data (2:1.6.3-1ubuntu2.1) ...
Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ...
Setting up fonts-dejavu-core (2.35-1) ...
Setting up fontconfig-config (2.11.94-0ubuntu1.1) ...
Setting up libfreetype6:amd64 (2.6.1-0.1ubuntu2.3) ...
Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ...
Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
Setting up libjbig0:amd64 (2.1-3.1+deb.sury.orgxenial+1) ...
Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ...
Setting up libwebp6:amd64 (0.6.0-4+ubuntu16.04.1+deb.sury.org+1) ...
Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ...
Setting up libgd3:amd64 (2.2.5-4+ubuntu16.04.1+deb.sury.org+2) ...
Setting up libmemcached11:amd64 (1.0.18-5+deb.sury.org
xenial+2) ...
Setting up php-igbinary (2.0.7-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php-msgpack (2.0.2+0.5.7-5+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php-memcached (3.0.4+2.2.0-3+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php-xdebug (2.6.0+2.5.5-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.1-gd (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.1/mods-available/gd.ini with new version
Setting up php7.1-mysql (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.1/mods-available/mysqlnd.ini with new version

Creating config file /etc/php/7.1/mods-available/mysqli.ini with new version

Creating config file /etc/php/7.1/mods-available/pdo_mysql.ini with new version
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for php7.1-fpm (7.1.22-1+ubuntu16.04.1+deb.sury.org+1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
binutils bzip2 cpp cpp-5 dpkg-dev g++ g++-5 gcc gcc-5 gyp libasan2
libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl
libgcc-5-dev libgmp-dev libgmpxx4ldbl libgomp1 libisl15 libitm1
libjs-inherits libjs-node-uuid libjs-underscore liblsan0 libmpc3 libmpfr4
libmpx0 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib
libquadmath0 libruby2.3 libssl-dev libstdc++-5-dev libtsan0 libubsan0 libuv1
libuv1-dev libyaml-0-2 linux-libc-dev make node-abbrev node-ansi
node-ansi-color-table node-archy node-async node-block-stream
node-combined-stream node-cookie-jar node-delayed-stream node-forever-agent
node-form-data node-fstream node-fstream-ignore node-github-url-from-git
node-glob node-graceful-fs node-gyp node-inherits node-ini
node-json-stringify-safe node-lockfile node-lru-cache node-mime
node-minimatch node-mkdirp node-mute-stream node-node-uuid node-nopt
node-normalize-package-data node-npmlog node-once node-osenv node-qs
node-read node-read-package-json node-request node-retry node-rimraf
node-semver node-sha node-sigmund node-slide node-tar node-tunnel-agent
node-underscore node-which nodejs-dev patch python python-minimal
python-pkg-resources python2.7 python2.7-minimal rake ruby ruby-did-you-mean
ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
ruby2.3-dev xz-utils
Suggested packages:
binutils-doc bzip2-doc cpp-doc gcc-5-locales debian-keyring g++-multilib
g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib manpages-dev autoconf
automake libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg
libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg
glibc-doc gmp-doc libgmp10-doc libmpfr-dev javascript-common libstdc++-5-doc
make-doc node-hawk node-aws-sign node-oauth-sign node-http-signature
debhelper ed diffutils-doc python-doc python-tk python-setuptools
python2.7-doc binfmt-support ri bundler
Recommended packages:
fakeroot libalgorithm-merge-perl manpages manpages-dev
libfile-fcntllock-perl javascript-common libjs-jquery libssl-doc zip
fonts-lato
The following NEW packages will be installed:
binutils build-essential bzip2 cpp cpp-5 dpkg-dev g++ g++-5 gcc gcc-5 gosu
gyp libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5
libdpkg-perl libgcc-5-dev libgmp-dev libgmpxx4ldbl libgomp1 libisl15 libitm1
libjs-inherits libjs-node-uuid libjs-underscore liblsan0 libmpc3 libmpfr4
libmpx0 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib
libquadmath0 libruby2.3 libssl-dev libstdc++-5-dev libtsan0 libubsan0 libuv1
libuv1-dev libyaml-0-2 linux-libc-dev make node-abbrev node-ansi
node-ansi-color-table node-archy node-async node-block-stream
node-combined-stream node-cookie-jar node-delayed-stream node-forever-agent
node-form-data node-fstream node-fstream-ignore node-github-url-from-git
node-glob node-graceful-fs node-gyp node-inherits node-ini
node-json-stringify-safe node-lockfile node-lru-cache node-mime
node-minimatch node-mkdirp node-mute-stream node-node-uuid node-nopt
node-normalize-package-data node-npmlog node-once node-osenv node-qs
node-read node-read-package-json node-request node-retry node-rimraf
node-semver node-sha node-sigmund node-slide node-tar node-tunnel-agent
node-underscore node-which nodejs nodejs-dev npm patch python python-minimal
python-pkg-resources python2.7 python2.7-minimal rake ruby ruby-dev
ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert
ruby-test-unit ruby2.3 ruby2.3-dev rubygems-integration xz-utils
0 upgraded, 113 newly installed, 0 to remove and 21 not upgraded.
Need to get 52.7 MB of archives.
After this operation, 218 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libssl-dev amd64 1.1.0h-2.0+ubuntu16.04.1+deb.sury.org+1 [1587 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-0-2 amd64 0.1.6-3 [47.6 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu016.04.3 [340 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0
16.04.3 [1261 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-116.04 [28.1 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0
16.04.3 [1880 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu016.04.3 [224 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1
16.04 [7768 B]
Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-116.04 [137 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpfr4 amd64 3.1.4-1 [191 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 bzip2 amd64 1.0.6-8 [32.7 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1
16.04.7 [2309 kB]
Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libuv1 amd64 1.9.1-3+deb.sury.orgxenial+1 [60.3 kB]
Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libuv1-dev amd64 1.9.1-3+deb.sury.org
xenial+1 [78.4 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-137.163 [850 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu116.04.10 [7671 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1
16.04.10 [38.8 kB]
Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu116.04.10 [55.1 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1
16.04.10 [27.4 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu116.04.10 [8888 B]
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1
16.04.10 [264 kB]
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu116.04.10 [105 kB]
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1
16.04.10 [244 kB]
Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu116.04.10 [95.3 kB]
Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1
16.04.10 [40.1 kB]
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu116.04.10 [9764 B]
Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1
16.04.10 [131 kB]
Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu116.04.10 [2228 kB]
Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1
16.04.10 [8426 kB]
Get:35 http://archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B]
Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu116.04.10 [1426 kB]
Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1
16.04.10 [8319 kB]
Get:38 http://archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B]
Get:39 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB]
Get:41 http://archive.ubuntu.com/ubuntu xenial/main amd64 xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB]
Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 patch amd64 2.7.5-1ubuntu0.16.04.1 [90.5 kB]
Get:43 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB]
Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B]
Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB]
Get:46 http://archive.ubuntu.com/ubuntu xenial/universe amd64 gyp all 0.1+20150913git1f374df9-1ubuntu1 [265 kB]
Get:47 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8948 B]
Get:48 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB]
Get:49 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libjs-node-uuid all 1.4.0-1 [11.1 kB]
Get:50 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjs-underscore all 1.7.0dfsg-1ubuntu1 [46.7 kB]
Get:51 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nodejs amd64 4.2.6
dfsg-1ubuntu4.2 [3162 kB]
Get:52 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-async all 0.8.0-1 [22.2 kB]
Get:53 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-node-uuid all 1.4.0-1 [2530 B]
Get:54 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-underscore all 1.7.0dfsg-1ubuntu1 [3780 B]
Get:55 http://archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4966 B]
Get:56 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8390 B]
Get:57 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB]
Get:58 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB]
Get:59 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7668 B]
Get:60 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB]
Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2
16.04.10 [2960 kB]
Get:62 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-216.04.10 [41.0 kB]
Get:63 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5530 B]
Get:64 http://archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB]
Get:65 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3-dev amd64 2.3.1-2
16.04.10 [1034 kB]
Get:66 http://archive.ubuntu.com/ubuntu xenial/main amd64 ruby-dev amd64 1:2.3.0+1 [4408 B]
Get:67 http://archive.ubuntu.com/ubuntu xenial/universe amd64 gosu amd64 1.7-1 [443 kB]
Get:68 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libjs-inherits all 2.0.1-3 [2794 B]
Get:69 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-abbrev all 1.0.5-2 [3592 B]
Get:70 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-ansi all 0.3.0-2 [8590 B]
Get:71 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-ansi-color-table all 1.0.0-1 [4478 B]
Get:72 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-archy all 0.0.2-1 [3660 B]
Get:73 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-inherits all 2.0.1-3 [3060 B]
Get:74 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-block-stream all 0.0.7-1 [4832 B]
Get:75 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-delayed-stream all 0.0.5-1 [4750 B]
Get:76 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-combined-stream all 0.0.5-1 [4958 B]
Get:77 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-cookie-jar all 0.3.1-1 [3746 B]
Get:78 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-forever-agent all 0.5.1-1 [3194 B]
Get:79 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-mime all 1.3.4-1 [11.9 kB]
Get:80 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-form-data all 0.1.0-1 [6412 B]
Get:81 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-rimraf all 2.2.8-1 [5702 B]
Get:82 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-mkdirp all 0.5.0-1 [4690 B]
Get:83 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-graceful-fs all 3.0.2-1 [7102 B]
Get:84 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-fstream all 0.1.24-1 [19.5 kB]
Get:85 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-lru-cache all 2.3.1-1 [5674 B]
Get:86 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-sigmund all 1.0.0-1 [3818 B]
Get:87 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-minimatch all 1.0.0-1 [14.0 kB]
Get:88 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-fstream-ignore all 0.0.6-2 [5586 B]
Get:89 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-github-url-from-git all 1.1.1-1 [3138 B]
Get:90 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-once all 1.1.1-1 [2608 B]
Get:91 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-glob all 4.0.5-1 [13.2 kB]
Get:92 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nodejs-dev amd64 4.2.6dfsg-1ubuntu4.2 [265 kB]
Get:93 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-nopt all 3.0.1-1 [9544 B]
Get:94 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-npmlog all 0.0.4-1 [5844 B]
Get:95 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-osenv all 0.1.0-1 [3772 B]
Get:96 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-tunnel-agent all 0.3.1-1 [4018 B]
Get:97 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-json-stringify-safe all 5.0.0-1 [3544 B]
Get:98 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-qs all 2.2.4-1 [7574 B]
Get:99 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-request all 2.26.1-1 [14.5 kB]
Get:100 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-semver all 2.1.0-2 [16.2 kB]
Get:101 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-tar all 1.0.3-2 [17.5 kB]
Get:102 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-which all 1.0.5-2 [3678 B]
Get:103 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-gyp all 3.0.3-2ubuntu1 [23.2 kB]
Get:104 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-ini all 1.1.0-1 [4770 B]
Get:105 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-lockfile all 0.4.1-1 [5450 B]
Get:106 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-mute-stream all 0.0.4-1 [4096 B]
Get:107 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-normalize-package-data all 0.2.2-1 [9286 B]
Get:108 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-read all 1.0.5-1 [4314 B]
Get:109 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-read-package-json all 1.2.4-1 [7780 B]
Get:110 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-retry all 0.6.0-1 [6172 B]
Get:111 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-sha all 1.2.3-1 [4272 B]
Get:112 http://archive.ubuntu.com/ubuntu xenial/universe amd64 node-slide all 1.1.4-1 [6118 B]
Get:113 http://archive.ubuntu.com/ubuntu xenial/universe amd64 npm all 3.5.2-0ubuntu4 [1586 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 52.7 MB in 1min 33s (563 kB/s)
Selecting previously unselected package libyaml-0-2:amd64.
(Reading database ... 10862 files and directories currently installed.)
Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.1.6-3) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0
16.04.3_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu016.04.3) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0
16.04.3_amd64.deb ...
Unpacking python2.7-minimal (2.7.12-1ubuntu016.04.3) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.12-1
16.04_amd64.deb ...
Unpacking python-minimal (2.7.12-116.04) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0
16.04.3_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu016.04.3) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.12-1ubuntu0
16.04.3_amd64.deb ...
Unpacking python2.7 (2.7.12-1ubuntu016.04.3) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.12-1
16.04_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.12-116.04) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0
16.04.3) ...
Setting up python2.7-minimal (2.7.12-1ubuntu016.04.3) ...
Setting up python-minimal (2.7.12-1
16.04) ...
Selecting previously unselected package python.
(Reading database ... 11616 files and directories currently installed.)
Preparing to unpack .../python_2.7.12-116.04_amd64.deb ...
Unpacking python (2.7.12-1
16.04) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.4-1_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.4-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.3-1) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../bzip2_1.0.6-8_amd64.deb ...
Unpacking bzip2 (1.0.6-8) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.26.1-1ubuntu116.04.7_amd64.deb ...
Unpacking binutils (2.26.1-1ubuntu1
16.04.7) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ...
Unpacking libc-dev-bin (2.23-0ubuntu10) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_4.4.0-137.163_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.4.0-137.163) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ...
Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ...
Selecting previously unselected package libisl15:amd64.
Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ...
Unpacking libisl15:amd64 (0.16.1-1) ...
Selecting previously unselected package cpp-5.
Preparing to unpack .../cpp-5_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking cpp-5 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking cpp (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../libcc1-0_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libgomp1:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libitm1:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libatomic1:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libasan2:amd64.
Preparing to unpack .../libasan2_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libasan2:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../liblsan0_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking liblsan0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libtsan0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../libubsan0_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libubsan0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libmpx0:amd64.
Preparing to unpack .../libmpx0_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libmpx0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package libgcc-5-dev:amd64.
Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package gcc-5.
Preparing to unpack .../gcc-5_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking gcc-5 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking gcc (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package libstdc++-5-dev:amd64.
Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package g++-5.
Preparing to unpack .../g++-5_5.4.0-6ubuntu116.04.10_amd64.deb ...
Unpacking g++-5 (5.4.0-6ubuntu1
16.04.10) ...
Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking g++ (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package make.
Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Unpacking make (4.1-6) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ...
Unpacking libdpkg-perl (1.18.4ubuntu1.4) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ...
Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.5-1ubuntu0.16.04.1_amd64.deb ...
Unpacking patch (2.7.5-1ubuntu0.16.04.1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ...
Unpacking dpkg-dev (1.18.4ubuntu1.4) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ...
Unpacking build-essential (12.1ubuntu2) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ...
Unpacking python-pkg-resources (20.7.0-1) ...
Selecting previously unselected package gyp.
Preparing to unpack .../gyp_0.1+20150913git1f374df9-1ubuntu1_all.deb ...
Unpacking gyp (0.1+20150913git1f374df9-1ubuntu1) ...
Selecting previously unselected package libgmpxx4ldbl:amd64.
Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ...
Selecting previously unselected package libjs-node-uuid.
Preparing to unpack .../libjs-node-uuid_1.4.0-1_all.deb ...
Unpacking libjs-node-uuid (1.4.0-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../libjs-underscore_1.7.0dfsg-1ubuntu1_all.deb ...
Unpacking libjs-underscore (1.7.0
dfsg-1ubuntu1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../libssl-dev_1.1.0h-2.0+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.0h-2.0+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../libuv1_1.9.1-3+deb.sury.orgxenial+1_amd64.deb ...
Unpacking libuv1:amd64 (1.9.1-3+deb.sury.org
xenial+1) ...
Selecting previously unselected package libuv1-dev:amd64.
Preparing to unpack .../libuv1-dev_1.9.1-3+deb.sury.orgxenial+1_amd64.deb ...
Unpacking libuv1-dev:amd64 (1.9.1-3+deb.sury.org
xenial+1) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../nodejs_4.2.6dfsg-1ubuntu4.2_amd64.deb ...
Unpacking nodejs (4.2.6
dfsg-1ubuntu4.2) ...
Selecting previously unselected package node-async.
Preparing to unpack .../node-async_0.8.0-1_all.deb ...
Unpacking node-async (0.8.0-1) ...
Selecting previously unselected package node-node-uuid.
Preparing to unpack .../node-node-uuid_1.4.0-1_all.deb ...
Unpacking node-node-uuid (1.4.0-1) ...
Selecting previously unselected package node-underscore.
Preparing to unpack .../node-underscore_1.7.0dfsg-1ubuntu1_all.deb ...
Unpacking node-underscore (1.7.0
dfsg-1ubuntu1) ...
Selecting previously unselected package rubygems-integration.
Preparing to unpack .../rubygems-integration_1.10_all.deb ...
Unpacking rubygems-integration (1.10) ...
Selecting previously unselected package ruby-did-you-mean.
Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ...
Unpacking ruby-did-you-mean (1.0.0-2) ...
Selecting previously unselected package ruby-minitest.
Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ...
Unpacking ruby-minitest (5.8.4-2) ...
Selecting previously unselected package ruby-net-telnet.
Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ...
Unpacking ruby-net-telnet (0.1.1-2) ...
Selecting previously unselected package ruby-power-assert.
Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ...
Unpacking ruby-power-assert (0.2.7-1) ...
Selecting previously unselected package ruby-test-unit.
Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ...
Unpacking ruby-test-unit (3.1.7-2) ...
Selecting previously unselected package libruby2.3:amd64.
Preparing to unpack .../libruby2.3_2.3.1-216.04.10_amd64.deb ...
Unpacking libruby2.3:amd64 (2.3.1-2
16.04.10) ...
Selecting previously unselected package ruby2.3.
Preparing to unpack .../ruby2.3_2.3.1-216.04.10_amd64.deb ...
Unpacking ruby2.3 (2.3.1-2
16.04.10) ...
Selecting previously unselected package ruby.
Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ...
Unpacking ruby (1:2.3.0+1) ...
Selecting previously unselected package rake.
Preparing to unpack .../archives/rake_10.5.0-2_all.deb ...
Unpacking rake (10.5.0-2) ...
Selecting previously unselected package ruby2.3-dev:amd64.
Preparing to unpack .../ruby2.3-dev_2.3.1-216.04.10_amd64.deb ...
Unpacking ruby2.3-dev:amd64 (2.3.1-2
16.04.10) ...
Selecting previously unselected package ruby-dev:amd64.
Preparing to unpack .../ruby-dev_1%3a2.3.0+1_amd64.deb ...
Unpacking ruby-dev:amd64 (1:2.3.0+1) ...
Selecting previously unselected package gosu.
Preparing to unpack .../archives/gosu_1.7-1_amd64.deb ...
Unpacking gosu (1.7-1) ...
Selecting previously unselected package libjs-inherits.
Preparing to unpack .../libjs-inherits_2.0.1-3_all.deb ...
Unpacking libjs-inherits (2.0.1-3) ...
Selecting previously unselected package node-abbrev.
Preparing to unpack .../node-abbrev_1.0.5-2_all.deb ...
Unpacking node-abbrev (1.0.5-2) ...
Selecting previously unselected package node-ansi.
Preparing to unpack .../node-ansi_0.3.0-2_all.deb ...
Unpacking node-ansi (0.3.0-2) ...
Selecting previously unselected package node-ansi-color-table.
Preparing to unpack .../node-ansi-color-table_1.0.0-1_all.deb ...
Unpacking node-ansi-color-table (1.0.0-1) ...
Selecting previously unselected package node-archy.
Preparing to unpack .../node-archy_0.0.2-1_all.deb ...
Unpacking node-archy (0.0.2-1) ...
Selecting previously unselected package node-inherits.
Preparing to unpack .../node-inherits_2.0.1-3_all.deb ...
Unpacking node-inherits (2.0.1-3) ...
Selecting previously unselected package node-block-stream.
Preparing to unpack .../node-block-stream_0.0.7-1_all.deb ...
Unpacking node-block-stream (0.0.7-1) ...
Selecting previously unselected package node-delayed-stream.
Preparing to unpack .../node-delayed-stream_0.0.5-1_all.deb ...
Unpacking node-delayed-stream (0.0.5-1) ...
Selecting previously unselected package node-combined-stream.
Preparing to unpack .../node-combined-stream_0.0.5-1_all.deb ...
Unpacking node-combined-stream (0.0.5-1) ...
Selecting previously unselected package node-cookie-jar.
Preparing to unpack .../node-cookie-jar_0.3.1-1_all.deb ...
Unpacking node-cookie-jar (0.3.1-1) ...
Selecting previously unselected package node-forever-agent.
Preparing to unpack .../node-forever-agent_0.5.1-1_all.deb ...
Unpacking node-forever-agent (0.5.1-1) ...
Selecting previously unselected package node-mime.
Preparing to unpack .../node-mime_1.3.4-1_all.deb ...
Unpacking node-mime (1.3.4-1) ...
Selecting previously unselected package node-form-data.
Preparing to unpack .../node-form-data_0.1.0-1_all.deb ...
Unpacking node-form-data (0.1.0-1) ...
Selecting previously unselected package node-rimraf.
Preparing to unpack .../node-rimraf_2.2.8-1_all.deb ...
Unpacking node-rimraf (2.2.8-1) ...
Selecting previously unselected package node-mkdirp.
Preparing to unpack .../node-mkdirp_0.5.0-1_all.deb ...
Unpacking node-mkdirp (0.5.0-1) ...
Selecting previously unselected package node-graceful-fs.
Preparing to unpack .../node-graceful-fs_3.0.2-1_all.deb ...
Unpacking node-graceful-fs (3.0.2-1) ...
Selecting previously unselected package node-fstream.
Preparing to unpack .../node-fstream_0.1.24-1_all.deb ...
Unpacking node-fstream (0.1.24-1) ...
Selecting previously unselected package node-lru-cache.
Preparing to unpack .../node-lru-cache_2.3.1-1_all.deb ...
Unpacking node-lru-cache (2.3.1-1) ...
Selecting previously unselected package node-sigmund.
Preparing to unpack .../node-sigmund_1.0.0-1_all.deb ...
Unpacking node-sigmund (1.0.0-1) ...
Selecting previously unselected package node-minimatch.
Preparing to unpack .../node-minimatch_1.0.0-1_all.deb ...
Unpacking node-minimatch (1.0.0-1) ...
Selecting previously unselected package node-fstream-ignore.
Preparing to unpack .../node-fstream-ignore_0.0.6-2_all.deb ...
Unpacking node-fstream-ignore (0.0.6-2) ...
Selecting previously unselected package node-github-url-from-git.
Preparing to unpack .../node-github-url-from-git_1.1.1-1_all.deb ...
Unpacking node-github-url-from-git (1.1.1-1) ...
Selecting previously unselected package node-once.
Preparing to unpack .../node-once_1.1.1-1_all.deb ...
Unpacking node-once (1.1.1-1) ...
Selecting previously unselected package node-glob.
Preparing to unpack .../node-glob_4.0.5-1_all.deb ...
Unpacking node-glob (4.0.5-1) ...
Selecting previously unselected package nodejs-dev.
Preparing to unpack .../nodejs-dev_4.2.6dfsg-1ubuntu4.2_amd64.deb ...
Unpacking nodejs-dev (4.2.6
dfsg-1ubuntu4.2) ...
Selecting previously unselected package node-nopt.
Preparing to unpack .../node-nopt_3.0.1-1_all.deb ...
Unpacking node-nopt (3.0.1-1) ...
Selecting previously unselected package node-npmlog.
Preparing to unpack .../node-npmlog_0.0.4-1_all.deb ...
Unpacking node-npmlog (0.0.4-1) ...
Selecting previously unselected package node-osenv.
Preparing to unpack .../node-osenv_0.1.0-1_all.deb ...
Unpacking node-osenv (0.1.0-1) ...
Selecting previously unselected package node-tunnel-agent.
Preparing to unpack .../node-tunnel-agent_0.3.1-1_all.deb ...
Unpacking node-tunnel-agent (0.3.1-1) ...
Selecting previously unselected package node-json-stringify-safe.
Preparing to unpack .../node-json-stringify-safe_5.0.0-1_all.deb ...
Unpacking node-json-stringify-safe (5.0.0-1) ...
Selecting previously unselected package node-qs.
Preparing to unpack .../node-qs_2.2.4-1_all.deb ...
Unpacking node-qs (2.2.4-1) ...
Selecting previously unselected package node-request.
Preparing to unpack .../node-request_2.26.1-1_all.deb ...
Unpacking node-request (2.26.1-1) ...
Selecting previously unselected package node-semver.
Preparing to unpack .../node-semver_2.1.0-2_all.deb ...
Unpacking node-semver (2.1.0-2) ...
Selecting previously unselected package node-tar.
Preparing to unpack .../node-tar_1.0.3-2_all.deb ...
Unpacking node-tar (1.0.3-2) ...
Selecting previously unselected package node-which.
Preparing to unpack .../node-which_1.0.5-2_all.deb ...
Unpacking node-which (1.0.5-2) ...
Selecting previously unselected package node-gyp.
Preparing to unpack .../node-gyp_3.0.3-2ubuntu1_all.deb ...
Unpacking node-gyp (3.0.3-2ubuntu1) ...
Selecting previously unselected package node-ini.
Preparing to unpack .../node-ini_1.1.0-1_all.deb ...
Unpacking node-ini (1.1.0-1) ...
Selecting previously unselected package node-lockfile.
Preparing to unpack .../node-lockfile_0.4.1-1_all.deb ...
Unpacking node-lockfile (0.4.1-1) ...
Selecting previously unselected package node-mute-stream.
Preparing to unpack .../node-mute-stream_0.0.4-1_all.deb ...
Unpacking node-mute-stream (0.0.4-1) ...
Selecting previously unselected package node-normalize-package-data.
Preparing to unpack .../node-normalize-package-data_0.2.2-1_all.deb ...
Unpacking node-normalize-package-data (0.2.2-1) ...
Selecting previously unselected package node-read.
Preparing to unpack .../node-read_1.0.5-1_all.deb ...
Unpacking node-read (1.0.5-1) ...
Selecting previously unselected package node-read-package-json.
Preparing to unpack .../node-read-package-json_1.2.4-1_all.deb ...
Unpacking node-read-package-json (1.2.4-1) ...
Selecting previously unselected package node-retry.
Preparing to unpack .../node-retry_0.6.0-1_all.deb ...
Unpacking node-retry (0.6.0-1) ...
Selecting previously unselected package node-sha.
Preparing to unpack .../node-sha_1.2.3-1_all.deb ...
Unpacking node-sha (1.2.3-1) ...
Selecting previously unselected package node-slide.
Preparing to unpack .../node-slide_1.1.4-1_all.deb ...
Unpacking node-slide (1.1.4-1) ...
Selecting previously unselected package npm.
Preparing to unpack .../npm_3.5.2-0ubuntu4_all.deb ...
Unpacking npm (3.5.2-0ubuntu4) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up libyaml-0-2:amd64 (0.1.6-3) ...
Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu016.04.3) ...
Setting up python2.7 (2.7.12-1ubuntu0
16.04.3) ...
Setting up libpython-stdlib:amd64 (2.7.12-116.04) ...
Setting up python (2.7.12-1
16.04) ...
Setting up libmpfr4:amd64 (3.1.4-1) ...
Setting up libmpc3:amd64 (1.0.3-1) ...
Setting up bzip2 (1.0.6-8) ...
Setting up binutils (2.26.1-1ubuntu116.04.7) ...
Setting up libc-dev-bin (2.23-0ubuntu10) ...
Setting up linux-libc-dev:amd64 (4.4.0-137.163) ...
Setting up libc6-dev:amd64 (2.23-0ubuntu10) ...
Setting up libisl15:amd64 (0.16.1-1) ...
Setting up cpp-5 (5.4.0-6ubuntu1
16.04.10) ...
Setting up cpp (4:5.3.1-1ubuntu1) ...
Setting up libcc1-0:amd64 (5.4.0-6ubuntu116.04.10) ...
Setting up libgomp1:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Setting up libitm1:amd64 (5.4.0-6ubuntu116.04.10) ...
Setting up libatomic1:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Setting up libasan2:amd64 (5.4.0-6ubuntu116.04.10) ...
Setting up liblsan0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Setting up libtsan0:amd64 (5.4.0-6ubuntu116.04.10) ...
Setting up libubsan0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Setting up libcilkrts5:amd64 (5.4.0-6ubuntu116.04.10) ...
Setting up libmpx0:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Setting up libquadmath0:amd64 (5.4.0-6ubuntu116.04.10) ...
Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Setting up gcc-5 (5.4.0-6ubuntu116.04.10) ...
Setting up gcc (4:5.3.1-1ubuntu1) ...
Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1
16.04.10) ...
Setting up g++-5 (5.4.0-6ubuntu116.04.10) ...
Setting up g++ (4:5.3.1-1ubuntu1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up make (4.1-6) ...
Setting up libdpkg-perl (1.18.4ubuntu1.4) ...
Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up patch (2.7.5-1ubuntu0.16.04.1) ...
Setting up dpkg-dev (1.18.4ubuntu1.4) ...
Setting up build-essential (12.1ubuntu2) ...
Setting up python-pkg-resources (20.7.0-1) ...
Setting up gyp (0.1+20150913git1f374df9-1ubuntu1) ...
Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ...
Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ...
Setting up libjs-node-uuid (1.4.0-1) ...
Setting up libjs-underscore (1.7.0
dfsg-1ubuntu1) ...
Setting up libssl-dev:amd64 (1.1.0h-2.0+ubuntu16.04.1+deb.sury.org+1) ...
Setting up libuv1:amd64 (1.9.1-3+deb.sury.orgxenial+1) ...
Setting up libuv1-dev:amd64 (1.9.1-3+deb.sury.org
xenial+1) ...
Setting up nodejs (4.2.6dfsg-1ubuntu4.2) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
Setting up node-async (0.8.0-1) ...
Setting up node-node-uuid (1.4.0-1) ...
Setting up node-underscore (1.7.0
dfsg-1ubuntu1) ...
Setting up rubygems-integration (1.10) ...
Setting up ruby-did-you-mean (1.0.0-2) ...
Setting up ruby-minitest (5.8.4-2) ...
Setting up ruby-net-telnet (0.1.1-2) ...
Setting up ruby-power-assert (0.2.7-1) ...
Setting up ruby-test-unit (3.1.7-2) ...
Setting up gosu (1.7-1) ...
Setting up libjs-inherits (2.0.1-3) ...
Setting up node-abbrev (1.0.5-2) ...
Setting up node-ansi (0.3.0-2) ...
Setting up node-ansi-color-table (1.0.0-1) ...
Setting up node-archy (0.0.2-1) ...
Setting up node-inherits (2.0.1-3) ...
Setting up node-block-stream (0.0.7-1) ...
Setting up node-delayed-stream (0.0.5-1) ...
Setting up node-combined-stream (0.0.5-1) ...
Setting up node-cookie-jar (0.3.1-1) ...
Setting up node-forever-agent (0.5.1-1) ...
Setting up node-mime (1.3.4-1) ...
Setting up node-form-data (0.1.0-1) ...
Setting up node-rimraf (2.2.8-1) ...
Setting up node-mkdirp (0.5.0-1) ...
Setting up node-graceful-fs (3.0.2-1) ...
Setting up node-fstream (0.1.24-1) ...
Setting up node-lru-cache (2.3.1-1) ...
Setting up node-sigmund (1.0.0-1) ...
Setting up node-minimatch (1.0.0-1) ...
Setting up node-fstream-ignore (0.0.6-2) ...
Setting up node-github-url-from-git (1.1.1-1) ...
Setting up node-once (1.1.1-1) ...
Setting up node-glob (4.0.5-1) ...
Setting up nodejs-dev (4.2.6dfsg-1ubuntu4.2) ...
Setting up node-nopt (3.0.1-1) ...
Setting up node-npmlog (0.0.4-1) ...
Setting up node-osenv (0.1.0-1) ...
Setting up node-tunnel-agent (0.3.1-1) ...
Setting up node-json-stringify-safe (5.0.0-1) ...
Setting up node-qs (2.2.4-1) ...
Setting up node-request (2.26.1-1) ...
Setting up node-semver (2.1.0-2) ...
Setting up node-tar (1.0.3-2) ...
Setting up node-which (1.0.5-2) ...
Setting up node-gyp (3.0.3-2ubuntu1) ...
Setting up node-ini (1.1.0-1) ...
Setting up node-lockfile (0.4.1-1) ...
Setting up node-mute-stream (0.0.4-1) ...
Setting up node-normalize-package-data (0.2.2-1) ...
Setting up node-read (1.0.5-1) ...
Setting up node-read-package-json (1.2.4-1) ...
Setting up node-retry (0.6.0-1) ...
Setting up node-sha (1.2.3-1) ...
Setting up node-slide (1.1.4-1) ...
Setting up npm (3.5.2-0ubuntu4) ...
Setting up libruby2.3:amd64 (2.3.1-2
16.04.10) ...
Setting up ruby2.3 (2.3.1-216.04.10) ...
Setting up ruby2.3-dev:amd64 (2.3.1-2
16.04.10) ...
Setting up ruby-dev:amd64 (1:2.3.0+1) ...
Setting up ruby (1:2.3.0+1) ...
Setting up rake (10.5.0-2) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Removing intermediate container 7b970fe5cc70
---> 42ebde669a58
Step 4/14 : RUN gem install sass -v 3.4.23
---> Running in 05db0c665d08
Successfully installed sass-3.4.23
Parsing documentation for sass-3.4.23
Installing ri documentation for sass-3.4.23
Done installing documentation for sass after 3 seconds
1 gem installed
Removing intermediate container 05db0c665d08
---> 2b0b1a1c22b7
Step 5/14 : RUN gem install compass
---> Running in 2207a1c814d1
Successfully installed multi_json-1.13.1
Successfully installed compass-core-1.0.3
Successfully installed compass-import-once-1.0.5
Successfully installed chunky_png-1.3.10
Successfully installed rb-fsevent-0.10.3
Building native extensions. This could take a while...
Successfully installed ffi-1.9.25
Successfully installed rb-inotify-0.9.10
Compass is charityware. If you love it, please donate on our behalf at http://umdf.org/compass Thanks!
Successfully installed compass-1.0.3
Parsing documentation for multi_json-1.13.1
Installing ri documentation for multi_json-1.13.1
Parsing documentation for compass-core-1.0.3
Installing ri documentation for compass-core-1.0.3
Parsing documentation for compass-import-once-1.0.5
Installing ri documentation for compass-import-once-1.0.5
Parsing documentation for chunky_png-1.3.10
Installing ri documentation for chunky_png-1.3.10
Parsing documentation for rb-fsevent-0.10.3
Installing ri documentation for rb-fsevent-0.10.3
Parsing documentation for ffi-1.9.25
Installing ri documentation for ffi-1.9.25
Parsing documentation for rb-inotify-0.9.10
Installing ri documentation for rb-inotify-0.9.10
Parsing documentation for compass-1.0.3
Installing ri documentation for compass-1.0.3
Done installing documentation for multi_json, compass-core, compass-import-once, chunky_png, rb-fsevent, ffi, rb-inotify, compass after 14 seconds
8 gems installed
Removing intermediate container 2207a1c814d1
---> 723e98bb4bd2
Step 6/14 : RUN npm install -g grunt-cli
---> Running in d29fd17720c3
WARN engine [email protected]: wanted: {"node":">= 4.5.0"} (current: {"node":"4.2.6","npm":"3.5.2"})
/usr/local/bin/grunt -> /usr/local/lib/node_modules/grunt-cli/bin/grunt
/usr/local/lib
-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] | +-- [email protected] | +-- [email protected] | | +-- [email protected] | | +-- [email protected] | | | -- [email protected]
| | +-- [email protected]
| | | +-- [email protected]
| | | +-- [email protected]
| | | +-- [email protected]
| | | | +-- [email protected]
| | | | +-- [email protected]
| | | | | -- [email protected] | | | | +-- [email protected] | | | | | +-- [email protected] | | | | | +-- [email protected] | | | | | | -- [email protected]
| | | | | | -- [email protected] | | | | | +-- [email protected] | | | | | -- [email protected]
| | | | +-- [email protected]
| | | | +-- [email protected]
| | | | | +-- [email protected]
| | | | | | -- [email protected] | | | | | | +-- [email protected] | | | | | | -- [email protected]
| | | | | -- [email protected] | | | | | -- [email protected]
| | | | -- [email protected] | | | +-- [email protected] | | | | -- [email protected]
| | | | +-- [email protected]
| | | | -- [email protected] | | | +-- [email protected] | | | | +-- [email protected] | | | | -- [email protected]
| | | +-- [email protected]
| | | | +-- [email protected]
| | | | | -- [email protected] | | | | | +-- [email protected] | | | | | -- [email protected]
| | | | +-- [email protected]
| | | | | +-- [email protected]
| | | | | +-- [email protected]
| | | | | -- [email protected] | | | | -- [email protected]
| | | +-- [email protected]
| | | +-- [email protected]
| | | +-- [email protected]
| | | | -- [email protected] | | | +-- [email protected] | | | | -- [email protected]
| | | | -- [email protected] | | | +-- [email protected] | | | | +-- [email protected] | | | | | +-- [email protected] | | | | | | +-- [email protected] | | | | | | | +-- [email protected] | | | | | | | -- [email protected]
| | | | | | +-- [email protected]
| | | | | | +-- [email protected]
| | | | | | | -- [email protected] | | | | | | | -- [email protected]
| | | | | | +-- [email protected]
| | | | | | | -- [email protected] | | | | | | +-- [email protected] | | | | | | | -- [email protected]
| | | | | | +-- [email protected]
| | | | | | | -- [email protected] | | | | | | | -- [email protected]
| | | | | | -- [email protected] | | | | | | -- [email protected]
| | | | | | +-- [email protected]
| | | | | | -- [email protected] | | | | | | -- [email protected]
| | | | | +-- [email protected]
| | | | | | +-- [email protected]
| | | | | | +-- [email protected]
| | | | | | -- [email protected] | | | | | | +-- [email protected] | | | | | | -- [email protected]
| | | | | | +-- [email protected]
| | | | | | +-- [email protected]
| | | | | | -- [email protected] | | | | | +-- [email protected] | | | | | +-- [email protected] | | | | | | -- [email protected]
| | | | | | +-- [email protected]
| | | | | | -- [email protected] | | | | | +-- [email protected] | | | | | | -- [email protected]
| | | | | -- [email protected] | | | | +-- [email protected] | | | | | -- [email protected]
| | | | +-- [email protected]
| | | | | -- [email protected] | | | | | +-- [email protected] | | | | | | -- [email protected]
| | | | | +-- [email protected]
| | | | | | -- [email protected] | | | | | -- [email protected]
| | | | +-- [email protected]
| | | | +-- [email protected]
| | | | +-- [email protected]
| | | | | +-- [email protected]
| | | | | +-- [email protected]
| | | | | +-- [email protected]
| | | | | +-- [email protected]
| | | | | -- [email protected] | | | | -- [email protected]
| | | -- [email protected] | | -- [email protected]
| | -- [email protected] | | -- [email protected]
| | +-- [email protected]
| | -- [email protected] | | -- [email protected]
| +-- [email protected]
| | +-- [email protected]
| | +-- [email protected]
| | | +-- [email protected]
| | | -- [email protected] | | +-- [email protected] | | -- [email protected]
| | +-- [email protected]
| | | -- [email protected] | | | -- [email protected]
| | | -- [email protected] | | +-- [email protected] | | -- [email protected]
| | -- [email protected] | +-- [email protected] | +-- [email protected] | | -- [email protected]
| +-- [email protected]
| | +-- [email protected]
| | | -- [email protected] | | -- [email protected]
| +-- [email protected]
| -- [email protected] | -- [email protected]
+-- [email protected]
| +-- [email protected]
| -- [email protected] | +-- [email protected] | -- [email protected]
-- [email protected] -- [email protected]
`-- [email protected]

Removing intermediate container d29fd17720c3
---> b6fcfc6f132e
Step 7/14 : RUN ln -s /usr/bin/nodejs /usr/bin/node
---> Running in ad87b9b5d23d
Removing intermediate container ad87b9b5d23d
---> 17ddfd9349b8
Step 8/14 : COPY overrides.conf /etc/php/7.1/fpm/pool.d/z-overrides.conf
---> 64e1edf64b79
Step 9/14 : COPY php-fpm-startup /usr/bin/php-fpm
---> 97ddf61fd5e5
Step 10/14 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh
---> 634985640d1c
Step 11/14 : EXPOSE 9000
---> Running in c98d55849182
Removing intermediate container c98d55849182
---> 311d30cd0afb
Step 12/14 : EXPOSE 35729
---> Running in 01d97f2c46fa
Removing intermediate container 01d97f2c46fa
---> 1c17411b2ddc
Step 13/14 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
---> Running in 6f006eb16531
Removing intermediate container 6f006eb16531
---> 6c2786b9894a
Step 14/14 : CMD /usr/bin/php-fpm
---> Running in 78ad169a0de0
Removing intermediate container 78ad169a0de0
---> 908894df04f3
Successfully built 908894df04f3
Successfully tagged goteo_php:latest
WARNING: Image for service php was built because it did not already exist. To rebuild this image you must use docker-compose build or docker-compose up --build.
Creating goteo-webserver ... done
Creating goteo-mariadb ... done
Creating goteo-php ... done
Attaching to goteo-mariadb, goteo-php, goteo-webserver
goteo-php | Starting with UID : 1000
goteo-php | Loading composer repositories with package information
goteo-php | Installing dependencies (including require-dev) from lock file
goteo-php | Nothing to install or update
goteo-php | Package guzzle/common is abandoned, you should avoid using it. Use guzzle/guzzle instead.
goteo-php | Package guzzle/http is abandoned, you should avoid using it. Use guzzle/guzzle instead.
goteo-php | Package guzzle/parser is abandoned, you should avoid using it. Use guzzle/guzzle instead.
goteo-php | Package guzzle/plugin-mock is abandoned, you should avoid using it. Use guzzle/guzzle instead.
goteo-php | Package guzzle/stream is abandoned, you should avoid using it. Use guzzle/guzzle instead.
goteo-php | Package omnipay/omnipay is abandoned, you should avoid using it. Use league/omnipay instead.
goteo-php | Generating autoload files
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] mysqld (mysqld 10.2.18-MariaDB-1:10.2.18+mariabionic) starting as process 1 ...
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Uses event mutexes
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Compressed tables use zlib 1.2.11
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Using Linux native AIO
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Number of pools: 1
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Using SSE2 crc32 instructions
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Completed initialization of buffer pool
goteo-mariadb | 2018-10-06 18:30:43 139794056140544 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Highest supported file format is Barracuda.
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: 128 out of 128 rollback segments are active.
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Creating shared tablespace for temporary tables
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
goteo-mariadb | 2018-10-06 18:30:43 139794802595776 [Note] InnoDB: Waiting for purge to start
goteo-mariadb | 2018-10-06 18:30:44 139794802595776 [Note] InnoDB: 5.7.23 started; log sequence number 1620136
goteo-mariadb | 2018-10-06 18:30:44 139793769936640 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
goteo-mariadb | 2018-10-06 18:30:44 139794802595776 [Note] Plugin 'FEEDBACK' is disabled.
goteo-mariadb | 2018-10-06 18:30:44 139793769936640 [Note] InnoDB: Buffer pool(s) load completed at 181006 18:30:44
goteo-mariadb | 2018-10-06 18:30:44 139794802595776 [Note] Server socket created on IP: '::'.
goteo-mariadb | 2018-10-06 18:30:44 139794802595776 [Warning] 'proxies_priv' entry '@% root@0cf560b882f4' ignored in --skip-name-resolve mode.
goteo-mariadb | 2018-10-06 18:30:44 139794802595776 [Note] Reading of all Master_info entries succeded
goteo-mariadb | 2018-10-06 18:30:44 139794802595776 [Note] Added new Master_info '' to hash table
goteo-mariadb | 2018-10-06 18:30:44 139794802595776 [Note] mysqld: ready for connections.
goteo-mariadb | Version: '10.2.18-MariaDB-1:10.2.18+maria
bionic' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
goteo-php | PHP Fatal error: Uncaught Symfony\Component\Yaml\Exception\ParseException: Unable to parse at line 104 (near "Configuration"). in /application/vendor/symfony/yaml/Parser.php:444
goteo-php | Stack trace:
goteo-php | #0 /application/vendor/symfony/yaml/Parser.php(105): Symfony\Component\Yaml\Parser->doParse(Array, 0)
goteo-php | #1 /application/vendor/symfony/yaml/Yaml.php(82): Symfony\Component\Yaml\Parser->parse('# Goteo setting...', 0)
goteo-php | #2 /application/src/Goteo/Application/Config/YamlSettingsLoader.php(34): Symfony\Component\Yaml\Yaml::parse('# Goteo setting...')
goteo-php | #3 /application/vendor/symfony/config/Loader/DelegatingLoader.php(40): Goteo\Application\Config\YamlSettingsLoader->load('/application/co...', NULL)
goteo-php | #4 /application/src/Goteo/Application/Config.php(129): Symfony\Component\Config\Loader\DelegatingLoader->load('/application/co...')
goteo-php | #5 /application/src/Goteo/Application/Config.php(38): Goteo\Application\Config::loadFromYaml('/application/co...')
goteo-php | #6 /application/bin/console(32): Goteo\Application\Config::load('/application/co...')
goteo-php | #7 {main}
goteo-php | thrown in /application/vendor/symfony/yaml/Parser.php on line 444
goteo-php | Loading "Gruntfile.js" tasks...ERROR
goteo-php | >> Error: Unable to parse "/application/config/local-docker-settings.yml" file (can not read a block mapping entry; a multiline key may not be an implicit key at line 114, column 1:
goteo-php | >> # Goteo settings file
goteo-php | >> ^).
goteo-php | Warning: Task "build:tmp" not found. Use --force to continue.
goteo-php |
goteo-php | Aborted due to warnings.
goteo-php | Pointing nginx server as DEVELOPMENT (index_dev.php)
goteo-php | *************************************
goteo-php | System ready!
goteo-php |
goteo-php | You can point your browser now to:
goteo-php |
goteo-php | //0.0.0.0:8081
goteo-php |
goteo-php | *************************************
goteo-php | [06-Oct-2018 18:31:01] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
goteo-php | [06-Oct-2018 18:31:01] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root
goteo-php | [06-Oct-2018 18:31:01] NOTICE: fpm is running, pid 58
goteo-php | [06-Oct-2018 18:31:01] NOTICE: ready to handle connections
goteo-php | [06-Oct-2018 18:31:01] NOTICE: systemd monitor interval set to 10000ms
goteo-php | 172.18.0.4 - 06/Oct/2018:18:32:06 +0000 "GET /index_dev.php" 404
goteo-webserver | 2018/10/06 18:32:06 [error] 6#6: *2 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.18.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081"
goteo-php | 172.18.0.4 - 06/Oct/2018:18:32:07 +0000 "GET /index_dev.php" 404
goteo-webserver | 2018/10/06 18:32:07 [error] 6#6: *2 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.18.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081", referrer: "http://localhost:8081/"
goteo-webserver | 2018/10/06 18:36:22 [error] 6#6: *5 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.18.0.1, server: , request: "GET / HTTP/1.1", upstream: "fastcgi://172.18.0.3:9000", host: "localhost:8081"
goteo-php | 172.18.0.4 - 06/Oct/2018:18:36:22 +0000 "GET /index_dev.php" 404

The successful login again redirect to Login Page in Chrome browser

I am using latest code from the goteo repo.
it is working fine in Internet Explorer and MS Edge but doesn't work with Chrome browser
When I try to login, after entering user or while entering password, it navigates to Cookies info page and if luckily I am allowed to press Login submit button it successfully authenticate (as i see in debug mode) but come back to login page again
any tip?

Enable to send the project. Send button is disabled (grayed out)

After filling the form for creating a project and previewing it, I am unable to send to the project as the Send button is disabled (grayed out) even if no errors are waiting for correction (It displays: There's 0 errors in total). See the following image:

project

Can't create a project on "devel" branch

To reproduce the bug, create a project (after creating an account) by following the form when you arrive and select "social commitment none" the screen gets gray.
Then you cannot do anything to go to the next step. you are bloqued

bug_project_gif

responsive template

I am using version 3.2, and I tried all the info in the documentation to get the responsive template to show, however no success so far.
I place this in the setting.yml to activate the template
plugins:
plugin-responsive:
active: true

responsive template is added to extend folder like so
extend/plugin-responsive/Resources/templates/responsive
I also tried adding home/index to DiscoverController.php. and still the responsive template does not show, the only time it partially shows up is when I rename the default template however with 500 error on page. could you tell me what I'm doing wrong here, and also send me some additional information or documents regarding adding the responsive template instead of the default one, via email or via this thread on github. If you choose to send this info via email, I will provide when you respond.

Newsletter: Not found error, Error 404, The page you're looking for doesn't exist Ooops...!

Not found error
Error 404
Goteo\Application\Exception\ModelNotFoundException:
at Goteo.Controller.NewsletterController.indexAction(NewsletterController.php:49)
at Symfony.Component.HttpKernel.HttpKernel.handleRaw(HttpKernel.php:135)
at Symfony.Component.HttpKernel.HttpKernel.handle(HttpKernel.php:57)
at Goteo.Application.App.run(App.php:180)
at (main)(index.php:48)
http://got-local.com/newsletter

The page you're looking for doesn't exist
Ooops...!

Are you sure this is the correct URL?
If this is the case, get in touch with us Here.

Geolocation issue

Cannot add a location in my profile and when creating new projects

@microstudi


Godaddy Deluxe Plan
Linux Share Hosting PHP5 MySQL

error in /admin/categories

error when press 'See Keywords' the link is admin/categories/keywords

Fatal error: Uncaught Error: Call to undefined method Goteo\Model\Category::getList() in /var/www/amya1/src/Goteo/Controller/Admin/CategoriesSubController.php:246 Stack trace: #0 [internal function]: Goteo\Controller\Admin\CategoriesSubController->process('keywords', NULL, Array, NULL) #1 /var/www/amya1/src/Goteo/Controller/Admin/CategoriesSubController.php(44): call_user_func_array(Array, Array) #2 /var/www/amya1/src/Goteo/Controller/AdminController.php(211): Goteo\Controller\Admin\CategoriesSubController->keywordsAction(NULL, NULL) #3 /var/www/amya1/vendor/symfony/http-kernel/HttpKernel.php(135): Goteo\Controller\AdminController->optionAction('categories', 'keywords', NULL, NULL, Object(Symfony\Component\HttpFoundation\Request)) #4 /var/www/amya1/vendor/symfony/http-kernel/HttpKernel.php(57): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1) #5 /var/www/amya1/src/Goteo/Application/App.php(180): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\ in /var/www/amya1/src/Goteo/Controller/Admin/CategoriesSubController.php on line 246

Fatal error: Uncaught Error: Call to undefined method Goteo\Model\Banner::getSection()

Hi all,
after installed the project with dockers option (goteo-php, goteo-mariadb and goteo-webserver)
I had logged in as a 'admin' and I tried to create a new Banner from scratch, in menu option:

  • /admin/banners

with 'New Banner' button. Without selecting any project, I can attach an image and create banner.
Then, when I go to front, I get this error:

( ! ) Fatal error: Uncaught Error: Call to undefined method Goteo\Model\Banner::getSection() in /application/Resources/templates/responsive/partials/components/main_slider.php on line 36

After that, I went to /project/create, I created a new project (all steps) and then I returned to /admin/banners, I updated 'project' info for that banner, but the error still appears in front.

In other hand, I searched the line error but I didn't found any getSection method in Goteo/Model/Banner.php, as it is called in main_slider.php ...

What are the correct steps or where can I find some docs please?
Thanks in advance
Greetings

Fatal error: Uncaught Error, when in 'categories' menu, and click on 'NEW CATEGORY' then 'ADD' and 'SEE KEYWORDS'

Fatal error: Uncaught Error: Call to undefined method Goteo\Model\Category::getList() in /var/www/got/src/Goteo/Controller/Admin/CategoriesSubController.php:246 Stack trace: #0 [internal function]: Goteo\Controller\Admin\CategoriesSubController->process('keywords', NULL, Array, NULL) #1 /var/www/got/src/Goteo/Controller/Admin/CategoriesSubController.php(44): call_user_func_array(Array, Array) #2 /var/www/got/src/Goteo/Controller/AdminController.php(211): Goteo\Controller\Admin\CategoriesSubController->keywordsAction(NULL, NULL) #3 /var/www/got/vendor/symfony/http-kernel/HttpKernel.php(135): Goteo\Controller\AdminController->optionAction('categories', 'keywords', NULL, NULL, Object(Symfony\Component\HttpFoundation\Request)) #4 /var/www/got/vendor/symfony/http-kernel/HttpKernel.php(57): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1) #5 /var/www/got/src/Goteo/Application/App.php(180): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\ in /var/www/got/src/Goteo/Controller/Admin/CategoriesSubController.php on line 246.

File all.ac883e08.css instead of all.css in dist/assets/css/ and admin menu not appearing

After building the project (grunt build), the directory dist/assets/css does not contain a file all.css which poses some problems, it rather contains a file called all.ac883e08.css that I need to manually rename to all.css.

Also, when I go to the url mywebsite/admin, there is nothing that appears, only a message "
Please select an option from the menu" is appearing.

when using goteo's vagrantfile, npm install fails

When I use master's branch, I ran into this error

vagrant@ubuntu-14:~/goteo$ npm install
npm WARN engine [email protected]: wanted: {"node":">=0.10.0","npm":">=2.1.5"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN engine [email protected]: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm ERR! Error: UNKNOWN, symlink '../rimraf/bin.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.13.0-24-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /home/vagrant/goteo
npm ERR! node -v v0.10.37
npm ERR! npm -v 1.4.28
npm ERR! path ../rimraf/bin.js
npm ERR! code UNKNOWN
npm ERR! errno -1
npm ERR! not ok code 0

in ububuntu 14.04, node is still in 0.10.x and npm < 2.x

If I use https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions, all green

Found another ERROR

Hi, i found another error during view of Admin panel seems this :

View::getEngine()->useContext('admin/', [
'option' => $option,
'admin_menu' => $menu,
'all_roles' => $all_roles,
'all_nodes' => $all_nodes,
'admin_node' => $admin_node,
'admin_nodes' => $admin_nodes,
'breadcrumb' => $breadcrumb,
]);
the code inside AdminController.php, when the value of admin_menu use in Breadcrumb.php will be empty

Thx

Local installation Windows

Windows issue: when I follow the steps as described at goteo Documentation, the project opens but is not loading the default css files ex: all.css, call.css, home.css, vendor.css, home-vendor.css etc. CSS files are there but they are overwritten with numbers in the end of their name.

Database structure errors

Installation is complete,

I get this error:

Column not found: 1054 Unknown column 'page_lang.content' in 'field list'

Please update the database?If you have updated, please update SQL file, thank you!

Making root a vip in all nodes removes admin access

It turns out that when I give user root the vip role for all goteo nodes, it ends up losing access to the admin dashboard. Goteo gives a 403 forbidden error.

Manually removing the vip entry in the user_role table restores access back and confirms this weird behaviour.

I've tried with v3.2.1 only, which is the version I'm working on right now. I can't tell if this is still an issue with latest version yet, but I thought it'd be interesting to share just in case someone else freaks out like I did.

Import Database error

When I using command to import Data.sql. It shows an error:

ERROR 1452 (23000) at line 542: Cannot add or update a child row: a foreign key constraint fails (goteo3.user, CONSTRAINT user_ibfk_1 FOREIGN KEY (node) REFERENCES node (id) ON UPDATE CASCADE)

How to fix it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.