The source is the src.tar.gz from CD's, I didn't update/patch it yet.
[EMAIL PROTECTED] ~]
# sysctl kern.version
kern.version=OpenBSD 4.2-stable (GENERIC) #0: Mon Mar 3 23:45:54 CET 2008
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
[EMAIL PROTECTED] ~]
# cd /usr/src/usr.sbin/bind
[EMAIL PROTECTED] /usr/src/usr.sbin/bind]
# make -f Makefile.bsd-wrapper clean
rm -f
[EMAIL PROTECTED] /usr/src/usr.sbin/bind]
# make -f Makefile.bsd-wrapper obj
/usr/src/usr.sbin/bind/obj -> /usr/obj/usr.sbin/bind
[EMAIL PROTECTED] /usr/src/usr.sbin/bind]
# make -f Makefile.bsd-wrapper
PATH="/bin:/usr/bin:/sbin:/usr/sbin" CC="cc" CFLAGS="-O2 -pipe " LDFLAGS=""
INSTALL_PROGRAM="install -c -s" sh /usr/src/usr.sbin/bind/configure
--prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-shared
--disable-threads
checking build system type... i386-unknown-openbsd4.2
checking host system type... i386-unknown-openbsd4.2
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... /usr/bin/ar
checking for etags... no
checking for emacs-etags... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... configure: error: no
acceptable grep could be found in /bin:/usr/bin:/sbin:/usr/sbin:/usr/xpg4/bin
*** Error code 1
Stop in /usr/src/usr.sbin/bind (line 69 of
/usr/src/usr.sbin/bind/Makefile.bsd-wrapper).
[EMAIL PROTECTED] /usr/src/usr.sbin/bind]
which grep
/usr/bin/grep
This also occurs when I try to install acroread from ports.
The same error when compiling /usr/ports/archivers/gcpio as dependency.
I guess it must be my fault because I searched the list and didn't find
anything. But I don't see what I'm doing wrong ...
Kind regards,
Tom Van Looy