Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 11:34:40 -0800
From:      "Riley" <rileyjmc@pacbell.net>
To:        "FreeBSD Stable" <freebsd-stable@FreeBSD.ORG>
Subject:   FW: buildworld fails
Message-ID:  <HEEELMCBPANKADCOBOFPKEKAJNAA.rileyjmc@pacbell.net>

next in thread | raw e-mail | index | archive | help
Hi all,

Didn't get any response to this on -questions and thought it might be more
appropriate here.  Sorry if not. . .

Trying to upgrade from 4.4-20020114-STABLE to 4.7-R-p7.  /usr isn't big
enough but /var is so:

lrwxr-xr-x  1 root  wheel  - 8 Mar  4 12:28 /usr/obj@ -> /var/obj
lrwxr-xr-x  1 root  wheel  - 8 Mar  4 12:28 /usr/src@ -> /var/src

Ran mergemaster.sh -p, but for 2 buildworlds it fails with:

/var/src/lib/libutil/login_times.c: In function `in_lts':
/var/src/lib/libutil/login_times.c:159: warning: passing arg 2 of `in_ltms'
makes pointer from integer without a cast
*** Error code 1
Stop in /var/src/lib/libutil.
*** Error code 1

There's a more complete listing below, with a lot of "warning: implicit
declaration of function"  messages before it fails.

I'm not sure where to go from here.  Are the symlinks a problem?  Google
search comes up with problems with NFS mounts but they don't seem to apply
since the directory names are consistent. I can install from a 4.7-R CD but
have to go there, put a cd drive in, etc.  A hassle.

Any ideas?

Thanks,

Riley



