Date: Fri, 02 May 2014 15:21:53 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Ian Lepore <ian@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r265229 - head/bin/ps Message-ID: <362bf9e7ee603012af0c79ecbb56a582@shatow.net> In-Reply-To: <1399061950.22079.195.camel@revolution.hippie.lan> References: <201405021505.s42F5lQO099446@svn.freebsd.org> <1399061950.22079.195.camel@revolution.hippie.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
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. >> >> -J 0 can be used to show only host processes. >> >> Patch partially based on work by bz@ [...] > 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 Yes, sorry about that. Testing a fix. I had made a bad assumption about rescue. I see now it doesn't work at all like I thought. That's what I get for not doing a full build. I did test on GCC though. -- Regards, Bryan Drewery
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?362bf9e7ee603012af0c79ecbb56a582>