Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521826 - www-server/uwsgi-2.0.6 - add rados plugin support
Summary: www-server/uwsgi-2.0.6 - add rados plugin support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-08-31 14:21 UTC by babykart
Modified: 2014-10-08 09:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
add_plugin_rados_to_uwsgi-2.0.6.patch (add_plugin_rados_to_uwsgi-2.0.6.patch,882 bytes, patch)
2014-08-31 14:23 UTC, babykart
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description babykart 2014-08-31 14:21:29 UTC
Hi,
The Rados plugin is available from uWSGI 1.9.16, stable from uWSGI 2.0.6.
Regards.

http://uwsgi-docs.readthedocs.org/en/latest/Rados.html

Reproducible: Always




Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.8.3, glibc-2.19-r1, 3.16.1-gentoo x86_64)
=================================================================
System uname: Linux-3.16.1-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_E5410_@_2.33GHz-with-gentoo-2.2
KiB Mem:    16423452 total,   1682012 free
KiB Swap:    1048572 total,   1048084 free
Timestamp of tree: Sun, 31 Aug 2014 09:45:01 +0000
ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.7, 3.3.5-r1
dev-util/cmake:           2.8.12.2-r1
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.13.1
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.12.6, 1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.8.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.16 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo fallabs mysql entropie
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -mtune=core2 -fno-stack-protector"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/spool/munin-async/.ssh"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=core2 -mtune=core2 -fno-stack-protector"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg candy config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mir0.gentoo-fr.org/ ftp://gentoo.imj.fr/pub/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/fallabs /var/lib/layman/mysql /var/lib/layman/entropie"
USE="aio amd64 bash-completion berkdb bzip2 clang cli cracklib crypt cxx device-mapper gdbm iconv iproute2 ipv6 llvm lz4 lzma lzo mmx mmxext modules multilib ncurses nls nptl openmp pam pcre readline session sse sse2 ssl ssse3 tcpd threads udev unicode urandom vim-syntax zlib" ABI_X86="64" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-4 php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev vga" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 1 babykart 2014-08-31 14:23:31 UTC
Created attachment 384002 [details, diff]
add_plugin_rados_to_uwsgi-2.0.6.patch
Comment 2 Ultrabug gentoo-dev 2014-10-08 09:37:06 UTC
+*uwsgi-2.0.7-r1 (08 Oct 2014)
+*uwsgi-2.0.6-r2 (08 Oct 2014)
+*uwsgi-1.4.10-r1 (08 Oct 2014)
+
+  08 Oct 2014; Ultrabug <ultrabug@gentoo.org> -uwsgi-1.4.10.ebuild,
+  +uwsgi-1.4.10-r1.ebuild, -uwsgi-2.0.6-r1.ebuild, +uwsgi-2.0.6-r2.ebuild,
+  -uwsgi-2.0.7.ebuild, +uwsgi-2.0.7-r1.ebuild:
+  drop php 5.3 target fix #524232, add rados plugin fix #521826 thx to babykart
+

Hi babykart, thanks for your patience, it's now in tree :)

Enjoy.

FYI : I added it to the UWSGI_PLUGINS_OPT (optional) list of plugins.