From owner-freebsd-stable Thu Oct 15 21:44:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07973 for freebsd-stable-outgoing; Thu, 15 Oct 1998 21:44:49 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from mail.westbend.net ([156.46.203.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07956; Thu, 15 Oct 1998 21:44:46 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [156.46.203.13]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id XAA06874; Thu, 15 Oct 1998 23:43:59 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000701bdf8bf$97b4ea60$0dcb2e9c@westbend.net> From: "Scot W. Hetzel" To: "FreeBSD-Stable" , "FreeBSD-Ports" Subject: Unable to compile port or 2.2-STABLE sources Date: Thu, 15 Oct 1998 23:43:59 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0809.1600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0809.1600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had upgraded the server on Wed Oct 14 14:07:41 CDT 1998 to the latest 2.2-STABLE sources. When I tried to update the Apache/FrontPage webserver to use apache 1.3.3, either it would install the server but would error out with unable to get the UserDir from the Apache config files in the fp_install.sh script when trying to setup user/virtual webs. The script uses grep & awk to retrieve the info from the httpd.conf, srm.conf, and access.conf files. If I tell it to not install the user/virtual webs, then it will complete the installation. But any file that had used sed, grep, or awk to modify its contents would be installed as a 0 byte file (apache.sh.tmpl, apachectl, apxs, dbmmanage, ...). Now if I try to recompile the port, it errors in the configure stage: # make configure ===> Extracting for apache_fp-1.3.3 >> Checksum OK for apache_1.3.3.tar.gz. >> Checksum OK for fp30.bsdi3.tar.Z. ===> Extracting FrontPage install scripts ===> Patching for apache_fp-1.3.3 ===> Applying FreeBSD patches for apache_fp-1.3.3 ===> Configuring for apache_fp-1.3.3 Configuring for Apache, Version configure:Error: Module filename doesn't match '/?mod_[a-zA-Z0-9][a-zA-Z0-9_]*\.c' *** Error code 1 I then tried to configure apache13 port (v1.3.2) and I get the same error. Believing that the problem was related to the recent system update, I took the port to an older 2.2-STABLE, and it had the same problems. I even tried cvsuping and recompiling 2.2-STABLE, current as of 10-15-98 11:33 pm CDT, and I get the following during a buildworld: -------------------------------------------------------------- Rebuilding /usr/include -------------------------------------------------------------- cd /usr/src && SHARED=symlinks PATH=/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/sr c/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/lo cal/bin:/home/admin/bin BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/usr/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib NOEXTRADEPEND=t /usr/obj/usr/src/tmp/usr/bin/make DESTDIR=/usr/obj/usr/src/tmp includes cd /usr/src/include && /usr/obj/usr/src/tmp/usr/bin/make -B all install creating osreldate.h from newvers.sh . /usr/src/include/../sys/conf/newvers.sh; echo "$COPYRIGH T" > osreldate.h; echo \#'undef __FreeBSD_version' >> osr eldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h *** Error code 2 To make sure that it wasn't a stale src tree, I removed the /usr/obj & /usr/src directories and re-cvsupped the files. Stil have the same problem. Any Ideals as to why this system is not working. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message