[Bug 1717378] Re: uwsgi-plugin-php depends on an unreleased version of libphp-embed

2019-03-14 Thread Andreas Hasenack
Marking as fix released according to comment above.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717378

Title:
  uwsgi-plugin-php depends on an unreleased version of  libphp-embed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/1717378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1717378] Re: uwsgi-plugin-php depends on an unreleased version of libphp-embed

2019-03-14 Thread Andreas Hasenack
And according to my own testing on xenial:
root@xenial:~# apt-get install uwsgi-plugin-php
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  libfreetype6
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
  libjansson4 libmatheval1 libphp-embed libphp7.0-embed libsodium18 libzmq5 
php-common php-readline php7.0-common php7.0-phpdbg php7.0-readline uwsgi-core
Suggested packages:
  php-pear nginx-full | cherokee | libapache2-mod-proxy-uwsgi | 
libapache2-mod-uwsgi | libapache2-mod-ruwsgi uwsgi-plugins-all uwsgi-extra
The following NEW packages will be installed:
  libjansson4 libmatheval1 libphp-embed libphp7.0-embed libsodium18 libzmq5 
php-common php-readline php7.0-common php7.0-phpdbg php7.0-readline uwsgi-core 
uwsgi-plugin-php
0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
Need to get 4,297 kB of archives.
After this operation, 16.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
(...)
Setting up uwsgi-core (2.0.12-5ubuntu3.2) ...
Setting up uwsgi-plugin-php (2.0.12-5ubuntu3.2) ...
Processing triggers for libc-bin (2.23-0ubuntu11) ...
root@xenial:~# echo $?
0
root@xenial:~# 


** Changed in: uwsgi (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717378

Title:
  uwsgi-plugin-php depends on an unreleased version of  libphp-embed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/1717378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1717378] Re: uwsgi-plugin-php depends on an unreleased version of libphp-embed

2018-10-05 Thread Leo Davis
I just upgraded to uwsgi 2.0.12-5ubuntu3.2 and uwsgi-plugin-php
2.0.12-5ubuntu3.2.  I don't have any held broken packages with these:

$ dpkg -l uwsgi*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   
  ArchitectureDescription
+++-=-===-===-
ii  uwsgi 2.0.12-5ubuntu3.2 
  amd64   fast, self-healing application 
container server
ii  uwsgi-core2.0.12-5ubuntu3.2 
  amd64   fast, self-healing application 
container server (core)
...
ii  uwsgi-plugin-php  2.0.12-5ubuntu3.2 
  amd64   PHP plugin for uWSGI


So I think this is fixed.  Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717378

Title:
  uwsgi-plugin-php depends on an unreleased version of  libphp-embed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/1717378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1717378] Re: uwsgi-plugin-php depends on an unreleased version of libphp-embed

2017-09-20 Thread Jim Howell
I've had success working around this in Xenial by creating the following
file:

/etc/apt/preferences.d/avoid-broken-uwsgi
```
# 2.0.12-5-ubuntu3.1 is broken for almost all the uwsgi packages,
# until this bug gets fixed:
# https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/1717378

Package: uwsgi-*
Pin: version 2.0.12-5ubuntu3.1
Pin-Priority: -999
```

Then apt update and you can install the previous working version as
normal.  Note: If this bug is not fixed in the next release, this
workaround will break until THAT version is also pinned out. I'm
assuming it will be fixed before then here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717378

Title:
  uwsgi-plugin-php depends on an unreleased version of  libphp-embed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/1717378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1717378] Re: uwsgi-plugin-php depends on an unreleased version of libphp-embed

2017-09-20 Thread Nicolas Delvaux
The required libphp7.0-embed version (1:7.0+35ubuntu6.1) is available in
the "Proposed" repository.

The new uwsgi package should not have been pushed to standard repos
before the new libphp7.0-embed.

I see two options:
* Release a new uwsgi version with a lower dependency on libphp7.0-embed
* Migrate the Proposed libphp7.0-embed version to the Release repo.

I don't know who can fix this.
I'm subscribing the SRU team as this seems to be a bug in the SRU process. I 
hope it's relevant.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717378

Title:
  uwsgi-plugin-php depends on an unreleased version of  libphp-embed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/1717378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1717378] Re: uwsgi-plugin-php depends on an unreleased version of libphp-embed

2017-09-14 Thread chefebe
Ubuntu (16.04) recently prompted me to update software.  It failed.  I
now get warnings similar to the above regarding uwsgi-plugin-php
dependency issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717378

Title:
  uwsgi-plugin-php depends on an unreleased version of  libphp-embed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/1717378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1717378] Re: uwsgi-plugin-php depends on an unreleased version of libphp-embed

2017-09-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: uwsgi (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717378

Title:
  uwsgi-plugin-php depends on an unreleased version of  libphp-embed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uwsgi/+bug/1717378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs