Hello.
We have one package affected in standard repo: leechcraft-eiskaltdcpp. The program itself doesn't require php5. But the package includes example scripts with shebang '!/usr/bin/php5'. So the package isn't installable.
Also I see the same problem with pgfouine from Contrib (written in PHP) and eiskaltdcpp from filesharing repo. Maybe more in third-party repositories.
Can we have symlink /usr/bin/php -> php5 in php5 package? Or affected packages should be fixed?
On 12/1/2011 5:44 AM, Kyrill Detinov wrote:
Hello.
We have one package affected in standard repo: leechcraft-eiskaltdcpp. The program itself doesn't require php5. But the package includes example scripts with shebang '!/usr/bin/php5'. So the package isn't installable.
Also I see the same problem with pgfouine from Contrib (written in PHP) and eiskaltdcpp from filesharing repo. Maybe more in third-party repositories.
Can we have symlink /usr/bin/php -> php5 in php5 package? Or affected packages should be fixed?
Hello,
You can simply symlink? A work around for now :)
On Thu, 2011-12-01 at 05:52 -0500, Bombshellz Administrator wrote:
On 12/1/2011 5:44 AM, Kyrill Detinov wrote:
Hello.
We have one package affected in standard repo: leechcraft-eiskaltdcpp. The program itself doesn't require php5. But the package includes example scripts with shebang '!/usr/bin/php5'. So the package isn't installable.
Also I see the same problem with pgfouine from Contrib (written in PHP) and eiskaltdcpp from filesharing repo. Maybe more in third-party repositories.
Can we have symlink /usr/bin/php -> php5 in php5 package? Or affected packages should be fixed?
Hello,
You can simply symlink? A work around for now :)
This does not update the RPM database and packages requiring /usr/bin/php5 will still be listed as having unsatisfied dependencies.
Dominique
On Thu, Dec 01, 2011 at 11:56:54AM +0100, Dimstar / Dominique Leuenberger wrote:
On Thu, 2011-12-01 at 05:52 -0500, Bombshellz Administrator wrote:
On 12/1/2011 5:44 AM, Kyrill Detinov wrote:
Hello.
We have one package affected in standard repo: leechcraft-eiskaltdcpp. The program itself doesn't require php5. But the package includes example scripts with shebang '!/usr/bin/php5'. So the package isn't installable.
Also I see the same problem with pgfouine from Contrib (written in PHP) and eiskaltdcpp from filesharing repo. Maybe more in third-party repositories.
Can we have symlink /usr/bin/php -> php5 in php5 package? Or affected packages should be fixed?
Hello,
You can simply symlink? A work around for now :)
This does not update the RPM database and packages requiring /usr/bin/php5 will still be listed as having unsatisfied dependencies.
it is actually a file provides that needs to be provided by the php5 package if wanted. Existence of the binary does not make it automatically provided.
Ciao, Marcus