From owner-freebsd-ports@FreeBSD.ORG Fri May 28 07:04:43 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508BA16A4CE for ; Fri, 28 May 2004 07:04:43 -0700 (PDT) Received: from mail.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 036B543D39 for ; Fri, 28 May 2004 07:04:43 -0700 (PDT) (envelope-from radek@raadradd.com) Received: by mail.spekt.net (Postfix, from userid 1003) id D87633FDC; Fri, 28 May 2004 16:04:34 +0200 (CEST) Received: from [172.16.101.44] (unknown [212.130.239.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spekt.net (Postfix) with ESMTP id 2E1843FD5 for ; Fri, 28 May 2004 16:04:33 +0200 (CEST) Message-ID: <40B746E1.2060302@raadradd.com> Date: Fri, 28 May 2004 16:04:17 +0200 From: Radek Kozlowski User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Subject: Building apache-1.3.31 failed on 5.2-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 14:04:43 -0000 I was trying to update www/apach13 from .29 to .31 on a quite recent CURRENT when it failed just at the beginning of the compilation: ===> Building for apache-1.3.31 ===> src ===> src/os/unix cc -c -I../../os/unix -I../../include -I/usr/local/include -funsigned-char -O -pipe -march=athlon-xp -DDOCUMENT_LOCATI ON=\"/usr/local/www/data\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -DHARD_SERVER_LIMIT=512 `../../apaci` os.c In file included from ../../include/ap_config.h:34, from os.c:21: ../../include/ap_config_auto.h:20:15: warning: extra tokens at end of #ifdef directive [snip] I had a look in ap_config_auto.h and to my surprise I found some strange characters in it, like: /* check: #include */ #ifdef HAVE_BS«RING_H #undef HAVE_BS«RING_H #endif /* check: #include */ #ifdef HAVE_CRÝP«_H #undef HAVE_CRÝP«_H #endif /* check: #include */ #ifndef HAVE_ÚNIS«D_H #define HAVE_ÚNIS«D_H 1 #endif I hope you'll be able to see it. Anyway, I changed that file by simply replacing « with T, Ý wit Y and Ú with U, started the build once again and it worked. I have no idea where these characters come from. I'm using pl_PL locales on the system, if that has anything to do with the problem. Anyone knows what is going on? Thanks, -Radek