Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 33807 invoked from network); 11 Feb 2008 21:44:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 21:44:02 -0000 Received: (qmail 72777 invoked by uid 500); 11 Feb 2008 21:43:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 72609 invoked by uid 500); 11 Feb 2008 21:43:45 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 72598 invoked by uid 99); 11 Feb 2008 21:43:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 13:43:45 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [12.11.148.84] (HELO irp2.ptc.com) (12.11.148.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 21:43:13 +0000 X-IronPort-AV: E=Sophos;i="4.25,335,1199682000"; d="scan'208,217";a="9306668" Received: from hq-ex3fe2.ptcnet.ptc.com ([132.253.201.63]) by irp2.ptc.com with ESMTP; 11 Feb 2008 16:43:20 -0500 Received: from HQ-MAIL3.ptcnet.ptc.com ([132.253.202.91]) by HQ-EX3FE2.ptcnet.ptc.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Feb 2008 16:43:20 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C86CF7.1E14AFDE" Date: Mon, 11 Feb 2008 16:43:19 -0500 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Apache 2.2.8 Windows Compile Issue/Failure Thread-Index: Achs2vVsHyjCXBvDTV+1KiTXmaJPAwAG8CFQ References: From: "Stusynski, Dan" To: X-OriginalArrivalTime: 11 Feb 2008 21:43:20.0454 (UTC) FILETIME=[1E80D260:01C86CF7] X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Apache 2.2.8 Windows Compile Issue/Failure ------_=_NextPart_001_01C86CF7.1E14AFDE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This was resolved by doing a command line build and changing the default INSTDIR value to something other than /Apache22 (ie, D:\Apache22). I retested the command line build using the default and it failed at the same place as noted below.=20 =20 I did not retest the MSCV++ to see if changing the default install location rectified the error. I would assume it does however. =20 Dan =20 =20 ________________________________ From: Stusynski, Dan [mailto:dstusynski@ptc.com]=20 Sent: Monday, February 11, 2008 12:22 PM To: users@httpd.apache.org Subject: [users@httpd] Apache 2.2.8 Windows Compile Issue/Failure Hello all, =20 Hopefully someone can provide guidance or has seen this problem before since google didn't dredge up anything useful.=20 =20 During my Win XP build of Apache 2.2.8 using MSCV++ 6.0 I've run across an issue I can't immediately resolve. =20 The build fails towards the end of the build when the file /build/installwinconf.awk gets invoked, the compile fails with the following error: =20 D:\apache_builds\windows_M030\httpd-2.2.8>(copy docs\conf\mime.types "\Apache22\conf\original\mime.types" 0<.y )=20 1 file(s) copied. awk -f build\installwinconf.awk example.com www.example.com admin@example.com 80 443 "\Apache22 " docs/conf/ awk: build\installwinconf.awk:49: fatal: can't redirect to `/Apache22/logs/install.log' (No such file or directory) NMAKE : fatal error U1077: 'awk' : return code '0x2' Stop. Error executing NMAKE. httpd.exe - 1 error(s), 10 warning(s) =20 =20 It can't find logs/install.log since it doesn't exist in the directory after checking. If I comment out the print statements (or remove the piping into the install.log) in the installwinconf.awk, and rebuild I get a subsequent error: =20 =20 D:\apache_builds\windows_M030\httpd-2.2.8>(copy docs\conf\mime.types "\Apache22\conf\original\mime.types" 0<.y )=20 1 file(s) copied. awk -f build\installwinconf.awk example.com www.example.com admin@example.com 80 443 "\Apache22 " docs/conf/ Installing Apache HTTP 2.0 server with DomainName =3D example.com ServerName =3D www.example.com ServerAdmin =3D admin@example.com ServerPort =3D 80 ServerSslPort =3D 80 ServerRoot =3D /Apache22 awk: build\installwinconf.awk:194: fatal: can't redirect to `/Apache22/conf/original/extra/httpd-autoindex.conf' (No such file or directory) NMAKE : fatal error U1077: 'awk' : return code '0x2' Stop. Error executing NMAKE. httpd.exe - 1 error(s), 10 warning(s) =20 A quick check shows that `/Apache22/conf/original/extra/httpd-autoindex.conf' doens't exist either. However, the file /Apache22/conf/extra/httpd-autoindex.conf does exist, and appears (using a quick check) to have the correct values where the tokens are/were. For examle, www.example.com would have replaced the @@servername@@ token. =20 These errors didn't occur with 2.2.6. Any thoughts on how to proceed or resolve this error? Creating dummy files or copying the tokenized source files from /docs/conf/ to this location didn't allow the build to proceed. =20 Any help is appreciated. =20 Dan ------_=_NextPart_001_01C86CF7.1E14AFDE Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
This was resolved by doing a command line build = and=20 changing the default INSTDIR value to something other than /Apache22 = (ie,=20 D:\Apache22). I retested the command line build using the default and it = failed=20 at the same place as noted below.
 
I did=20 not retest the MSCV++ to see if changing the default install location = rectified=20 the error. I would assume it does however.
 
Dan
 
 

From: Stusynski, Dan [mailto:dstusynski@ptc.com] =
Sent:=20 Monday, February 11, 2008 12:22 PM
To:=20 users@httpd.apache.org
Subject: [users@httpd] Apache 2.2.8 = Windows=20 Compile Issue/Failure

Hello=20 all,
 
Hopefully someone=20 can provide guidance or has seen this problem before since google = didn't=20 dredge up anything useful.
 
During = my Win XP=20 build of Apache 2.2.8 using MSCV++ 6.0 I've run across an issue I can't=20 immediately resolve.
 
The = build fails=20 towards the end of the build when the file=20 <apache_src_dir>/build/installwinconf.awk gets invoked, the=20 compile fails with the following error:
 
D:\apache_builds\windows_M030\httpd-2.2.8>(= copy=20 docs\conf\mime.types "\Apache22\conf\original\mime.types"   = 0<.y )=20
        1 file(s) = copied.
 awk -f=20 build\installwinconf.awk example.com www.example.com  admin@example.com 80 443 = "\Apache22 "=20 docs/conf/
awk: build\installwinconf.awk:49: fatal: can't redirect = to=20 `/Apache22/logs/install.log' (No such file or directory)
NMAKE : = fatal=20 error U1077: 'awk' : return code '0x2'
Stop.
Error executing=20 NMAKE.
httpd.exe - 1=20 error(s), 10 warning(s)
 
 
It = can't find=20 logs/install.log since it doesn't exist in the directory after checking. = If I=20 comment out the print statements (or remove the piping into the=20 install.log) in the installwinconf.awk, and rebuild I get a = subsequent=20 error:
 
 
D:\apache_builds\windows_M030\httpd-2.2.8>(copy=20 docs\conf\mime.types "\Apache22\conf\original\mime.types"   = 0<.y )=20
        1 file(s) = copied.
 awk -f=20 build\installwinconf.awk example.com www.example.com  admin@example.com 80 443 = "\Apache22 "=20 docs/conf/
Installing Apache HTTP 2.0 server with
 DomainName = =3D    example.com
 ServerName = =3D    www.example.com
 ServerAdmin = =3D   admin@example.com
 ServerPo= rt=20 =3D    80
 ServerSslPort =3D = 80
 ServerRoot=20 =3D    /Apache22
awk: build\installwinconf.awk:194: = fatal:=20 can't redirect to `/Apache22/conf/original/extra/httpd-autoindex.conf' = (No such=20 file or directory)
NMAKE : fatal error U1077: 'awk' : return code = '0x2'
Stop.
Error executing NMAKE.
httpd.exe - 1 error(s), 10=20 warning(s)
 
A = quick check shows=20 that `/Apache22/conf/original/extra/httpd-autoindex.conf' doens't = exist=20 either. However, the file /Apache22/conf/extra/httpd-autoindex.conf does = exist, and appears (using a quick check) to have the correct = values=20 where the tokens are/were. For examle, www.example.com would have replaced = the=20 @@servername@@ token.
 
These=20 errors didn't occur with 2.2.6. Any thoughts on how to proceed or = resolve=20 this error? Creating dummy files or copying the tokenized source files = from=20 <apache_src_dir>/docs/conf/ to this location didn't allow the = build to=20 proceed.
 
Any = help is=20 appreciated.
 
Dan
------_=_NextPart_001_01C86CF7.1E14AFDE--