Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2008 15:16:16 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        freebsd-stable@freebsd.org
Subject:   -stable tar complie broken?
Message-ID:  <48A09000.2000609@protected-networks.net>

next in thread | raw e-mail | index | archive | help
On a box cvsupped today, I get:

imb@sarah:/usr/src/usr.bin/tar> sudo make clean depend all
rm -f bsdtar bsdtar.o getdate.o matching.o read.o siginfo.o subst.o 
tree.o util.o write.o bsdtar.1.gz bsdtar.1.cat.gz getdate.c getdate.h
yacc -d -o getdate.c /usr/src/usr.bin/tar/getdate.y
yacc: 8 shift/reduce conflicts
rm -f .depend
mkdep -f .depend -a    -DBSDTAR_VERSION_STRING=\"2.5.5\" 
-DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/usr/src/usr.bin/tar 
/usr/src/usr.bin/tar/bsdtar.c getdate.c /usr/src/usr.bin/tar/matching.c 
/usr/src/usr.bin/tar/read.c /usr/src/usr.bin/tar/siginfo.c 
/usr/src/usr.bin/tar/subst.c /usr/src/usr.bin/tar/tree.c 
/usr/src/usr.bin/tar/util.c /usr/src/usr.bin/tar/write.c
echo bsdtar: /usr/lib/libc.a /usr/lib/libarchive.a /usr/lib/libbz2.a 
/usr/lib/libz.a >> .depend
cc -O2 -fno-strict-aliasing -pipe -march=pentium3 
-DBSDTAR_VERSION_STRING=\"2.5.5\" 
-DPLATFORM_CONFIG_H=\"config_freebsd.h\" -I/usr/src/usr.bin/tar 
-Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align 
-Wunused-parameter -Wno-pointer-sign -c /usr/src/usr.bin/tar/bsdtar.c
/usr/src/usr.bin/tar/bsdtar.c: In function 'main':
/usr/src/usr.bin/tar/bsdtar.c:508: error: 'ARCHIVE_EXTRACT_SPARSE' 
undeclared (first use in this function)
/usr/src/usr.bin/tar/bsdtar.c:508: error: (Each undeclared identifier is 
reported only once
/usr/src/usr.bin/tar/bsdtar.c:508: error: for each function it appears in.)
*** Error code 1

    Michael




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