On Wed, 11 Feb 2009 15:59:23 +0700, Alexander Yurchenko <gra...@disorder.ru> wrote:

do a binary update from the snapshot using bsd.rd first. then try to
make build.

Well of course, my usual step on upgrading my experiment boxes would be:
1. get latest source.
        > cd /usr/src
        > cvs -danon...@anoncvs1.ca.openbsd.org:/cvs -q up -Pd
2. compile new kernel
        > config GENERIC
        > ../compile/GENERIC
        > make clean && make depend && make && make install
3. Sometimes I rebooted the machine or straight to;
        > cd /usr/src
        > rm -rf /usr/obj* && make obj && cd /usr/src/etc
        > env DESTDIR=/ make distrib-dirs
        > cd /usr/src && make build

Just like in the FAQ.
Thanks.

On Wed, Feb 11, 2009 at 02:09:15PM +0700, Insan Praja SW wrote:
Hi Guys,
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)
*** Error code 139

Stop in /usr/src/usr.sbin/bind (line 70 of
/usr/src/usr.sbin/bind/Makefile.bsd-wrapper).
*** Error code 1

Stop in /usr/src/usr.sbin (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1

Stop in /usr/src (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1

Stop in /usr/src (line 73 of Makefile).

on line 70 /usr/src/usr.sbin/bind/Makefile.bsd-wrapper would be;

66: config.status:
67:        PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
68:        ${XCFLAGS} \
69: INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
70:        sh ${.CURDIR}/configure ${CONFIGURE_OPTS}

Any suggestions is much appreciated.
Thanks,

Insan
--
insandotpraja(at)gmaildotcom




--
insandotpraja(at)gmaildotcom

Reply via email to