cvs commit: src/lib/libarchive archive_private.h archive_read.c
archive_read_data_into_fd.c archive_write.c
archive_write_set_compression_bzip2.c
archive_write_set_compression_gzip.c archive_write_set_compression_none.c
Scott Long
scottl at samsco.org
Wed Jun 1 10:18:30 PDT 2005
Tim Kientzle wrote:
> kientzle 2005-06-01 15:52:39 UTC
>
> FreeBSD src repository
>
> Modified files:
> lib/libarchive archive_private.h archive_read.c
> archive_read_data_into_fd.c
> archive_write.c
> archive_write_set_compression_bzip2.c
> archive_write_set_compression_gzip.c
> archive_write_set_compression_none.c
> Log:
> Remove the C99-specific __func__ that is one of the few barrier to
> compiling on IRIX and Solaris. Remove the "archive_check_magic" macro
> that existed only to provide __func__ to the underlying __archive_check_magic
> function.
>
> Thanks to: Darin Broady
> MFC after: 14 days
>
> Revision Changes Path
> 1.18 +17 -15 src/lib/libarchive/archive_private.h
> 1.15 +10 -10 src/lib/libarchive/archive_read.c
> 1.8 +1 -1 src/lib/libarchive/archive_read_data_into_fd.c
> 1.15 +8 -8 src/lib/libarchive/archive_write.c
> 1.8 +1 -1 src/lib/libarchive/archive_write_set_compression_bzip2.c
> 1.10 +1 -1 src/lib/libarchive/archive_write_set_compression_gzip.c
> 1.8 +1 -1 src/lib/libarchive/archive_write_set_compression_none.c
One of these last two commits breaks the build:
/usr/obj/usr/src/tmp/usr/lib/libarchive.a(archive_write_set_format_pax.o)(.text+0xea7):
In function `archive_write_pax_header':
: undefined reference to `archive_entry_ctime_nsec'
/usr/obj/usr/src/tmp/usr/lib/libarchive.a(archive_write_set_format_pax.o)(.text+0xeb7):
In function `archive_write_pax_header':
: undefined reference to `archive_entry_ctime'
I'm getting really really tired of the build breaking practically every
day. Every time I go to make a 6-CURRENT snapshot for release, I get
stopped up by all of this stupid stupid stupid breakage. I'm getting
really tired of it. Anyone who is wondering where the monthly snapshots
for the last few months have gone, it's because the build is broken and
I get tired of trying to fix it.
Scott
More information about the cvs-src
mailing list