Date: Thu, 6 Nov 2014 20:16:37 -0800 From: Craig Rodrigues <rodrigc@FreeBSD.org> To: Marcel Moolenaar <marcel@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r274213 - head/bin/df Message-ID: <CAG=rPVfgVdwLXZ3HiHa=3a6TWxUUO=_Jb4GmKBSO1byyx9vm8g@mail.gmail.com> In-Reply-To: <201411070303.sA733QYY042642@svn.freebsd.org> References: <201411070303.sA733QYY042642@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 6, 2014 at 7:03 PM, Marcel Moolenaar <marcel@freebsd.org> wrote: > Author: marcel > Date: Fri Nov 7 03:03:25 2014 > New Revision: 274213 > URL: https://svnweb.freebsd.org/changeset/base/274213 > > Log: > Convert to use libxo. > > Obtained from: Phil Shafer <phil@juniper.net> > Sponsored by: Juniper Networks, Inc. > > Modified: > head/bin/df/Makefile > head/bin/df/df.c > > Hi, I think you need to add the libxo to rescue, since I am now seeing this build failure: --- rescue.all__D --- df.lo: In function `_$$hide$$ df.lo main': (.text+0x8e): undefined reference to `xo_parse_args' df.lo: In function `_$$hide$$ df.lo main': (.text+0x216): undefined reference to `xo_errx' df.lo: In function `_$$hide$$ df.lo main': (.text+0x23e): undefined reference to `xo_warn' df.lo: In function `_$$hide$$ df.lo main': (.text+0x297): undefined reference to `xo_errx' -- Craig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG=rPVfgVdwLXZ3HiHa=3a6TWxUUO=_Jb4GmKBSO1byyx9vm8g>