From owner-cvs-all@FreeBSD.ORG Wed Jun 1 17:18:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4FD16A41C; Wed, 1 Jun 2005 17:18:30 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC88743D1D; Wed, 1 Jun 2005 17:18:27 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j51HPNoI018274; Wed, 1 Jun 2005 11:25:24 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <429DED77.9050003@samsco.org> Date: Wed, 01 Jun 2005 11:16:39 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kientzle References: <200506011552.j51FqdR2046893@repoman.freebsd.org> In-Reply-To: <200506011552.j51FqdR2046893@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 17:18:30 -0000 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