From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 18:40:51 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE86106566B for ; Tue, 14 Dec 2010 18:40:51 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id 93F788FC1E for ; Tue, 14 Dec 2010 18:40:51 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp026.mac.com (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 64bit)) with ESMTPSA id <0LDF008CRL7X2S40@asmtp026.mac.com> for freebsd-questions@freebsd.org; Tue, 14 Dec 2010 10:40:46 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1010190000 definitions=main-1012140110 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2010-12-14_11:2010-12-14, 2010-12-14, 1970-01-01 signatures=0 From: Chuck Swiger In-reply-to: <868B0824-7FFC-418A-A267-2A6D025FB4C7@boosten.org> Date: Tue, 14 Dec 2010 10:40:45 -0800 Message-id: References: <4D0726F2.6070703@boosten.org> <868B0824-7FFC-418A-A267-2A6D025FB4C7@boosten.org> To: FreeBSD - X-Mailer: Apple Mail (2.1082) Cc: Chris Brennan , Peter Boosten Subject: Re: Updating glib from 2.24.2 to 2.26.1_1 fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2010 18:40:51 -0000 On Dec 14, 2010, at 10:22 AM, Peter Boosten wrote: > gzip is in the base system, and there are, AFAICT, no header files for gzip. I regret to disagree :-), but: % head -2 /usr/include/zlib.h /* zlib.h -- interface of the 'zlib' general purpose compression library version 1.2.3, July 18th, 2005 > gzlibcompressor.c however tries to include zlib.h, and it might or might not expect something that's in FreeBSD 8.1, but not in 8.0, however I cannot tell for sure. > > Anyone can confirm this? CVSweb suggests zlib.h header has been part of the system for 14+ years, ie, from FreeBSD-2.x era: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libz/zlib.h Regards, -- -Chuck