Subject: Re: UPDATING texinfo
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Luke Mewburn <lukem@NetBSD.org>
List: current-users
Date: 07/22/2003 22:21:14
On Tue, Jul 22, 2003 at 01:10:23PM +0100, Patrick Welche wrote:
| Just in case someone thinks there is something to fix:
|
| - cvs updated
| - read UPDATING
| # history
| 1 cd /usr/src/gnu/usr.bin/texinfo
| 2 make MKINFO=no dependall install
| dependall ===> install-info
| make: "/usr/src/gnu/usr.bin/texinfo/install-info/Makefile" line 11: Malformed conditional ((${MKUNPRIVED} != "no" && ${MKINFO} != "no"))
| make: "/usr/src/gnu/usr.bin/texinfo/install-info/Makefile" line 11: Missing dependency operator
| make: "/usr/src/gnu/usr.bin/texinfo/install-info/Makefile" line 14: if-less endif
| make: "/usr/src/gnu/usr.bin/texinfo/install-info/Makefile" line 14: Need an operator
| make: Fatal errors encountered -- cannot continue
|
| make: stopped in /usr/src/gnu/usr.bin/texinfo/install-info
| *** Error code 1
When I read UPDATING, I see:
What to do if things don't work:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
When things don't work there is usually a few things that commonly
should be done.
1) make includes
This should be done automatically by make build.
2) cd share/mk && make install
Again, automatically done by make build.
Have you tried 2) ? I suspect not, given the age of your <bsd.own.mk>
;-)
I really should insert
0) ./build.sh -U distribution
Use build.sh instead of trying to build by hand.
into that ....
|
|
| (reverting to manual overdrive..)
|
| Cheers,
|
| Patrick
| $NetBSD: bsd.dep.mk,v 1.42 2003/05/27 21:43:32 wiz Exp $
| $NetBSD: bsd.doc.mk,v 1.58 2002/10/22 18:48:27 perry Exp $
| $NetBSD: bsd.endian.mk,v 1.4 2003/05/18 08:19:03 lukem Exp $
| $NetBSD: bsd.files.mk,v 1.20 2002/10/22 18:48:27 perry Exp $
| $NetBSD: bsd.gcc.mk,v 1.1 2003/05/31 20:33:15 thorpej Exp $
| $NetBSD: bsd.hostlib.mk,v 1.3 2002/09/17 23:18:29 thorpej Exp $
| $NetBSD: bsd.hostprog.mk,v 1.26 2003/05/14 00:24:06 dbj Exp $
| $NetBSD: bsd.inc.mk,v 1.23 2002/10/22 18:48:27 perry Exp $
| $NetBSD: bsd.info.mk,v 1.27 2002/10/22 18:48:27 perry Exp $
| $NetBSD: bsd.init.mk,v 1.1 2001/11/02 05:21:50 tv Exp $
| $NetBSD: bsd.kernobj.mk,v 1.10 2003/01/06 17:40:19 lukem Exp $
| $NetBSD: bsd.kinc.mk,v 1.25 2002/11/26 23:15:54 lukem Exp $
| $NetBSD: bsd.kmod.mk,v 1.63 2003/05/07 22:36:06 fvdl Exp $
| $NetBSD: bsd.lib.mk,v 1.219 2003/05/31 20:33:16 thorpej Exp $
| $NetBSD: bsd.links.mk,v 1.21 2002/10/22 18:48:28 perry Exp $
| $NetBSD: bsd.man.mk,v 1.79 2002/10/22 18:48:28 perry Exp $
| $NetBSD: bsd.nls.mk,v 1.38 2002/10/22 18:48:29 perry Exp $
| $NetBSD: bsd.obj.mk,v 1.40 2002/03/14 18:26:32 thorpej Exp $
| $NetBSD: bsd.own.mk,v 1.334 2003/05/18 08:09:25 lukem Exp $
| $NetBSD: bsd.prog.mk,v 1.167 2003/05/31 20:33:16 thorpej Exp $
| $NetBSD: bsd.rpc.mk,v 1.3 2003/05/19 07:19:10 lukem Exp $
| $NetBSD: bsd.shlib.mk,v 1.1 2002/09/27 21:37:58 thorpej Exp $
| $NetBSD: bsd.subdir.mk,v 1.46 2001/11/02 05:21:51 tv Exp $
| $NetBSD: bsd.sys.mk,v 1.87 2003/05/30 18:43:24 thorpej Exp $
| $NetBSD: sys.mk,v 1.74 2003/05/04 12:05:50 fvdl Exp $