Trying to build from the php7 branch gives the following errors: #64

Closed
opened 2016-08-30 04:55:23 +00:00 by adrianocr · 2 comments
adrianocr commented 2016-08-30 04:55:23 +00:00 (Migrated from github.com)
ERROR: unsatisfiable constraints:
  php7-ctype (missing):
    required by: world[php7-ctype]
  php7-curl (missing):
    required by: world[php7-curl]
  php7-dom (missing):
    required by: world[php7-dom]
  php7-fpm (missing):
    required by: world[php7-fpm]
  php7-gd (missing):
    required by: world[php7-gd]
  php7-iconv (missing):
    required by: world[php7-iconv]
  php7-intl (missing):
    required by: world[php7-intl]
  php7-json (missing):
    required by: world[php7-json]
  php7-mcrypt (missing):
    required by: world[php7-mcrypt]
  php7-memcached (missing):
    required by: world[php7-memcached]
  php7-mysqli (missing):
    required by: world[php7-mysqli]
  php7-mysqlnd (missing):
    required by: world[php7-mysqlnd]
  php7-openssl (missing):
    required by: world[php7-openssl]
  php7-pdo (missing):
    required by: world[php7-pdo]
  php7-pdo_mysql (missing):
    required by: world[php7-pdo_mysql]
  php7-pdo_pgsql (missing):
    required by: world[php7-pdo_pgsql]
  php7-pgsql (missing):
    required by: world[php7-pgsql]
  php7-phar (missing):
    required by: world[php7-phar]
  php7-sqlite3 (missing):
    required by: world[php7-sqlite3]
  php7-xml (missing):
    required by: world[php7-xml]
  php7-xsl (missing):
    required by: world[php7-xsl]
  php7-zip (missing):
    required by: world[php7-zip]
  php7-zlib (missing):
    required by: world[php7-zlib]
``` ERROR: unsatisfiable constraints: php7-ctype (missing): required by: world[php7-ctype] php7-curl (missing): required by: world[php7-curl] php7-dom (missing): required by: world[php7-dom] php7-fpm (missing): required by: world[php7-fpm] php7-gd (missing): required by: world[php7-gd] php7-iconv (missing): required by: world[php7-iconv] php7-intl (missing): required by: world[php7-intl] php7-json (missing): required by: world[php7-json] php7-mcrypt (missing): required by: world[php7-mcrypt] php7-memcached (missing): required by: world[php7-memcached] php7-mysqli (missing): required by: world[php7-mysqli] php7-mysqlnd (missing): required by: world[php7-mysqlnd] php7-openssl (missing): required by: world[php7-openssl] php7-pdo (missing): required by: world[php7-pdo] php7-pdo_mysql (missing): required by: world[php7-pdo_mysql] php7-pdo_pgsql (missing): required by: world[php7-pdo_pgsql] php7-pgsql (missing): required by: world[php7-pgsql] php7-phar (missing): required by: world[php7-phar] php7-sqlite3 (missing): required by: world[php7-sqlite3] php7-xml (missing): required by: world[php7-xml] php7-xsl (missing): required by: world[php7-xsl] php7-zip (missing): required by: world[php7-zip] php7-zlib (missing): required by: world[php7-zlib] ```
richarvey commented 2016-08-30 08:42:34 +00:00 (Migrated from github.com)

This sounds like a mirror issue downloading the packages, I'll investigate now

This sounds like a mirror issue downloading the packages, I'll investigate now
richarvey commented 2016-08-30 10:24:16 +00:00 (Migrated from github.com)

@adrianocr Looks like alpine has migrated php7 from testing tot the community repo. Other oddities are the php7-memcached package has gone.

I've now corrected and tested this in our build so it should work for you if you do a pull shortly.

@adrianocr Looks like alpine has migrated php7 from testing tot the community repo. Other oddities are the php7-memcached package has gone. I've now corrected and tested this in our build so it should work for you if you do a pull shortly.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ric/nginx-php-fpm#64
No description provided.