From owner-freebsd-ports@FreeBSD.ORG Mon Feb 25 03:56:05 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EACE16A400 for ; Mon, 25 Feb 2008 03:56:05 +0000 (UTC) (envelope-from lokadamus@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6BA7D13C461 for ; Mon, 25 Feb 2008 03:56:03 +0000 (UTC) (envelope-from lokadamus@gmx.net) Received: (qmail invoked by alias); 25 Feb 2008 03:29:22 -0000 Received: from c209013.adsl.hansenet.de (EHLO [213.39.209.13]) [213.39.209.13] by mail.gmx.net (mp043) with SMTP; 25 Feb 2008 04:29:22 +0100 X-Authenticated: #2028120 X-Provags-ID: V01U2FsdGVkX1/TvWlhmZrTaTzA9rVkphuK/UqqjhXS+U2KOb8axc wZ7OAPlP7etmET Message-ID: <47C236BE.9060709@gmx.net> Date: Mon, 25 Feb 2008 04:32:14 +0100 From: =?ISO-8859-15?Q?Thomas_Sch=FCrmann?= User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: apache@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org Subject: FreeBSD Port: apache+mod_perl-1.3.39 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 03:56:05 -0000 Hello, Can't compile this port. Errormessage: FBSD7# make install ===> Building for apache+mod_perl-1.3.39 ===> src ===> src/regex <=== src/regex ===> src/os/unix <=== src/os/unix ===> src/ap <=== src/ap ===> src/main cc -c -I.. -I/usr/local/lib/perl5/5.8.8/mach/CORE -I../os/unix -I../include -DMOD_PERL -DUSE_PERL_SSI -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -DUSE_HSREGEX -I/usr/local/include `../apaci` alloc.c In file included from ../include/ap_config.h:35, from ../include/httpd.h:30, from alloc.c:24: ../include/ap_config_auto.h:25:15: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:30:14: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:31:14: warning: missing whitespace after the macro name ../include/ap_config_auto.h:35:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:36:15: warning: missing whitespace after the macro name ../include/ap_config_auto.h:40:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:45:14: warning: extra tokens at end of #ifdef directive ../include/ap_config_auto.h:46:14: warning: extra tokens at end of #undef directive ../include/ap_config_auto.h:50:15: warning: extra tokens at end of #ifndef directive ../include/ap_config_auto.h:51:15: warning: missing whitespace after the macro name alloc.c: In function 'spawn_child_core': alloc.c:2412: error: 'STDOUT_FILENO' undeclared (first use in this function) alloc.c:2412: error: (Each undeclared identifier is reported only once alloc.c:2412: error: for each function it appears in.) alloc.c:2418: error: 'STDIN_FILENO' undeclared (first use in this function) alloc.c:2424: error: 'STDERR_FILENO' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/www/apache13-modperl/work/apache_1.3.39/src/main. *** Error code 1 Stop in /usr/ports/www/apache13-modperl/work/apache_1.3.39/src. *** Error code 1 Stop in /usr/ports/www/apache13-modperl/work/apache_1.3.39. *** Error code 1 Stop in /usr/ports/www/apache13-modperl/work/apache_1.3.39. *** Error code 1 Stop in /usr/ports/www/apache13-modperl. Tested in FreeBSD 6.2 and FreeBSD 7.0-CURRENT-200709 FreeBSD 7.0-CURRENT-200709. Now i use mod_perl with apache-1.3.41, but performence with OTRS 2.1.3 in virtual pc is bad. Perl need to long to execute skripts. Whats now? Greetings