On Wed, 11 Feb 2009 23:29:31 +0700, Ingo Schwarze <schwa...@usta.de> wrote:

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

Thanks Ingo and people at m...@. Before asking anything to the list, I prepare for inputs. I'm subcribe to the list, I respect their stand point, love their jokes and enjoyed the flame wars :P. And you're right, just because building from the source is not supported, it doesn't mean I can't ask and people can't tell me. I'm just a nOOb and in love with -current :).
Best Regards,


Insan
--
insandotpraja(at)gmaildotcom

Reply via email to