<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>230211</bug_id>
          
          <creation_ts>2008-06-30 15:54 0000</creation_ts>
          <short_desc>www-apache/mod_python-3.3.1 - connobject.c:142: error: request for member &apos;next&apos; in something not a structure or union</short_desc>
          <delta_ts>2008-08-26 20:12:34 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>dsdale24@gmail.com</reporter>
          <assigned_to>apache-bugs@gentoo.org</assigned_to>
          <cc>aross@whitley.unimelb.edu.au</cc>
    
    <cc>fmccor@gentoo.org</cc>
    
    <cc>GentooBugZilla@JasonGreen.Name</cc>
    
    <cc>jasper@unix.geek.nz</cc>
    
    <cc>johnjaylward@yahoo.com</cc>
    
    <cc>phajdan.jr@gmail.com</cc>
    
    <cc>projects.gg.aaron@gmail.com</cc>
    
    <cc>python@gentoo.org</cc>
    
    <cc>quantumsummers@gentoo.org</cc>
    
    <cc>XL@XLsigned.net</cc>

      

      
          <long_desc isprivate="0">
            <who>dsdale24@gmail.com</who>
            <bug_when>2008-06-30 15:54:52 0000</bug_when>
            <thetext>I get the following failure when I try to merge mod_python:

Emerging (3 of 4) www-apache/mod_python-3.3.1 to /
 * mod_python-3.3.1.tgz RMD160 SHA1 SHA256 size ;-) ...                                 [ ok ]
 * checking ebuild checksums ;-) ...                                                    [ ok ]
 * checking auxfile checksums ;-) ...                                                   [ ok ]
 * checking miscfile checksums ;-) ...                                                  [ ok ]
 * checking mod_python-3.3.1.tgz ;-) ...                                                [ ok ]
&gt;&gt;&gt; Unpacking source...
&gt;&gt;&gt; Unpacking mod_python-3.3.1.tgz to /var/tmp/portage/www-apache/mod_python-3.3.1/work
&gt;&gt;&gt; Source unpacked.
&gt;&gt;&gt; Compiling source in /var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1 ...
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-apxs=/usr/sbin/apxs2 --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for main in -lm... yes
checking for an ANSI C-conforming const... yes
checking your blood pressure... a bit high, but we can proceed
configure: checking whether apxs is available...
checking for --with-apxs... /usr/sbin/apxs2 executable, good
checking Apache version... 2.2.9
checking for Apache libexec directory... /usr/lib64/apache2/modules
checking for Apache include directory... -I/usr/include/apache2
checking for --with-python... no
checking for python... /usr/bin/python
checking Python version... 2.5
checking Python install prefix... /usr
checking checking where python libraries are installed... /usr/lib64/python2.5
checking for Py_NewInterpreter in -lpython2.5... yes
checking what libraries Python was linked with... -lpython2.5   -lpthread -ldl  -lutil   -lm  
checking linker flags used to link Python...
checking where Python include files are... -I/usr/include/python2.5
checking for --with-python-src... no
checking for --with-mutex-dir... no
Using MUTEX_DIR /tmp
checking for --with-max-locks... no
Using 8 MAX_LOCKS.
checking for --with-flex... no
checking for flex... /usr/bin/flex
found /usr/bin/flex, we&apos;ll use this. Use --with-flex to specify another.
checking flex version... 2.5.35. Good
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating Doc/Makefile
config.status: creating src/include/mod_python.h
config.status: creating test/Makefile
config.status: creating test/testconf.py
config.status: creating dist/setup.py
config.status: creating dist/Makefile
make[1]: Entering directory `/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src&apos;

Compiling for DSO.

/usr/sbin/apxs2 -I/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/usr/include/python2.5 -c mod_python.c _apachemodule.c requestobject.c tableobject.c util.c serverobject.c connobject.c filterobject.c hlist.c hlistobject.c finfoobject.c -L/usr/lib64/python2.5/config  -Xlinker -export-dynamic    -L.   -lm  -lpython2.5   -lpthread -ldl  -lutil   -lm
/usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/usr/include/python2.5  -c -o mod_python.lo mod_python.c &amp;&amp; touch mod_python.slo
mod_python.c: In function &apos;python_init&apos;:
mod_python.c:826: warning: initialization from incompatible pointer type
/usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/usr/include/python2.5  -c -o _apachemodule.lo _apachemodule.c &amp;&amp; touch _apachemodule.slo
/usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/usr/include/python2.5  -c -o requestobject.lo requestobject.c &amp;&amp; touch requestobject.slo
/usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/usr/include/python2.5  -c -o tableobject.lo tableobject.c &amp;&amp; touch tableobject.slo
tableobject.c:329: warning: initialization from incompatible pointer type
tableobject.c:1092: warning: initialization from incompatible pointer type
/usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/usr/include/python2.5  -c -o util.lo util.c &amp;&amp; touch util.slo
/usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/usr/include/python2.5  -c -o serverobject.lo serverobject.c &amp;&amp; touch serverobject.slo
serverobject.c:387: warning: initialization from incompatible pointer type
/usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.5 -I/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/usr/include/python2.5  -c -o connobject.lo connobject.c &amp;&amp; touch connobject.slo
connobject.c: In function &apos;_conn_read&apos;:
connobject.c:142: error: request for member &apos;next&apos; in something not a structure or union
apxs:Error: Command failed with rc=65536
.
make[1]: *** [mod_python.so] Error 1
make[1]: Leaving directory `/var/tmp/portage/www-apache/mod_python-3.3.1/work/mod_python-3.3.1/src&apos;
make: *** [do_dso] Error 2
 *
 * ERROR: www-apache/mod_python-3.3.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 1182:  Called die
 * The specific snippet of code:
 *       emake OPT=&quot;`apxs2 -q CFLAGS` -fPIC&quot; || die &quot;econf failed&quot;
 *  The die message:
 *   econf failed
 *


