buildworld failure in usr.bin/fstat

Peter Avalos pavalos at theshell.com
Fri Mar 24 19:40:21 PST 2006


A fresh HEAD:

===> usr.bin/fstat
cc -O -pipe -mtune=pentiumpro -Wall -I/usr/src/usr.bin/fstat/../../sys   -Wunknown-pragmas -Wsystem-headers -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls  -c /usr/src/usr.bin/fstat/cd9660.c
cc -O -pipe -mtune=pentiumpro -Wall -I/usr/src/usr.bin/fstat/../../sys   -Wunknown-pragmas -Wsystem-headers -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls  -c /usr/src/usr.bin/fstat/fstat.c
cc -O -pipe -mtune=pentiumpro -Wall -I/usr/src/usr.bin/fstat/../../sys   -Wunknown-pragmas -Wsystem-headers -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls  -c /usr/src/usr.bin/fstat/msdosfs.c
/usr/src/usr.bin/fstat/msdosfs.c: In function `msdosfs_filestat':
/usr/src/usr.bin/fstat/msdosfs.c:136: warning: implicit declaration of function `cntobn'
/usr/src/usr.bin/fstat/msdosfs.c:136: warning: nested extern declaration of `cntobn'
/usr/src/usr.bin/fstat/msdosfs.c:141: warning: nested extern declaration of `cntobn'
/usr/src/usr.bin/fstat/msdosfs.c:136: warning: redundant redeclaration of 'cntobn'
/usr/src/usr.bin/fstat/msdosfs.c:136: warning: previous implicit declaration of 'cntobn' was here
cc -O -pipe -mtune=pentiumpro -Wall -I/usr/src/usr.bin/fstat/../../sys   -Wunknown-pragmas -Wsystem-headers -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls   -o fstat cd9660.o fstat.o msdosfs.o -lkvm
msdosfs.o(.text+0x1c0): In function `msdosfs_filestat':
: undefined reference to `cntobn'
msdosfs.o(.text+0x1e7): In function `msdosfs_filestat':
: undefined reference to `cntobn'
*** Error code 1

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


Replacing cntobn with xcntobn seems to make it compile (swildner's idea).

--Peter
Attachment:
pgp00001.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00001.pgp
Type: application/octet-stream
Size: 191 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/bugs/attachments/20060324/d4b30967/attachment-0017.obj>


More information about the Bugs mailing list