Hi,

  I'm trying to build 3.9 release from sources, running 3.9.
  After cvsup from rt.fm, I followed instructions in release(8):

# cd /usr/obj && mkdir -p .old
# mv * .old && sudo rm -rf .old
# cd /usr/src && nice make obj
# cd /usr/src/etc && env DESTDIR=/ sudo make distrib-dirs

# cd /usr/src && nice make build > build.log 2>&1


  But the process fails in /usr/src/usr.sbin/httpd:

# tail -20 build.log
nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/htpasswd.1 >
src/support/htpasswd.cat1
nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/apachectl.8 >
src/support/apachectl.cat8
nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/logresolve.8 >
src/support/logresolve.cat8
nroff -Tascii -mandoc httpd.8 > httpd.cat8
nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/rotatelogs.8 >
src/support/rotatelogs.cat8
nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/apxs.8 >
src/support/apxs.cat8
nroff -Tascii -mandoc /usr/src/usr.sbin/httpd/src/support/suexec.8 >
src/support/suexec.cat8
make: no target to make.
*** Error code 2

Stop in /usr/src/usr.sbin/httpd (line 628
of /usr/src/usr.sbin/httpd/Makefile.bsd-wrapper).
*** Error code 1

Stop in /usr/src/usr.sbin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src (line 73 of Makefile).


  Apparently there is no makefile in /usr/src/usr.sbin/httpd:

# ls 
ABOUT_APACHE               Makefile.bsd-wrapper       config.status*
Announcement               Makefile.tmpl              configure
Announcement.de            README                     htdocs/
CHANGES                    README.SSL                 httpd.8
INSTALL                    README.configure           icons/
INSTALL.SSL                cgi-bin/                   obj@
LICENSE                    conf/                      src/
LICENSE.SSL                config.layout

  Can anyone help me?

--
Giuseppe Argentieri

Reply via email to