Reproducible: Always





emerge --info:

Portage 2.2_rc1 (default-linux/amd64/2007.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r5 x86_64)
=================================================================
System uname: Linux-2.6.25-gentoo-r5-x86_64-Dual_Core_AMD_Opteron-tm-_Processor_275-with-glibc2.2.5
Timestamp of tree: Mon, 30 Jun 2008 12:03:01 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.5.2-r5
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.62-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r2
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.4
virtual/os-headers:  2.6.25-r4
ACCEPT_KEYWORDS=&quot;amd64 ~amd64&quot;
CBUILD=&quot;x86_64-pc-linux-gnu&quot;
CFLAGS=&quot;-O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer&quot;
CHOST=&quot;x86_64-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/4.0/env /usr/kde/4.0/share/config /usr/kde/4.0/shutdown /usr/share/config /var/lib/hsqldb&quot;
CONFIG_PROTECT_MASK=&quot;/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d&quot;
CXXFLAGS=&quot;-O2 -march=k8 -mtune=k8 -pipe -fomit-frame-pointer&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;collision-protect distlocks fixpackages parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch&quot;
GENTOO_MIRRORS=&quot;http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo&quot;
LANG=&quot;en_US.UTF-8&quot;
LC_ALL=&quot;en_US.UTF-8&quot;
LDFLAGS=&quot;&quot;
LINGUAS=&quot;en en_US&quot;
MAKEOPTS=&quot;-j5&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/layman/soor-overlay /usr/local/portage&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;3dnow X aac acl acpi alsa amd64 apache2 arts atlas avahi bash-completion berkdb blas bookmarks branding bzip2 cairo cblas cdr cli cracklib crypt ctype cups dbus doc dri dvd dvdr dvdread eds emacs emboss encode esd evo examples f77 fam fftw firefox foomativdb fortran gdbm gfortran gif gimpprint glitz gpm gstreamer gtk hal iconv imagemagick imap isdnlog ivman java jpeg jpeg2k kde kdrive kerberos lapack latex ldap lzo mad mdnsresponder-compat midi mikmod mime mmap mmx mozbranding mozilla mozsvg mp3 mpeg mplayer mudflap multislot ncurses newspr nptl nptlonly nsplugin ogg opengl openmp oss pam pcre pdf perl pertty pic png ppds pppd python qt3 qt3support qt4 quicktime readline reflection rss samba sdl session spell spl sse sse2 ssl subversion svg symlink tcltk tcpd tetex threads tiff tk transparency truetype ubuntu umfpack unicode usb v4l v4l2 vorbis webdav winbind xcomposite xfs xft xinerama xml xorg xulrunner xv zeroconf zlib&quot; ALSA_CARDS=&quot;ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x  ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3     trident usb-audio via82xx via82xx-modem ymfpci&quot; ALSA_PCM_PLUGINS=&quot;adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol&quot; APACHE2_MODULES=&quot;actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;keyboard mouse&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; LINGUAS=&quot;en en_US&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;nvidia vga nv&quot;
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ilzogoiby@gmail.com</who>
            <bug_when>2008-07-03 12:25:43 0000</bug_when>
            <thetext>Same here...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tallica@o2.pl</who>
            <bug_when>2008-07-04 06:33:21 0000</bug_when>
            <thetext>confirmed</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ysgard@gmail.com</who>
            <bug_when>2008-07-07 16:08:04 0000</bug_when>
            <thetext>Confirmed on x86_64.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ysgard@gmail.com</who>
            <bug_when>2008-07-07 16:17:01 0000</bug_when>
            <thetext>Downloaded the 3.3.1 source from the Apache site and tried to compile, and got the same error.  So it looks like an upstream bug. :(</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ysgard@gmail.com</who>
            <bug_when>2008-07-07 16:26:28 0000</bug_when>
            <thetext>Looks like the problem is with apr 1.3.2, see:

http://www.mail-archive.com/dev@apr.apache.org/msg20588.html</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ysgard@gmail.com</who>
            <bug_when>2008-07-07 17:20:20 0000</bug_when>
            <thetext>There&apos;s two potential workarounds to this:

1.  Downgrading to apr-1.3.0 allows you to emerge mod_python-3.3.1.  Not sure what the deleterious effects of downgrading may be, hopefully nothing serious.

2.  You can download the source and implement a suggested fix - on line 142 of connobject.c you can replace 

!(b == APR_BRIGADE_SENTINEL(b) ||

with 

!(b == APR_BRIGADE_SENTINEL(bb) ||

suggested here:
http://www.mail-archive.com/dev@apr.apache.org/msg20588.html

However this is obviously untested, though it compiles fine.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cilly@cilly.mine.nu</who>
            <bug_when>2008-07-14 23:20:16 0000</bug_when>
            <thetext>Created an attachment (id=160399)
mod_python-3.3.1-r1.ebuild

ebuild with fix from: http://bugs.gentoo.org/show_bug.cgi?id=230211#c6</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cilly@cilly.mine.nu</who>
            <bug_when>2008-07-14 23:21:18 0000</bug_when>
            <thetext>Created an attachment (id=160400)
mod_python-apr_brigade_sentinel.patch

patch for ebuild: http://bugs.gentoo.org/attachment.cgi?id=160399</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cilly@cilly.mine.nu</who>
            <bug_when>2008-07-15 10:01:46 0000</bug_when>
            <thetext>Tested ebuild:
http://bugs.gentoo.org/show_bug.cgi?id=230211#c7

with patch:
http://bugs.gentoo.org/show_bug.cgi?id=230211#c8

Pls check and add to portage tree, since it is required by Apache 2.2.9 which is marked stable already.

Portage 2.1.4.4 (hardened/x86/2.6, gcc-4.2.4, glibc-2.6.1-r1, 2.6.24-r3 i686)
=================================================================
System uname: 2.6.24-r3 i686 VIA Nehemiah
Timestamp of tree: Sun, 13 Jul 2008 13:45:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.5, 1.7.9-r1, 1.10.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS=&quot;x86&quot;
CBUILD=&quot;i686-pc-linux-gnu&quot;
CFLAGS=&quot;-march=i686 -msse -mmmx -mfpmath=sse -Os -pipe -fomit-frame-pointer&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc /var/bind&quot;
CONFIG_PROTECT_MASK=&quot;/etc/env.d /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d&quot;
CXXFLAGS=&quot;-march=i686 -msse -mmmx -mfpmath=sse -Os -pipe -fomit-frame-pointer&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;buildpkg ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict suidctl unmerge-orphans&quot;
GENTOO_MIRRORS=&quot;rsync://ftp.join.uni-muenster.de/gentoo                 rsync://ftp-stud.fht-esslingen.de/gentoo                 rsync://mirrors.sec.informatik.tu-darmstadt.de/gentoo                 ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo                 ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror                 ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo                 ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo                 ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo                 ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo                 ftp://ftp.tu-clausthal.de/pub/linux/gentoo                 ftp://ftp.mneisen.org/gentoo                 ftp://pandemonium.tiscali.de/pub/gentoo                 http://pandemonium.tiscali.de/pub/gentoo                 http://distfiles.gentoo.org                 http://www.ibiblio.org/pub/Linux/distributions/gentoo&quot;
LANG=&quot;en_US.UTF-8&quot;
LC_ALL=&quot;en_US.UTF-8&quot;
LINGUAS=&quot;en&quot;
MAKEOPTS=&quot;-j2&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_EXTRA_OPTS=&quot;--exclude-from=/etc/portage/rsync_excludes&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/portage /usr/local/toolchain-overlay&quot;
SYNC=&quot;rsync://rsync.europe.gentoo.org/gentoo-portage&quot;
USE=&quot;acl apache2 bash-completion berkdb bzip2 caps cracklib crypt ctype curl fam gd gmp hardened idn imap innodb ipv6 jbig jpeg jpeg2k libwww lm_sensors maildir mhash midi mmx mysql ncurses nls nptl nptlonly pam pcre perl pic png posix python random readline sasl session snmp sockets ssl tcpd threads tiff unicode usb vhosts x86 xattr xml zlib&quot; ALSA_CARDS=&quot;ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci&quot; ALSA_PCM_PLUGINS=&quot;adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol&quot; APACHE2_MODULES=&quot;actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;mouse keyboard&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; LINGUAS=&quot;en&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga vmware voodoo&quot;
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>zerocontent@gmail.com</who>
            <bug_when>2008-07-16 22:12:36 0000</bug_when>
            <thetext>How does this patch work, do I need to untar the tarball in my /usr/portage/distfiles and then make changes to that file as indicated below? 
Or is there any indication when the patch will be applied to the ebuild and that everythin works right of the box. I&apos;m fairly new to this patching of stuff by hand so any hints or help would be appreciated.

Thanks in advance..</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fmccor@gentoo.org</who>
            <bug_when>2008-07-20 22:16:22 0000</bug_when>
            <thetext>Caught me on sparc as a side effect of python version bump.  (It does not happen with stable apr-1.2.11.)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>davidvoge@gmail.com</who>
            <bug_when>2008-07-30 21:17:20 0000</bug_when>
            <thetext>same here.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>francesco+gentoo_bugzilla@pnpitalia.it</who>
            <bug_when>2008-07-31 11:49:04 0000</bug_when>
            <thetext>Reassuming:
The bug is from mod_python, it&apos;s exposed by apr &gt;= 1.3.1, see
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2008-July/145780.html</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>johnjaylward@yahoo.com</who>
            <bug_when>2008-08-13 19:23:08 0000</bug_when>
            <thetext>dev-libs/apr-1.3.2 went stable on some platforms, but this bug is still here. Can we get something in portage so we don&apos;t have to mask apr?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>neurogeek@gentoo.org</who>
            <bug_when>2008-08-14 17:09:03 0000</bug_when>
            <thetext>Hello, 

   I&apos;ve got dev-libs/apr-1.3.2 and www-apache/mod_python-3.3.1 compiles fine. I applied the patch mod_python-apr_brigade_sentinel.patch and it continues to work/compile OK. Could you guys confirm that this patch works for you so I can bump it?

Regards, </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>phajdan.jr@gmail.com</who>
            <bug_when>2008-08-14 20:07:07 0000</bug_when>
            <thetext>I can confirm on x86 - mod_python emerged and worked fine after applying the patch (on my system it was necessary to compile).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fredinator@internode.on.net</who>
            <bug_when>2008-08-15 00:44:05 0000</bug_when>
            <thetext>Confirmed on amd64 - with dev-libs/apr-1.3.2, www-apache/mod_python-3.3.1 compiled and worked fine when I applied the patch.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>projects.gg.aaron@gmail.com</who>
            <bug_when>2008-08-15 21:58:30 0000</bug_when>
            <thetext>Patched ebuild also dies for me:
 * Messages for package www-apache/mod_python-3.3.1-r1:

 * Applying mod_python-apr_brigade_sentinel.patch ...
 *
 * ERROR: www-apache/mod_python-3.3.1-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2559:  Called apache-module_src_install
 *             environment, line  388:  Called die
 * The specific snippet of code:
 *           newins &quot;${FILESDIR}/${1}.conf&quot; &quot;$(basename ${2:-$1}).conf&quot; || die &quot;internal ebuild error: &apos;${FILESDIR}/${1}.conf&apos; not found&quot;;
 *  The die message:
 *   internal ebuild error: &apos;/usr/portage/local/overlay/www-apache/mod_python/files/16_mod_python.conf&apos; not found
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at &apos;/var/tmp/portage/www-apache/mod_python-3.3.1-r1/temp/build.log&apos;.
 * The ebuild environment file is located at &apos;/var/tmp/portage/www-apache/mod_python-3.3.1-r1/temp/environment&apos;.
 *


Portage 2.2_rc8 (default/linux/amd64/2008.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r6 x86_64)
=================================================================                                               
System uname: Linux-2.6.25-gentoo-r6-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T5250_@_1.50GHz-with-glibc2.2.5          
Timestamp of tree: Fri, 15 Aug 2008 11:04:01 +0000                                                              
app-shells/bash:     3.2_p39                                                                                    
dev-java/java-config: 1.3.7, 2.1.6-r1                                                                           
dev-lang/python:     2.5.2-r7                                                                                   
dev-python/pycrypto: 2.0.1-r6                                                                                   
sys-apps/baselayout: 2.0.0                                                                                      
sys-apps/openrc:     0.2.5                                                                                      
sys-apps/sandbox:    1.2.18.1-r3                                                                                
sys-devel/autoconf:  2.13, 2.62-r1                                                                              
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1                                               
sys-devel/binutils:  2.18-r3                                                                                    
sys-devel/gcc-config: 1.4.0-r4                                                                                  
sys-devel/libtool:   2.2.4                                                                                      
virtual/os-headers:  2.6.25-r4                                                                                  
ACCEPT_KEYWORDS=&quot;amd64 ~amd64&quot;                                                                                  
CBUILD=&quot;x86_64-pc-linux-gnu&quot;                                                                                    
CFLAGS=&quot;-march=native -O2 -pipe&quot;                                                                                
CHOST=&quot;x86_64-pc-linux-gnu&quot;                                                                                     
CONFIG_PROTECT=&quot;/etc /usr/kde/4.1/env /usr/kde/4.1/share/config /usr/kde/4.1/shutdown /usr/share/config /var/lib/hsqldb&quot;
CONFIG_PROTECT_MASK=&quot;/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d&quot;
CXXFLAGS=&quot;-march=native -O2 -pipe&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;collision-protect distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch&quot;
GENTOO_MIRRORS=&quot;http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo&quot;
LANG=&quot;en_GB.UTF-8&quot;
LDFLAGS=&quot;-Wl,-O1&quot;
LINGUAS=&quot;en_GB en pl&quot;
MAKEOPTS=&quot;-j4&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/portage/layman/java-overlay /usr/local/portage/layman/sunrise /usr/local/portage/layman/gnash-cvs /usr/local/portage/layman/bazaar /usr/local/portage/layman/kdesvn-portage /usr/portage/local/overlay&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;X a52 aac acl acpi addressbook alsa amd64 apache2 archive audiofile bash-completion berkdb bindist bittorrent bluetooth branding bsf bzip2 cairo caps cdio cdparanoia cdr chroot cli cracklib crypt cups dbus disk-partition dri dvd dvdr dvdread eds emboss encode esd evo exif exiv2 expat fam fat fbcon firefox flac fortran fuse gcj gdbm gdl gif git glib glitz gmp gnome gnome-keyring gnutls gpg gpm gps gstreamer gtk gtkhtml hal hfs hpn htmlhandbook iceweasel iconv imagemagick imlib ipv6 isdnlog jabber java jfs jpeg jpeg2k kde kerberos laptop lcms ldap libnotify libsamplerate lm_sensors mad marble matroska midi mikmod mmxmmxext mng mp3 mpeg mudflap multilib musepack musicbrainz ncurses nepomuk network-cron networkmanager nls nptl nptlonly ntfs ogg opengl openmp pam pcre pdf perl php plasma png ppds pppd pulseaudio python qt3support qt4 quicktime readline reflection reiser4 reiserfs ruby samba sasl scrobbler sdl sdl-image sessionsftp smp sndfile speex spell spl sqlite sqlite3 srt sse sse2 ssh ssl ssse3 startup-notification stream subversion svg symlink sysfs taglib tagwriting tcpd theora threads tiff tk toolbar truetype twolame unicode usb utils v4l v4l2 vcd vcdx vim-syntax vlm vorbis xattr xfs xft xinerama xml xorg xulrunner xv zero zip zlib&quot; ALSA_CARDS=&quot;snd-hda-intel&quot; ALSA_PCM_PLUGINS=&quot;adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol&quot; APACHE2_MODULES=&quot;actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;keyboard mouse evdev synaptics&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; LINGUAS=&quot;en_GB en pl&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;i810&quot;
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fredinator@internode.on.net</who>
            <bug_when>2008-08-16 02:29:05 0000</bug_when>
            <thetext>(In reply to comment #18)
# cp /usr/portage/www-apache/mod_python/files/* /usr/portage/local/overlay/www-apache/mod_python/files/</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>neurogeek@gentoo.org</who>
            <bug_when>2008-08-16 03:33:50 0000</bug_when>
            <thetext>(In reply to comment #18)
&gt; Patched ebuild also dies for me:
&gt;  * Messages for package www-apache/mod_python-3.3.1-r1:
&gt; 
&gt;  * Applying mod_python-apr_brigade_sentinel.patch ...
&gt;  *
&gt;  * ERROR: www-apache/mod_python-3.3.1-r1 failed.
&gt;  * Call stack:
&gt;  *               ebuild.sh, line   49:  Called src_install
&gt;  *             environment, line 2559:  Called apache-module_src_install
&gt;  *             environment, line  388:  Called die
&gt;  * The specific snippet of code:
&gt;  *           newins &quot;${FILESDIR}/${1}.conf&quot; &quot;$(basename ${2:-$1}).conf&quot; || die
&gt; &quot;internal ebuild error: &apos;${FILESDIR}/${1}.conf&apos; not found&quot;;

Hello Marek, 
   
  You have to copy 16_mod_python.conf from /usr/portage/www-apache/mod_python/files to your overlay for it to work

Regards, </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>projects.gg.aaron@gmail.com</who>
            <bug_when>2008-08-16 09:04:44 0000</bug_when>
            <thetext>It works now, thanks!</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>quantumsummers@gentoo.org</who>
            <bug_when>2008-08-22 17:56:06 0000</bug_when>
            <thetext>Why is this fix not in the portage tree? Seems like the solution in well known at the moment.  Does the package maintainer need assistance in closing this bug?
 Please remedy this bug as soon as possible, for the love of $deity.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>neurogeek@gentoo.org</who>
            <bug_when>2008-08-22 20:14:47 0000</bug_when>
            <thetext>(In reply to comment #22)
&gt; Why is this fix not in the portage tree? Seems like the solution in well known
&gt; at the moment.  Does the package maintainer need assistance in closing this
&gt; bug?
&gt;  Please remedy this bug as soon as possible, for the love of $deity.
&gt; 

Hello Matt, 

  I don&apos;t think this is the best way to ask for a feature. I need one more person to confirm this works on an amd64 before I can close this bug. Are you the one missing?

Best regards, </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jasper@unix.geek.nz</who>
            <bug_when>2008-08-23 20:13:30 0000</bug_when>
            <thetext>Compiles and runs fine for me on amd64.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ruckc@yahoo.com</who>
            <bug_when>2008-08-24 06:30:02 0000</bug_when>
            <thetext>compiles and works fine for me.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ccstewart@gmail.com</who>
            <bug_when>2008-08-24 19:11:33 0000</bug_when>
            <thetext>confirmed fix on x86</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>neurogeek@gentoo.org</who>
            <bug_when>2008-08-25 01:53:50 0000</bug_when>
            <thetext>www-apache/mod_python-3.3.1-r1.ebuild has been added to the tree. Thanks Cilly for the patch and thank you all for testing and confirming. 

Best regards, </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>quantumsummers@gentoo.org</who>
            <bug_when>2008-08-26 02:39:18 0000</bug_when>
            <thetext>Thanks for the fix!

Builds &amp; functions as expected on hardened(server) amd64 &amp; stable gentoo amd64

Best</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>neurogeek@gentoo.org</who>
            <bug_when>2008-08-26 03:57:17 0000</bug_when>
            <thetext>(In reply to comment #30)
&gt; Thanks for the fix!
&gt; 
&gt; Builds &amp; functions as expected on hardened(server) amd64 &amp; stable gentoo amd64
&gt; 
&gt; Best
&gt; 

No problem, glad I can help :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>XL@XLsigned.net</who>
            <bug_when>2008-08-26 20:12:34 0000</bug_when>
            <thetext>(In reply to comment #27)
&gt; www-apache/mod_python-3.3.1-r1.ebuild has been added to the tree. Thanks Cilly
&gt; for the patch and thank you all for testing and confirming. 
&gt; 
&gt; Best regards, 
&gt; 

Yes! Indeed thanks to Cilly!
Please stabilize (also) for x86.

Cheers
Axel
</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>160399</attachid>
            <date>2008-07-14 23:20 0000</date>
            <desc>mod_python-3.3.1-r1.ebuild</desc>
            <filename>mod_python-3.3.1-r1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA4IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6IC92YXIvY3Zzcm9vdC9nZW50b28teDg2L3d3dy1hcGFjaGUvbW9kX3B5dGhvbi9tb2RfcHl0
aG9uLTMuMy4xLmVidWlsZCx2IDEuMTEgMjAwOC8wNS8yOSAxODoxMjo0MSBoYXdraW5nIEV4cCAk
Cgppbmhlcml0IGV1dGlscyBweXRob24gYXBhY2hlLW1vZHVsZSBtdWx0aWxpYgoKS0VZV09SRFM9
ImFscGhhIGFtZDY0IGlhNjQgfm1pcHMgcHBjIHNwYXJjIHg4NiIKCkRFU0NSSVBUSU9OPSJBbiBB
cGFjaGUyIG1vZHVsZSBwcm92aWRpbmcgYW4gZW1iZWRkZWQgUHl0aG9uIGludGVycHJldGVyLiIK
SE9NRVBBR0U9Imh0dHA6Ly93d3cubW9kcHl0aG9uLm9yZy8iClNSQ19VUkk9Im1pcnJvcjovL2Fw
YWNoZS9odHRwZC9tb2RweXRob24vJHtQfS50Z3oiCkxJQ0VOU0U9IkFwYWNoZS0xLjEiClNMT1Q9
IjAiCklVU0U9IiIKCkRFUEVORD0iZGV2LWxhbmcvcHl0aG9uIgpSREVQRU5EPSIke0RFUEVORH0i
CgpBUEFDSEUyX01PRF9DT05GPSIxNl8ke1BOfSIKQVBBQ0hFMl9NT0RfREVGSU5FPSJQWVRIT04i
CgpET0NGSUxFUz0iUkVBRE1FIE5FV1MgQ1JFRElUUyIKCm5lZWRfYXBhY2hlMgoKc3JjX3VucGFj
aygpIHsKCXVucGFjayAke0F9CgljZCAiJHtTfSIKCgllcGF0Y2ggIiR7RklMRVNESVJ9Ii8ke1BO
fS1hcHJfYnJpZ2FkZV9zZW50aW5lbC5wYXRjaAoJIyBSZW1vdmUgb3B0aW1pc2F0aW9ucywgd2Ug
ZG8gdGhhdCBvdXRzaWRlIFBvcnRhZ2UKCXNlZCAtaSAtZSAnczotLW9wdGltaXplIDI6LS1uby1j
b21waWxlOicgZGlzdC9NYWtlZmlsZS5pbgp9CgpzcmNfY29tcGlsZSgpIHsKCWVjb25mIC0td2l0
aC1hcHhzPSR7QVBYU30gfHwgZGllICJlY29uZiBmYWlsZWQiCglzZWQgLWkgLWUgJ3MvIC1XbCwt
LWhhc2gtc3R5bGUgICQvLycgc3JjL01ha2VmaWxlCgllbWFrZSBPUFQ9ImBhcHhzMiAtcSBDRkxB
R1NgIC1mUElDIiB8fCBkaWUgImVjb25mIGZhaWxlZCIKfQoKc3JjX2luc3RhbGwoKSB7CgllbWFr
ZSBERVNURElSPSIke0R9IiBpbnN0YWxsIHx8IGRpZSAiZW1ha2UgaW5zdGFsbCBmYWlsZWQiCglk
b2h0bWwgLXIgZG9jLWh0bWwvKgoJYXBhY2hlLW1vZHVsZV9zcmNfaW5zdGFsbAp9CgpzcmNfdGVz
dCgpIHsKCXB5dGhvbl92ZXJzaW9uCgljZCB0ZXN0CglQWVRIT05QQVRIPSIkKGxzIC1kICR7U30v
ZGlzdC9idWlsZC9saWIuKikiCglzZWQgLWkgXAoJCS1lICIxMjBpb3MuZW52aXJvblsnUFlUSE9O
UEFUSCddPVwiJHtQWVRIT05QQVRIfVwiIiBcCgkJdGVzdC5weSB8fCBkaWUgInNlZCBmYWlsZWQi
CgkiJHtweXRob259IiB0ZXN0LnB5IHx8IGRpZSAidGVzdHMgZmFpbGVkIgp9Cgpwa2dfcG9zdGlu
c3QoKSB7CglweXRob25fdmVyc2lvbgoJcHl0aG9uX21vZF9vcHRpbWl6ZSAvdXNyLyQoZ2V0X2xp
YmRpcikvcHl0aG9uJHtQWVZFUn0vc2l0ZS1wYWNrYWdlcy9tb2RfcHl0aG9uCglhcGFjaGUtbW9k
dWxlX3BrZ19wb3N0aW5zdAp9Cgpwa2dfcG9zdHJtKCkgewoJcHl0aG9uX21vZF9jbGVhbnVwIC91
c3IvJChnZXRfbGliZGlyKS9weXRob24qL3NpdGUtcGFja2FnZXMvbW9kX3B5dGhvbgp9
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>160400</attachid>
            <date>2008-07-14 23:21 0000</date>
            <desc>mod_python-apr_brigade_sentinel.patch</desc>
            <filename>mod_python-apr_brigade_sentinel.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">ZGlmZiAtYnVyTiBtb2RfcHl0aG9uLTMuMy4xLm9yaWdpbmFsL3NyYy9jb25ub2JqZWN0LmMgbW9k
X3B5dGhvbi0zLjMuMS9zcmMvY29ubm9iamVjdC5jCi0tLSBtb2RfcHl0aG9uLTMuMy4xLm9yaWdp
bmFsL3NyYy9jb25ub2JqZWN0LmMJMjAwNi0xMi0wMyAwNTozNjozNy4wMDAwMDAwMDAgKzAxMDAK
KysrIG1vZF9weXRob24tMy4zLjEvc3JjL2Nvbm5vYmplY3QuYwkyMDA4LTA3LTE1IDAxOjA1OjAx
LjAwMDAwMDAwMCArMDIwMApAQCAtMTM5LDcgKzEzOSw3IEBACiAgICAgYnl0ZXNfcmVhZCA9IDA7
CiAKICAgICB3aGlsZSAoKGJ5dGVzX3JlYWQgPCBsZW4gfHwgbGVuID09IDApICYmCi0gICAgICAg
ICAgICEoYiA9PSBBUFJfQlJJR0FERV9TRU5USU5FTChiKSB8fAorICAgICAgICAgICAhKGIgPT0g
QVBSX0JSSUdBREVfU0VOVElORUwoYmIpIHx8CiAgICAgICAgICAgICAgQVBSX0JVQ0tFVF9JU19F
T1MoYikgfHwgQVBSX0JVQ0tFVF9JU19GTFVTSChiKSkpIHsKIAogICAgICAgICBjb25zdCBjaGFy
ICpkYXRhOw==
</data>        

          </attachment>
    </bug>

</bugzilla>