Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2002 20:26:57 -0600
From:      Chris Pressey <cpressey@catseye.mb.ca>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make buildworld fails
Message-ID:  <20021031202657.21ff7bd0.cpressey@catseye.mb.ca>
In-Reply-To: <3DC122E8.986C78A2@asda.gr>
References:  <20021029033143.7c01a0b7.cpressey@catseye.mb.ca> <20021029112907.GB4480@happy-idiot-talk.infracaninophi> <20021029064730.2637b4e2.cpressey@catseye.mb.ca> <20021029142839.GF4480@happy-idiot-talk.infracaninophi> <20021029192615.69e3bb31.cpressey@catseye.mb.ca> <20021030214148.GL1882@gray.sea.gr> <20021030191250.34d1898e.cpressey@catseye.mb.ca> <3DC11C39.461CABEE@asda.gr> <3DC122E8.986C78A2@asda.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 31 Oct 2002 14:32:40 +0200
Lefteris Tsintjelis <lefty@asda.gr> wrote:

> > I've done this now with NO_OPENSSH=true in make.conf, but I *still*
> > get errors!
> > 
> I had the exact same results when I tried NO_OPENSSH=true. Kernel
>                                                           ^World
> wouldn't compile. Seems like kernel is broken with NO_OPENSSH=true.
>                             ^World
> Compile with OPENSSH and use sshd_program="/usr/local/sbin/sshd" at ur
> rc.conf if you are trying to use the new sshd. U will also need to
> change the PATH so that /usr/local/..... comes first. Its not the proper
> way but still, its a workaround. :-)))

Changing the PATH so that /usr/local/bin comes before /usr/bin resulted in
a couple of differences in attempting to build it that seemed to go away
once I dealt with /usr/local/bin/make and /usr/local/bin/grep (they were
the GNU versions.)  Does the PATH need to be this way to buildworld, or
just to run ssh?

Now when I run make buildworld, I get errors that seem to be related to
glob.h once again:

cc -O -pipe  -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include
-D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE
-I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP  -c
/usr/src/lib/libc/../libc/gen/glob.c -o glob.o
/usr/src/lib/libc/../libc/gen/glob.c: In function `glob':
/usr/src/lib/libc/../libc/gen/glob.c:169: `GLOB_APPEND' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:169: (Each undeclared identifier is
reported only once
/usr/src/lib/libc/../libc/gen/glob.c:169: for each function it appears
in.)
/usr/src/lib/libc/../libc/gen/glob.c:172: `GLOB_DOOFFS' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:175: `GLOB_LIMIT' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:181: `GLOB_MAGCHAR' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:187: `GLOB_NOESCAPE' undeclared
(first use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:205: `GLOB_BRACE' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c: In function `globtilde':
/usr/src/lib/libc/../libc/gen/glob.c:361: `GLOB_TILDE' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c: In function `glob0':
/usr/src/lib/libc/../libc/gen/glob.c:463: `GLOB_MAGCHAR' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:498: `GLOB_NOCHECK' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:499: `GLOB_NOMAGIC' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:503: `GLOB_NOMATCH' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:505: `GLOB_NOSORT' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c: In function `glob2':
/usr/src/lib/libc/../libc/gen/glob.c:558: `GLOB_MARK' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:564: `GLOB_ABORTED' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c: In function `glob3':
/usr/src/lib/libc/../libc/gen/glob.c:618: `GLOB_ABORTED' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c:628: `GLOB_ERR' undeclared (first use
in this function)
/usr/src/lib/libc/../libc/gen/glob.c:637: `GLOB_ALTDIRFUNC' undeclared
(first use in this function)
/usr/src/lib/libc/../libc/gen/glob.c: In function `globextend':
/usr/src/lib/libc/../libc/gen/glob.c:698: `GLOB_NOSPACE' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/gen/glob.c: In function `g_opendir':
/usr/src/lib/libc/../libc/gen/glob.c:822: `GLOB_ALTDIRFUNC' undeclared
(first use in this function)
/usr/src/lib/libc/../libc/gen/glob.c: In function `g_lstat':
/usr/src/lib/libc/../libc/gen/glob.c:840: `GLOB_ALTDIRFUNC' undeclared
(first use in this function)
/usr/src/lib/libc/../libc/gen/glob.c: In function `g_stat':
/usr/src/lib/libc/../libc/gen/glob.c:857: `GLOB_ALTDIRFUNC' undeclared
(first use in this function)
*** Error code 1

Stop in /usr/src/lib/libc.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


This is with /usr/src/include at the start of my C_INCLUDE_PATH.  (With my
usual C_INCLUDE_PATH this gives me the first error message I posted, which
is slightly different.  Both versions of glob.h seem to define at least
GLOB_APPEND.)

Thanks again for everybody's help,
-Chris

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021031202657.21ff7bd0.cpressey>