From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 3 08:40:22 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70F3116A403 for ; Wed, 3 May 2006 08:40:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC5F43D53; Wed, 3 May 2006 08:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k438eLYj038016; Wed, 3 May 2006 08:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k438eLji038015; Wed, 3 May 2006 08:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 3 May 2006 08:40:21 GMT Resent-Message-Id: <200605030840.k438eLji038015@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: rabe@p-i-n.com Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Raphael Becker" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BB016A403 for ; Wed, 3 May 2006 08:39:32 +0000 (UTC) (envelope-from rabe@pinserv7.p-i-n.com) Received: from pinserv7.p-i-n.com (pinserv7.p-i-n.com [145.253.185.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5218043D46 for ; Wed, 3 May 2006 08:39:31 +0000 (GMT) (envelope-from rabe@pinserv7.p-i-n.com) Received: from pinserv7.p-i-n.com (localhost.p-i-n.com [127.0.0.1]) by pinserv7.p-i-n.com (8.13.6/8.13.6) with ESMTP id k438dTDl095064 for ; Wed, 3 May 2006 10:39:29 +0200 (CEST) (envelope-from rabe@pinserv7.p-i-n.com) Received: (from root@localhost) by pinserv7.p-i-n.com (8.13.6/8.13.6/Submit) id k438dTGj095053; Wed, 3 May 2006 10:39:29 +0200 (CEST) (envelope-from rabe) Message-Id: <200605030839.k438dTGj095053@pinserv7.p-i-n.com> Date: Wed, 3 May 2006 10:39:29 +0200 (CEST) From: "Raphael Becker" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: rabe@p-i-n.com Cc: Subject: ports/96703: www/apache13-modssl doesn't compile with LC_ALL set in Environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 08:40:22 -0000 >Number: 96703 >Category: ports >Synopsis: www/apache13-modssl doesn't compile with LC_ALL set in Environment >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 03 08:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 6.1-RC i386 >Organization: PHOENIX Pharmahandel AG & Co KG >Environment: System: FreeBSD pinserv7.p-i-n.com 6.1-RC FreeBSD 6.1-RC #0: Tue May 2 09:57:08 CEST 2006 root@pinserv7.p-i-n.com:/usr/obj/usr/src_RELENG_6/sys/PE6650 i386 >Description: Building an apache13-port having LC_ALL set in the envorinment LC_ALL=de_DE.ISO8859-1 causes an compiler error: In file included from ../include/ap_config.h:34, from ../include/httpd.h:29, from alloc.c:23: ../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: ISO C requires 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: ISO C requires 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: ISO C requires whitespace after the macro name alloc.c: In function `spawn_child_core': alloc.c:2645: error: `STDOUT_FILENO' undeclared (first use in this function) alloc.c:2645: error: (Each undeclared identifier is reported only once alloc.c:2645: error: for each function it appears in.) alloc.c:2651: error: `STDIN_FILENO' undeclared (first use in this function) alloc.c:2657: error: `STDERR_FILENO' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/www/apache13-modssl/work/apache_1.3.34/src/main. *** Error code 1 >How-To-Repeat: # LC_ALL=de_DE.ISO8859-1 # export LC_ALL # cd /usr/ports/ww/apache13-modssl # make >Fix: unset LC_ALL before building the port >Release-Note: >Audit-Trail: >Unformatted: