Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 1998 16:59:48 +0800 (SGT)
From:      chas <panda@peace.com.my>
To:        questions@FreeBSD.ORG
Subject:   gmake : is the port ok ?
Message-ID:  <3.0.32.19980515172158.00978e80@peace.com.my>

next in thread | raw e-mail | index | archive | help
Installing gmake from the ports collection on FBSD 2.2.1, I
ran into the following error :

[snip]
make.texinfo:28: Unknown info command `dircategory'.
make.texinfo:29: Unknown info command `direntry'.
make.texinfo:32: Bad argument to `end', `direntry', using `ifinfo'.
make.texinfo:63: Unmatched `@end'.
*** Error code 2
Stop.
*** Error code 1
Stop.
[/snip]

Not knowing the syntax of this file, I've doctored the 
make/make-3.76.1/make.texinfo by removing the lines 
28, 29, 32, 63 above. 

Now, gmake seemed to install but just not to register :
[snip]
===>  Installing for gmake-3.76.1
Making install in glob
/bin/sh ./mkinstalldirs /usr/local/bin
  install -c -s -o bin -g bin -m 555 make /usr/local/bin/gmake
/bin/sh ./mkinstalldirs /usr/local/info
 /usr/bin/install -c -o bin -g bin -m 644 ./make.info
/usr/local/info/make.info
/bin/chmod g-s /usr/local/bin/gmake
/usr/bin/chgrp bin /usr/local/bin/gmake
install -c -o bin -g bin -m 444 /usr/ports/gmake/work/make-3.76.1/make.man
/usr/local/man/man1/gmake.1
install-info: not found
*** Error code 1
[/snip]

So, it looks like gmake was installed in usr/local/bin/gmake
fine. I'm guessing that the failure of install-info won't 
have any affect on functionality,

chas



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.32.19980515172158.00978e80>