mkdep -f
.depend -a    -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil/../.
./sys -DINET6  /var/src/lib/libutil/login.c /var/src/lib/libutil/login_tty.c
/var/src/lib/libutil/logout.c /var/src/lib/libutil/logwtmp.c
/var/src/lib/libutil/pty.c /var/src/lib/libutil/login_cap.c
/var/src/lib/libutil/login_class.c /var/src/lib/libutil/login_auth.c
/var/src/lib/libutil/login_times.c /var/src/lib/libutil/login_ok.c
/var/src/lib/libutil/login_crypt.c /var/src/lib/libutil/_secure_path.c
/var/src/lib/libutil/uucplock.c /var/src/lib/libutil/property.c
/var/src/lib/libutil/auth.c /var/src/lib/libutil/realhostname.c
/var/src/lib/libutil/fparseln.c /var/src/lib/libutil/stub.c
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/login.c -o login.o
/var/src/lib/libutil/login.c: In function `login':
/var/src/lib/libutil/login.c:58: warning: implicit declaration of function
`ttyslot'
/var/src/lib/libutil/login.c:61: warning: implicit declaration of function
`write'
/var/src/lib/libutil/login.c:62: warning: implicit declaration of function
`close'
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/login_tty.c -o login_tty.o
/var/src/lib/libutil/login_tty.c: In function `login_tty':
/var/src/lib/libutil/login_tty.c:54: warning: implicit declaration of
function `setsid'
/var/src/lib/libutil/login_tty.c:57: warning: implicit declaration of
function `dup2'
/var/src/lib/libutil/login_tty.c:61: warning: implicit declaration of
function `close'
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/logout.c -o logout.o
/var/src/lib/libutil/logout.c: In function `logout':
/var/src/lib/libutil/logout.c:66: warning: implicit declaration of function
`read'
/var/src/lib/libutil/logout.c:71: warning: implicit declaration of function
`time'
/var/src/lib/libutil/logout.c:73: warning: implicit declaration of function
`write'
/var/src/lib/libutil/logout.c:76: warning: implicit declaration of function
`close'
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/logwtmp.c -o logwtmp.o
/var/src/lib/libutil/logwtmp.c: In function `trimdomain':
/var/src/lib/libutil/logwtmp.c:74: warning: implicit declaration of function
`gethostname'
/var/src/lib/libutil/logwtmp.c: In function `logwtmp':
/var/src/lib/libutil/logwtmp.c:160: warning: implicit declaration of
function `time'
/var/src/lib/libutil/logwtmp.c:161: warning: implicit declaration of
function `write'
/var/src/lib/libutil/logwtmp.c:165: warning: implicit declaration of
function `close'
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/pty.c -o pty.o
/var/src/lib/libutil/pty.c: In function `openpty':
/var/src/lib/libutil/pty.c:83: warning: implicit declaration of function
`chown'
/var/src/lib/libutil/pty.c:83: warning: implicit declaration of function
`getuid'
/var/src/lib/libutil/pty.c:85: warning: implicit declaration of function
`revoke'
/var/src/lib/libutil/pty.c:99: warning: implicit declaration of function
`close'
/var/src/lib/libutil/pty.c: In function `forkpty':
/var/src/lib/libutil/pty.c:118: warning: implicit declaration of function
`fork'
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/login_cap.c -o login_cap.o
/var/src/lib/libutil/login_cap.c: In function `login_getclassbyname':
/var/src/lib/libutil/login_cap.c:205: warning: implicit declaration of
function `geteuid'
/var/src/lib/libutil/login_cap.c:206: warning: implicit declaration of
function `getegid'
/var/src/lib/libutil/login_cap.c:207: warning: implicit declaration of
function `setegid'
/var/src/lib/libutil/login_cap.c:208: warning: implicit declaration of
function `seteuid'
/var/src/lib/libutil/login_cap.c:234: warning: implicit declaration of
function `close'
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/login_class.c -o login_class.o
/var/src/lib/libutil/login_class.c: In function `setusercontext':
/var/src/lib/libutil/login_class.c:365: warning: implicit declaration of
function `setgid'
/var/src/lib/libutil/login_class.c:370: warning: implicit declaration of
function `initgroups'
/var/src/lib/libutil/login_class.c:379: warning: implicit declaration of
function `setlogin'
/var/src/lib/libutil/login_class.c:390: warning: implicit declaration of
function `setuid'
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/login_auth.c -o login_auth.o
/var/src/lib/libutil/login_auth.c: In function `auth_cat':
/var/src/lib/libutil/login_auth.c:102: warning: implicit declaration of
function `read'
/var/src/lib/libutil/login_auth.c:103: warning: implicit declaration of
function `write'
/var/src/lib/libutil/login_auth.c:104: warning: implicit declaration of
function `close'
/var/src/lib/libutil/login_auth.c:105: warning: implicit declaration of
function `sleep'
cc -O -pipe  -Wall -DLIBC_SCCS -I/var/src/lib/libutil -I/var/src/lib/libutil
/../../sys -DINET6  -c /var/src/lib/libutil/login_times.c -o login_times.o
/var/src/lib/libutil/login_times.c: In function `parse_time':
/var/src/lib/libutil/login_times.c:52: warning: implicit declaration of
function `isdigit'
/var/src/lib/libutil/login_times.c: In function `parse_lt':
/var/src/lib/libutil/login_times.c:78: warning: implicit declaration of
function `tolower'
/var/src/lib/libutil/login_times.c:80: warning: implicit declaration of
function `isalpha'
/var/src/lib/libutil/login_times.c: In function `in_ltm':
/var/src/lib/libutil/login_times.c:116: dereferencing pointer to incomplete
type
/var/src/lib/libutil/login_times.c:118: dereferencing pointer to incomplete
type
/var/src/lib/libutil/login_times.c:118: dereferencing pointer to incomplete
type
/var/src/lib/libutil/login_times.c:120: dereferencing pointer to incomplete
type
/var/src/lib/libutil/login_times.c:126: dereferencing pointer to incomplete
type
/var/src/lib/libutil/login_times.c:127: dereferencing pointer to incomplete
type
/var/src/lib/libutil/login_times.c:128: warning: implicit declaration of
function `mktime'
/var/src/lib/libutil/login_times.c: In function `in_lt':
/var/src/lib/libutil/login_times.c:140: warning: implicit declaration of
function `localtime'
/var/src/lib/libutil/login_times.c:140: warning: passing arg 2 of `in_ltm'
makes pointer from integer without a cast
/var/src/lib/libutil/login_times.c: In function `in_lts':
/var/src/lib/libutil/login_times.c:159: warning: passing arg 2 of `in_ltms'
makes pointer from integer without a cast
*** Error code 1


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




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