svn commit: r274213 - head/bin/df

Craig Rodrigues rodrigc at FreeBSD.org
Fri Nov 7 04:16:39 UTC 2014


On Thu, Nov 6, 2014 at 7:03 PM, Marcel Moolenaar <marcel at 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 at 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


More information about the svn-src-all mailing list