Subject: Re: 1 open conditional
To: Ghislain Garcon <gigi_8439@yahoo.fr>
From: Marcin Jessa <lists@yazzy.org>
List: current-users
Date: 01/09/2006 11:44:17
On Mon, 09 Jan 2006 08:36:24 +0100
Ghislain Garcon <gigi_8439@yahoo.fr> wrote:

> Alan Barrett a =E9crit :
>=20
> >On Sun, 08 Jan 2006, Ghis Gigi wrote:
> > =20
> >
> >>I've succedded the installation of a NetBSD 3.0 from
> >>FTP. I've downloaded the pkgsrc tar file from the
> >>NetBSD-current and the syssrc tar file from the
> >>NetBSD-3.0 directory. But what ever I try to compile I
> >>get the same error :
> >>make : 1 open conditional
> >>make : fatal errors encountered bla bla bla...
> >>   =20
> >>
> >
> >Are you running NetBSD-3.0, or are you running domething else
> >and trying to build NetBSD-3.0?
> > =20
> >
> I'm running NetBSD 3.0 and i try to build my own kernel and programs
> from pkgsrc
>=20
> >What exactly did you do to get those errors?  What directory were you
> >in, and what command did you issue?
> >
> > =20
> >
> When i get this error with th ekernel compilation I was in
> /usr/src/sys/arch/i386/compile/MYKERNEL and i've got the same in
> /usr/pkgsrc/meta-package/xorg.

Use the build.sh script to compile your own kernel, e.g.=20
# cd /usr/src
# ./build.sh -O /usr/obj/ -T /usr/tools/ kernel=3DMYKERNEL


> >>There is a file and a line but this is an include from
> >>another file...
> >>   =20
> >If you won't tell us what file and line number were in the error
> >message, it's difficult for us to help.
> >
> I know. The problem is always in files
> like /usr/pkgsrc/mk/bsd.prefs.mk or in /usr/share/...
> I'll get the exact error message tonight.
>=20

Tell us something about the commands you use as well.
Try to update your pkgsrc and kernel sources as well with either cvs or
cvsup.

Marcin.