REPRODUCIBILITY : 100%
BUILD ID = OS VERSION: 4.3.0.12-aarch64
HARDWARE (XA2, X10, X10 II, …): SDK Build engine
REGRESSION: ?
DESCRIPTION:
> sfdk build-shell
$ ip
Cannot open netlink socket: Protocol not supported
Netlink sockets are not supported in the SDK build engine. This breaks ip
and, more importantly, test cases of other software I’d like to package (e.g. https://github.com/zeromq/libzmq). Of course netlink is not strictly required for building stuff with the SDK or in Chum/OBS - but I don’t think that disabling test cases is a good idea either (especially because they would work fine otherwise).
STEPS TO REPRODUCE:
- enter build engine: sfdk build-shell
- install
ip
- run
ip
EXPECTED RESULT:
ip
shows normal output
ACTUAL RESULT:
see above
ADDITIONAL INFORMATION:
I don’t know the kernel sources from which the build engine image is built, so I’m reporting that here.