Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 1998 23:43:59 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "FreeBSD-Stable" <FreeBSD-Stable@FreeBSD.ORG>, "FreeBSD-Ports" <FreeBSD-Ports@FreeBSD.ORG>
Subject:   Unable to compile port or 2.2-STABLE sources
Message-ID:  <000701bdf8bf$97b4ea60$0dcb2e9c@westbend.net>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000701bdf8bf$97b4ea60$0dcb2e9c>