From owner-svn-src-all@FreeBSD.ORG Sat Mar 23 08:07:51 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C34E2D73; Sat, 23 Mar 2013 08:07:51 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id 99CBAA1D; Sat, 23 Mar 2013 08:07:51 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:ff:29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id 8EA3C23F66B; Sat, 23 Mar 2013 04:06:51 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.8.0 onyx.glenbarber.us 8EA3C23F66B Authentication-Results: onyx.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Sat, 23 Mar 2013 04:06:48 -0400 From: Glen Barber To: Kirk McKusick , Kirk McKusick Subject: Re: svn commit: r248639 - head/sbin/fsdb Message-ID: <20130323080648.GI1512@glenbarber.us> References: <201303230757.r2N7vUop039830@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jIYo0VRlfdMI9fLa" Content-Disposition: inline In-Reply-To: <201303230757.r2N7vUop039830@svn.freebsd.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 08:07:51 -0000 --jIYo0VRlfdMI9fLa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 23, 2013 at 07:57:30AM +0000, Kirk McKusick wrote: > Author: mckusick > Date: Sat Mar 23 07:57:30 2013 > New Revision: 248639 > URL: http://svnweb.freebsd.org/changeset/base/248639 >=20 > Log: > Fix the build after addition of cylinder group cacheing (r248625) > =20 > Reported by: Glen Barber (gjb@) > Pointy hat to: Kirk McKusick (mckusick@) >=20 > Modified: > head/sbin/fsdb/fsdb.c >=20 This is wrong. r248625 was reverted with r248634. head/ is now re-broken. gjb@nucleus:~/freebsd/newsrc/base/head/sbin/fsdb % make Warning: Object directory not changed from original /freebsd/newsrc/base/head/sbin/fsdb /usr/local/libexec/ccache/world/cc -O2 -pipe -I/freebsd/newsrc/base/head/sbin/fsdb/../fsck_ffs -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin ter-sign -static -o fsdb fsdb.o fsdbutil.o dir.o ea.o fsutil.o inode.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o setup.o utilities.o ffs_subr.o ffs_tables.o -ledit -ltermcap fsdb.o: In function `findblk': fsdb.c:(.text+0x1916): undefined reference to `cgget' *** [fsdb] Error code 1 =20 Stop in /freebsd/newsrc/base/head/sbin/fsdb. Glen --jIYo0VRlfdMI9fLa Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJRTWKYAAoJEFJPDDeguUajShkH/2HAKrLJlvHSOw0t/RBPHEdz uKODgTlZ0l8OIy+Y/0LCy1fVGVGBVvcSYxoVbHEiV4YnAd5J827Rcp4GgUk73IAZ hzcBoAZo51+4A+ZHRe/rgEm4l2CY22Xhly0IDgWN6CO4D+VU7tVnf8+jMpxC1Bid s+aTuM1lcbr+EutPBvQNdZLRoqZzEckOv85vrD8huc5Nn9f7+8YmaqQu/RdVflBp pqay52fMmOwMqDHuOvcCrWX/R42jOphijNk7lmvxwmpCegsKCWOPkB9iBEgneIPB YdfTkgr2cEe6+4jryEaiVF5d2JmRUe6fsp4mFuj8pZfO4khuoa/ZUyYa/htnZGg= =h+Ln -----END PGP SIGNATURE----- --jIYo0VRlfdMI9fLa--