Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php5-json, php5-geoip, php5-memcache broken on 5.5.14 -> 5.5.15 update #9

Closed
lastguru1 opened this issue Aug 19, 2014 · 3 comments
Closed

Comments

@lastguru1
Copy link

I am using php 5.5.14+dfsg-2+deb.sury.orgprecise+1 from your repository. I've just tries to upgrade to 5.5.15+dfsg-3+deb.sury.orgprecise+1 , however php5-json, php5-geoip and php5-memcache became broken due to dependency on phpapi-20121212 (that is not provided anymore). All three of these packages are from your repository, so is there a bug somewhere?

@oerdnj
Copy link
Owner

oerdnj commented Aug 20, 2014

I guess - I was doing some merging between php5.6 and php5.5 branches and I might have merged too much. I will check that asap.

@oerdnj
Copy link
Owner

oerdnj commented Aug 20, 2014

So no, it looks ok and 5.5.15+dfsg-3+deb.sury.org~precise+1 can be installed.

Did you perhaps mix some other repositories?

Could you do:

apt-cache policy php5-common
apt-cache policy php5-json
apt-cache policy php5-geoip
apt-cache policy php5-memcache

and post the output here?

It should look like this:

# apt-cache policy php5-common
php5-common:
  Installed: 5.5.15+dfsg-3+deb.sury.org~precise+1
  Candidate: 5.5.15+dfsg-3+deb.sury.org~precise+1
  Version table:
 *** 5.5.15+dfsg-3+deb.sury.org~precise+1 0
        500 http://ppa.launchpad.net/ondrej/php5/ubuntu/ precise/main amd64 Packages
        100 /var/lib/dpkg/status
     5.3.10-1ubuntu3.13 0
        500 http://cz.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
        500 http://cz.archive.ubuntu.com/ubuntu/ precise-security/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages
     5.3.10-1ubuntu3 0
        500 http://cz.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

and

# apt-cache policy php5-json
php5-json:
  Installed: 1.3.6-1+deb.sury.org~precise+1
  Candidate: 1.3.6-1+deb.sury.org~precise+1
  Version table:
 *** 1.3.6-1+deb.sury.org~precise+1 0
        500 http://ppa.launchpad.net/ondrej/php5/ubuntu/ precise/main amd64 Packages
        100 /var/lib/dpkg/status

@oerdnj
Copy link
Owner

oerdnj commented Aug 20, 2014

Found it and the fix is on its way.

I have merged fixes from other branch (PHP 5.6) and it has fixed
some long standing bug (that dropped the +lfs part from PHPAPI
by accident). Unfortunately the fix also broke the module dependency
on 32-bit platforms.

This has been fixed in 5.5.15+dfsg-4+deb.sury.org~+1

Cheers,
Ondrej

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants