miwi-fbsd / miwi-ports

untested / unfinished ports
4 stars 0 forks source link

Extension sybase_ct not found #4

Closed lunetics closed 8 years ago

lunetics commented 8 years ago

Just tried the full module installed and got this error:

Installing php70-sqlite3-7.0.2...
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/sqlite3.so - found
===>   Returning to build of php70-extensions-1.0
Error a dependency refers to a non existing origin: /usr/ports/databases/php70-sybase_ct in BUILD_DEPENDS
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/lang/php70-extensions
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/php70-extensions
===>  Staging for php70-pdo_sqlite-7.0.2
===>   php70-pdo_sqlite-7.0.2 depends on file: /usr/local/include/php/main/php.h - found
===>   php70-pdo_sqlite-7.0.2 depends on file: /usr/local/lib/php/20151012/pdo.so - found
===>   Generating temporary packing list
====> Compressing man pages (compress-man)
===>  Installing for php70-pdo_sqlite-7.0.2
===>   Registering installation for php70-pdo_sqlite-7.0.2 as automatic
Installing php70-pdo_sqlite-7.0.2...
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/pdo_sqlite.so - found
===>   Returning to build of php70-extensions-1.0
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/pgsql.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/phar.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/posix.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/pspell.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/readline.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/recode.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/session.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/shmop.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/simplexml.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/soap.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/sockets.so - found
===>   php70-extensions-1.0 depends on file: /usr/local/lib/php/20151012/sqlite3.so - found
Error a dependency refers to a non existing origin: /usr/ports/databases/php70-sybase_ct in RUN_DEPENDS
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/lang/php70-extensions
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/lang/php70-extensions
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/php70-extensions
miwi-fbsd commented 8 years ago

Moin,

Don't search for ereg, mssql, sybase_ct or mysql extensions, they have been removed from PHP7. We'll see if they will be available on PECL soonish.

http://php.net/manual/en/migration70.removed-exts-sapis.php

lunetics commented 8 years ago

So maybe it should also be completely removed from the php70-extensions port?

miwi-fbsd commented 8 years ago

It is already. I think I need to put some if cases to avoid it for php7

miwi-fbsd commented 8 years ago

Hi,

This should be fixed. Thanks for your report.