On Thu, May 19, 2011 at 12:23 PM, William A. Rowe Jr. <[email protected]> wrote: > [Resending from correct address] > > Eric, do you have a moment to look at the httpd issues below, while > this is all fresh on you mind? > > > On 5/19/2011 11:07 AM, olli hauer wrote: >> On 2011-05-19 14:08, Jeff Trawick wrote: >>> On Wed, May 18, 2011 at 2:53 PM, olli hauer <[email protected]> wrote: >>>> On 2011-05-18 20:20, Jeff Trawick wrote: >>>>> It turns out that httpd 2.2.18 has a binary ABI breakage bug which >>>>> will require a re-roll. If we have our 1.4.4/1.3.11 regressions >>>>> (Windows debug log, ldap pool cleanup, fnmatch edge case) resolved in >>>>> new releases in time, that would be great for all. >>>>> >>>>> If you're aware of any regressions for which a fix hasn't been >>>>> committed, please follow up on this thread. Releases will need to >>>>> happen pretty quickly to avoid slowing down httpd 2.2.19 too much. >>>>> >>>> >>>> Hi Jeff, >>>> >>>> I'm just preparing a test build against apache-2.2.18 with 1200+ ports. >>>> I can report broken builds if they are apr-1.4.4/httpd-2.2.18 related. >>>> It needs some hours until I have the results. But please don't request/ >>>> expect a functionality ;) >>> >>> I don't think we'll wait more than 10 more hours on the T&R of >>> apr-1.4.5, barring any further news of regression. If you have any >>> results in the meantime, we'll be eager to hear. >> >> >> Hi Jeff, >> >> the last ports where build right now ... >> >> I've overseen some port which had KDE or Gnome as dependency and >> those blocked build my build machine the whole night. >> >> build system FreeBSD-8.2 (amd64) >> >> >> apr was build with the following parameters and with this fix applied. >> http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/Makefile.in?r1=1101301&r2=1101300&pathrev=1101301 >> >> apr-1.4.4 >> $ ./configure --prefix=/usr/local >> --with-installbuilddir=/usr/local/share/apr/build-1 --enable-threads >> --enable-ipv6 --with-devrandom >> >> apr-util-1.3.11: >> $ ./configure --prefix=/usr/local >> --with-apr=/work/a/ports/devel/apr1/work/apr-1.4.4 --with-expat=/usr/local >> --with-iconv=/usr/local --with-gdbm=/usr/local >> --with-berkeley-db=/usr/local/include/db47:/usr/local/lib/db47 --without-ndbm >> --without-ldap --without-mysql --without-pgsql --without-sqlite3 >> >> => No apr related build failures in ~1500 ports. >> >> >> Build failures related to the following change in httpd-2.2.18 >> http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?view=diff&r1=1082195&r2=1082196&pathrev=1082196 >> >> https://neon1.net/mod_auth_pubtkt/ >> --------------------------------------- >> mod_auth_pubtkt.c: In function 'cookie_match': >> mod_auth_pubtkt.c:404: error: too few arguments to function >> 'ap_unescape_url_keep2f' >> apxs:Error: Command failed with rc=65536 >> >> >> http://code.google.com/p/modmellon/ >> --------------------------------------- >> auth_mellon_util.c: In function 'am_urldecode': >> auth_mellon_util.c:343: error: too few arguments to function >> 'ap_unescape_url_keep2f' >> apxs:Error: Command failed with rc=65536
This seems to be what we undid here (queued up for 2.2.19) : http://svn.apache.org/viewvc?view=revision&revision=1124515
