Re: Dhcpcd 6.11.5 - did not receive 2 announcements after 3 unanswered probes (as RFC 5227)
Roy Marples
Fri Jan 11 09:16:28 2019
On 10/01/2019 22:21, Stefano Cappa wrote:
I'm building dhcpcd in Yocto 2.6 (https://www.yoctoproject.org/), with
open-embedded to add the porting of dhcpcd
(https://layers.openembedded.org/layerindex/recipe/93064/).
Version 6.11.5 is ok, but when I try to change the bitbake recipe
(http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.11.5.bb?h=thud)
to port it to 7.0.8, I receive that error.
I also opened a discussion in the official mailing list
https://lists.yoctoproject.org/pipermail/yocto/2019-January/043755.html
This is passed to configure: --includedir=/usr/include
That is exactly what the compiler then complains about.
So fix the build environment .... how I have no idea, but good luck!
> | ./configure: WARNING: unknown option --exec_prefix
> | ./configure: WARNING: unknown option --sharedstatedir
> | ./configure: WARNING: unknown option --oldincludedir
> | ./configure: WARNING: unknown option --with-libtool-sysroot
These are not supported and passing --includedir=/usr/include may rely
on them working .... so yeah, remove --includedir=/usr/include from the
configure
> | ./configure: WARNING: unknown option --with-udev
You can't turn udev on explicitly, you can only turn it off.
Roy
Archive administrator: postmaster@marples.name