You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2006/07/06 09:16:20 UTC

svn commit: r419474 - /perl/modperl/trunk/todo/bugs_build

Author: pgollucci
Date: Thu Jul  6 00:16:20 2006
New Revision: 419474

URL: http://svn.apache.org/viewvc?rev=419474&view=rev
Log:
add some notes


Modified:
    perl/modperl/trunk/todo/bugs_build

Modified: perl/modperl/trunk/todo/bugs_build
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/todo/bugs_build?rev=419474&r1=419473&r2=419474&view=diff
==============================================================================
--- perl/modperl/trunk/todo/bugs_build (original)
+++ perl/modperl/trunk/todo/bugs_build Thu Jul  6 00:16:20 2006
@@ -47,6 +47,14 @@
                 http://marc.theaimsgroup.com/?l=apache-modperl&m=108334017416318&w=2
                 Static works OK!
 
+* Does not compile with bleedperl (5.9.x) due to modperl_error.c and Perl_croak()
+  on FreeBSD.  This is a PERL bug, but p5p and myself, and not sure where the problem is yet.
+
+* gcc 4.x and higher compiles break under -Werror
+[pgollucci volunteers]
+
+* AAA changes in httpd break httpd 2.3.x+ (svn trunk) builds terribly on all platforms.
+
 * Need to cleanup functions only needed for certain build flavors
   (perlio/threads/etc) out of lib/ModPerl/WrapXS.pm:$ithread_exports
   and use the newer, simpler #ifdef technique (see modperl_io_apache_init