Public bug reported: uwsgi-plugin-php hits some migration issues in Jammy, that it appears Debian CI hits as well:
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/amd64/u/uwsgi-plugin-php/20220205_214753_a5de0@/log.gz https://ci.debian.net/data/autopkgtest/unstable/amd64/u/uwsgi-plugin-php/18527356/log.gz *** uWSGI is running in multiple interpreter mode *** spawned uWSGI worker 1 (and the only) (pid: 7487, cores: 1) writing pidfile to /tmp/tmp.3ypyfy46me/uwsgi.pid PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 PHP Fatal error: Failed opening required '9dy3i/downtmp/build.1aL/src/debian/tests/htdocs/index.php' (include_path='.:/usr/share/php') in Unknown on line 0 [pid: 7487|app: -1|req: -1/1] 127.0.0.1 () {24 vars in 257 bytes} [Thu Jan 20 19:26:19 2022] GET / => generated 0 bytes in 0 msecs (HTTP/1.1 500) 1 headers in 78 bytes (0 switches on core 0) I'm not sure what the problem is but would guess it to be some sort of php8.1/uwsgi incompatibility. We've patched up such problems in the past. However, this source package has no rdeps other than itself: $ apt-cache rdepends uwsgi-plugin-php uwsgi-plugin-php Reverse Depends: uwsgi-plugin-php-dbgsym uwsgi-plugin-php-dbgsym The uwsgi package contains the plugin's source but does not appear to produce its binaries (the packaging situation here is a bit unusual, so entirely possible I misunderstand), and does not depend on it. Of note is this changelog entry: uwsgi (2.0.15-10) unstable; urgency=medium * Simplify packaging by offloading some parts to separate source: + Stop build plugins for PHP. + Drop binary package uwsgi-plugin-php. + Stop build-depend on php-dev libphp-embed. So, I believe since nothing seems to require this package we can drop its binaries and sources from jammy. It should also be blocked so it doesn't sync back in from Debian. ** Affects: uwsgi-plugin-php (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960356 Title: Remove binaries and source for uwsgi-plugin-php in jammy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/uwsgi-plugin-php/+bug/1960356/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
