From owner-freebsd-apache@FreeBSD.ORG Thu May 27 22:59:15 2010 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 037651065674; Thu, 27 May 2010 22:59:15 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 584708FC13; Thu, 27 May 2010 22:59:14 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id B345922C50F4; Fri, 28 May 2010 01:59:12 +0300 (EEST) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id E9BB75A9003; Thu, 27 May 2010 15:59:11 -0700 (PDT) From: QAT@FreeBSD.org To: pgollucci@FreeBSD.org In-Reply-To: <201005272127.o4RLR3Ww018748@repoman.freebsd.org> References: <201005272127.o4RLR3Ww018748@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-03-11 13:38:43 X-QAT-Port: www/mod_python3 X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/ap20-mod_python-3.3.1_2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: compiler_error Message-Id: <20100527225911.E9BB75A9003@jester1b.ixsystems.com> Date: Thu, 27 May 2010 15:59:11 -0700 (PDT) Cc: cvs-ports@FreeBSD.org, apache@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/mod_accounting pkg-plist ports/www/mod_auth_cookie_mysql pkg-plist ports/www/mod_auth_form pkg-plist ports/www/mod_auth_kerb pkg-plist ports/www/mod_auth_kerb2 pkg-plist ports/www/mod_auth_pam pkg-plist por X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 22:59:15 -0000 The Restless Daemon identified a compiler error while trying to build: ap20-mod_python-3.3.1_2 maintained by apache@FreeBSD.org Makefile ident: $FreeBSD: ports/www/mod_python3/Makefile,v 1.45 2010/05/25 20:17:35 pgollucci Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/ap20-mod_python-3.3.1_2.log : Using 8 MAX_LOCKS. checking for --with-flex... no configure: WARNING: flex no not found You can generally ignore this warning unless you need to regenerate psp_parser.c from psp_parse.l. If you do need regenerate psp_parser.c, use --with-flex to specify the location of flex. See the README for more information. 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 ===> Building for ap20-mod_python-3.3.1_2 Compiling for DSO. /usr/local/sbin/apxs -I/work/a/ports/www/mod_python3/work/mod_python-3.3.1/src/include -I/usr/local/include/apache2 -I/usr/local/include/python2.6 -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/local/lib/python2.6/config -Wl,--export-dynamic -pthread -lm -lpython2.6 -lutil -lm -lthr /usr/local/share/apr/build-0/libtool --silent --mode=compile cc -prefer-pic -O2 -pipe -fno-strict-aliasing -DAP_HAVE_DESIGNATED_INITIALIZER -D_REENTRANT -D_THREAD_SAFE -g -pthread -I/usr/local/include/apache2 -I/usr/local/include/apr-0 -I/usr/local/include/apr-0 -I/usr/local/include -I/usr/local/include/db42 -I/work/a/ports/www/mod_python3/work/mod_python-3.3.1/src/include -I/usr/local/include/apache2 -I/usr/local/include/python2.6 -c -o mod_python.lo mod_python.c && touch mod_python.slo mod_python.c: In function 'python_init': mod_python.c:826: warning: initialization from incompatible pointer type mod_python.c: In function 'handle_python': mod_python.c:2039: error: 'SSI_FLAG_PRINTING' undeclared (first use in this function) mod_python.c:2039: error: (Each undeclared identifier is reported only once mod_python.c:2039: error: for each function it appears in.) mod_python.c:2043: error: 'SSI_FLAG_NO_EXEC' undeclared (first use in this function) mod_python.c: In function 'PythonChildInitHandler': mod_python.c:2799: warning: passing argument 2 of 'optfn_register_include_handler' from incompatible pointer type apxs:Error: Command failed with rc=65536