From owner-svn-src-head@FreeBSD.ORG Fri May 2 20:58:16 2014 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6FE2650; Fri, 2 May 2014 20:58:16 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A1B41A2E; Fri, 2 May 2014 20:58:16 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WgKX9-0001mU-9p; Fri, 02 May 2014 20:58:15 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s42KwD0D020663; Fri, 2 May 2014 14:58:13 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/RqMKRNGMeL+dyY54gVOGk Subject: Re: svn commit: r265229 - head/bin/ps From: Ian Lepore To: Bryan Drewery In-Reply-To: <52ce1e98815f7a8bc97c4a03a3461d08@shatow.net> References: <201405021505.s42F5lQO099446@svn.freebsd.org> <1399061950.22079.195.camel@revolution.hippie.lan> <52ce1e98815f7a8bc97c4a03a3461d08@shatow.net> Content-Type: text/plain; charset="us-ascii" Date: Fri, 02 May 2014 14:58:13 -0600 Message-ID: <1399064293.22079.196.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 20:58:16 -0000 On Fri, 2014-05-02 at 15:46 -0500, Bryan Drewery wrote: > On 2014-05-02 15:19, Ian Lepore wrote: > > On Fri, 2014-05-02 at 15:05 +0000, Bryan Drewery wrote: > >> Author: bdrewery > >> Date: Fri May 2 15:05:47 2014 > >> New Revision: 265229 > >> URL: http://svnweb.freebsd.org/changeset/base/265229 > >> > >> Log: > >> Add -J to filter by matching jail IDs and names. > >> > [...] > > I'm getting an error building rescue after this change: > > > > --- rescue.all__D --- > > ps.lo: In function `_$$hide$$ ps.lo $a': > > _$$hide$$ ps.lo ps.c:(.text+0x26ec): undefined reference to > > `jail_getid' > > *** [rescue] Error code 1 > > > > bmake[4]: stopped > > in > > /local/build/staging/freebsd/wand/obj/arm.armv6/local/build/staging/freebsd/wand/src/rescue/rescue > > 1 error > > > > This is on arm, building with gcc, but I'm not sure whether that's > > germane or not. > > > > -- Ian > > Fixed in r265239. > > Was only if not building ZFS. > Oh. No wonder I was the first one to run into it, I'm building WITHOUT_CDDL (just to save time, because I never need that stuff). Thanks. -- Ian