Hi Insan,

Insan Praja SW wroto on Wed, Feb 11, 2009 at 02:09:15PM +0700:

> When upgrading my OBSD 4.5-beta machine, I got
> ===> usr.sbin/bind
> 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  
> --disable-openssl-version-check
> Segmentation fault (core dumped)

I bet you missed
  http://www.openbsd.org/cgi-bin/cvsweb/src/bin/ksh/c_ksh.c#rev1.33

To confirm, type

 $ /bin/ksh
 $ set -o posix
 $ echo

and show me the output.

To fix that, type

 $ cd /usr/src/bin/ksh
 $ cvs up -dP
 $ make clean
 $ make obj
 $ make depend
 $ make
 $ sudo make install

and start over building bind.

Nick is right, building from source is not supported, but that's
no reason not to tell you.  ;-)

Sorry for the inconvenience,
  Ingo

Reply via email to