[Bug 682704] Review Request: uwsgi - Fast, self-healing, application container server

bugzilla at redhat.com bugzilla at redhat.com
Sat Sep 3 22:48:35 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=682704

--- Comment #7 from Ed Marshall <esm+redhat at logic.net> 2011-09-03 18:48:32 EDT ---
Just a note: running "uwsgi --plugin XYZ" won't work unless XYZ_plugin.so is in
the current working directory, because the plugin path doesn't get set at
build-time (so it defaults to "./").

I added this to %prep to get that part working correctly:

echo "plugin_dir = %{_libdir}/uwsgi" >> buildconf/fedora.ini

After that, I patched build_plugin uwsgiconfig.py to not include plugin_dir +
'/' when specifying the destination for the built module (plugin_dest);
otherwise, it tries to build and install it directly to the target location
(ie. outside the buildroot). A better long-term fix here would be adding
support for a buildroot to uwsgi's build system.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list