Date: Thu, 16 Jan 1997 13:25:16 -0700 (MST) From: "Chad R. Larson" <chad@freefall.anasazi.com> To: freebsd-stable@FreeBSD.org Cc: chad@chad.anasazi.com Subject: 2.1.6-RELEASE doesn't compile Message-ID: <199701162025.NAA02521@freefall.anasazi.com>
next in thread | raw e-mail | index | archive | help
I have a machine running 2.1.6-RELEASE loaded via ftp from ftp.FreeBSD.org
a few weeks ago. I'm told the CD-ROM arrives today or tomorrow.
Yesterday, I changed to /usr/src and typed "make >>& Make.out".
About six hours later, this was at the end of my make log:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
===> usr.bin/tn3270/mset
cd /usr/src/usr.bin/tn3270/mset/../tools/mkastosc; make
/usr/src/usr.bin/tn3270/mset/../tools/mkastosc/obj/mkastosc /usr/src/usr.bin/tn3270/mset/../ctlr/hostctlr.h /usr/src/usr.bin/tn3270/mset/../ctlr/function.h < /usr/src/usr.bin/tn3270/mset/../ctlr/unix.kbd > astosc.OUT
/usr/src/usr.bin/tn3270/mset/../tools/mkastosc/obj/mkastosc: not found
*** Error code 2
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The problem is that the executable "mkastosc" is in the
../tools/mkastosc directory, not in an "obj" subdirectory.
It seems to me I would have three options at this point:
1) create an ./obj/mkastosc under the mkastosc directory
2) edit the Makefile in /usr/src/usr.bin/tn3270/mset to correct
the path to the executable
3) Use "sup" to sync the usr.bin/tn3270 directory tree against
the stable tree to see if someone has already fixed this.
What would you suggest?
And am I correct in assuming that the "stable" CVS tree is, in fact, the
2.1.6-RELEASE tree with bug fixes generated since 2.1.6 was declared to
be "release"? Would I want to sync my entire /usr/src tree?
-crl
--
Chad R. Larson (CRL22) Brother, can you paradigm?
602-870-3330 chad@anasazi.com chad@anasaz.UUCP chad@dcfinc.com
Anasazi, Inc. - 7500 North Dreamy Draw Drive, Suite 120, Phoenix, Az 85020
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701162025.NAA02521>
