[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Newbie Ports Problem
Trying to install ntop from the ports (on CD) on:
uname -a: OpenBSD aperta 2.5 APERTA#0 i386
Tells me I need autoconf, which tells me it wants m4 1.1 or later.
So I install m4 1.4 (from ports, CD), which is OK.
Autoconf nevertheless still complains there is no m4 1.1 or later.
Output below.
A little hint for a newbie? I didn't think commenting out m4 in the
autoconf Makefile was a good idea. It isn't, is it?
TIA!
Marc
--
Marc Schneiders
marc@oldserver.demon.nl
[root@aperta /usr/ports/devel/m4]# make install
===> Installing for m4-1.4
for subdir in doc lib src checks examples; do echo making install in
$subdir; (cd $subdir && make CC='cc' CFLAGS='-O2' LDFLAGS='' LIBS=''
prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin'
infodir='/usr/local/info' install) || exit 1; done
making install in doc
./../mkinstalldirs /usr/local/info
cd . && for file in m4.info*; do install -c -o root -g bin -m 444 $file
/usr/local/info/$file; done
making install in lib
making install in src
./../mkinstalldirs /usr/local/bin
install -c -s -o root -g bin -m 555 m4 /usr/local/bin/`echo m4 | sed
's,^,g,;'`
making install in checks
making install in examples
install -c -o root -g bin -m 444
/usr/ports/devel/m4/work/m4-1.4/examples/*.m4
/usr/local/share/examples/gm4
===> Registering installation for m4-1.4
[root@aperta /usr/ports/devel/m4]# cd ../autoconf
[root@aperta /usr/ports/devel/autoconf]# make
===> Building for autoconf-2.13
Error: Autoconf requires GNU m4 1.1 or later
*** Error code 1
Stop in /usr/ports/devel/autoconf/work/build-i386.
*** Error code 1
Stop in /usr/ports/devel/autoconf.
*** Error code 1
Stop in /usr/ports/devel/autoconf.
*** Error code 1
Stop in /usr/ports/devel/autoconf.
[root@aperta /usr/ports/devel/autoconf]#