libifconfig_sfp.h does not compile for me

Ryan Moeller freqlabs at FreeBSD.org
Thu Mar 11 10:54:48 UTC 2021


On 3/11/21 3:51 AM, Ronald Klop wrote:
> Hi,
>
> This 
> https://cgit.freebsd.org/src/tree/lib/libifconfig/libifconfig_sfp.h 
> includes libifconfig_sfp_tables.h which does not exist.
>
> My build fails on this. I cleaned /lib/libifconfig and /sbin/ifconfig, 
> but no succes.
> The last change in these files is a few days ago, am I the only one 
> with this problem?
>

The generated files live only in the obj dir, so after cleaning you'll 
need to rebuild libifconfig (and not clean) before you can build 
ifconfig again.


make -C lib/libifconfig
make -C sbin/ifconfig

-Ryan




More information about the freebsd-current mailing list