Received: (qmail 27577 invoked by uid 2012); 30 Dec 1998 19:50:43 -0000 Message-Id: <19981230195043.27576.qmail@hyperreal.org> Date: 30 Dec 1998 19:50:43 -0000 From: chris burnham Reply-To: crburnham@Ensign-BickfordInd.com To: apbugs@hyperreal.org Subject: Configure and make fails X-Send-Pr-Version: 3.2 >Number: 3611 >Category: os-hpux >Synopsis: Configure and make fails >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Dec 30 13:10:01 PST 1998 >Last-Modified: Tue Apr 20 22:06:52 PDT 1999 >Originator: crburnham@Ensign-BickfordInd.com >Organization: >Release: 1.3.3 >Environment: hpux 10.20 cc is LINT G.10.32.05 CXREF G.10.32.05 HP92453-01 G.10.32.05 HP C Compiler /usr/lib/libc: $Revision: 76.3 $ HP-UX h60y2k B.10.20 B 9000/887 958841281 16-user license >Description: Getting the following when trying to run configure and make: h60y2k:/opt/apache_1.3.3/src ## ./Configure Using config file: Configuration Creating Makefile + configured for HP-UX 10 platform + setting C pre-processor to /opt/ansic/bin/cc -E + checking for system header files + adding selected modules + doing sanity check on compiler and options Creating Makefile in support cat: Cannot open support/Makefile.tmpl: No such file or directory Creating Makefile in main Creating Makefile in ap Creating Makefile in regex ./Configure[1824]: regex/Makefile: Cannot create the specified file. cat: Cannot open regex/Makefile.tmpl: No such file or directory ./Configure[1826]: regex/Makefile: Cannot create the specified file. Creating Makefile in os/unix cat: Cannot open os/unix/Makefile.tmpl: No such file or directory Creating Makefile in modules/standard h60y2k:/opt/apache_1.3.3/src ## make ===> regex sh[3]: regex: not found. *** Error exit code 1 Stop. >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-feedback State-Changed-By: marc State-Changed-When: Wed Dec 30 13:41:31 PST 1998 State-Changed-Why: Are you _sure_ you downloaded the base, unmodified tarball and unpacked it properly? Please try the whole procedure again to be sure you didn't miss anything. Do the Makefile.tmpl files that it is complaining about not existing exist on disk? From: CRBurnham@Ensign-BickfordInd.com To: marc@apache.org Cc: apbugs@apache.org Subject: RE: os-hpux/3611: Configure and make fails Date: Mon, 4 Jan 1999 08:41:43 -0500 --openmail-part-00bbd137-00000001 Content-Type: text/plain; charset=US-ASCII; name="BDY.TXT" Content-Disposition: inline; filename="BDY.TXT" Content-Transfer-Encoding: 7bit Marc, This is what is in the TAR ball: Am I missing anything? rwxr-xr-x 177/20 0 Oct 7 05:34 1998 apache_1.3.3/ rwxr-xr-x 177/20 0 Oct 7 05:34 1998 apache_1.3.3/src/ rwxr-xr-x 177/20 0 Oct 7 05:34 1998 apache_1.3.3/src/ap/ rw-r--r-- 177/20 701 Apr 20 01:30 1998 apache_1.3.3/src/ap/.indent.pro rw-r--r-- 177/20 2397 Sep 7 02:59 1998 apache_1.3.3/src/ap/Makefile.tmpl rw-r--r-- 177/20 2698 Aug 5 18:15 1998 apache_1.3.3/src/ap/ap.dsp rw-r--r-- 177/20 7043 Aug 5 18:15 1998 apache_1.3.3/src/ap/ap.mak rw-r--r-- 177/20 3732 Mar 31 07:52 1998 apache_1.3.3/src/ap/ap_cpystrn.c rw-r--r-- 177/20 11233 Mar 31 07:52 1998 apache_1.3.3/src/ap/ap_execve.c rw-r--r-- 177/20 6490 Jul 13 07:32 1998 apache_1.3.3/src/ap/ap_fnmatch.c rw-r--r-- 177/20 3561 Mar 31 07:52 1998 apache_1.3.3/src/ap/ap_signal.c rw-r--r-- 177/20 4298 Jun 17 02:57 1998 apache_1.3.3/src/ap/ap_slack.c rw-r--r-- 177/20 24226 Jul 8 13:46 1998 apache_1.3.3/src/ap/ap_snprintf.c rw-r--r-- 177/20 406 Apr 15 14:14 1998 apache_1.3.3/src/.gdbinit rw-r--r-- 177/20 3540 Nov 24 23:07 1997 apache_1.3.3/src/Apache.dsp rw-r--r-- 177/20 3775 Nov 24 23:07 1997 apache_1.3.3/src/Apache.mak rw-r--r-- 177/20 19 Jul 13 15:01 1997 apache_1.3.3/src/ApacheCore.def rw-r--r-- 177/20 9162 Aug 5 18:15 1998 apache_1.3.3/src/ApacheCore.dsp rw-r--r-- 177/20 63530 Aug 9 10:33 1998 apache_1.3.3/src/ApacheCore.mak rw-r--r-- 177/20 718 Sep 17 17:13 1998 apache_1.3.3/src/BUILD.NOTES rw-r--r-- 177/20 251054 Oct 7 05:20 1998 apache_1.3.3/src/CHANGES rw-r--r-- 177/20 15253 Sep 16 15:38 1998 apache_1.3.3/src/Configuration.tmpl rwxr-xr-x 177/20 58450 Oct 7 05:19 1998 apache_1.3.3/src/Configure I created with a mkdir command the os/unix, support and the regex subdirectories. Should those directories and any files contained within be in the tar ball? I downloaded from www.apache.org/dist apache_1.3.3.tar.Z and I tried apache_1.3.3.tar.gz . For both, I uncompressed and unpacked each tar file. Is that the correct procedure? The Makefile.tmpl files do not exist on disk. Any suggestions? Thanks for your help. chris -----Original Message----- From: marc [SMTP:marc@apache.org] Sent: Wednesday, December 30, 1998 4:42 PM To: apache-bugdb; crburnham; marc Cc: marc Subject: Re: os-hpux/3611: Configure and make fails [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ] Synopsis: Configure and make fails State-Changed-From-To: open-feedback State-Changed-By: marc State-Changed-When: Wed Dec 30 13:41:31 PST 1998 State-Changed-Why: Are you _sure_ you downloaded the base, unmodified tarball and unpacked it properly? Please try the whole procedure again to be sure you didn't miss anything. Do the Makefile.tmpl files that it is complaining about not existing exist on disk? --openmail-part-00bbd137-00000001-- From: Marc Slemko To: CRBurnham@Ensign-BickfordInd.com Cc: Apache bugs database Subject: RE: os-hpux/3611: Configure and make fails Date: Mon, 4 Jan 1999 10:09:18 -0800 (PST) On Mon, 4 Jan 1999 CRBurnham@Ensign-BickfordInd.com wrote: > Marc, > This is what is in the TAR ball: Am I missing anything? Erm... you are missing nearly the entire source tree. Please verify the size of your tarball (should be ~2.7 megs). Something very wrong is going on when you are downloading and/or unpacking this. Download a fresh copy from http://www.apache.org/dist/ Try using gzip to uncompress if you aren't already and a different version of tar if you are using your OS's tar. This isn't a problem with Apache, but some local thing preventing you from correctly unarchiving the tarball. State-Changed-From-To: feedback-closed State-Changed-By: dgaudet State-Changed-When: Tue Apr 20 22:06:51 PDT 1999 State-Changed-Why: [This is a standard response.] No response from submitter, assuming issue has been resolved. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]