You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Errors and Challenges


Error/IssuesLayer and recipeFix
1

error: storage size of 'tv' isn't known

struct timeval tv;

rdk/components/

added header files like  at the below path 

src/rdk_dynamic_logger.c

+#include <stdlib.h>

+#include <sys/time.h>

2

ERROR: Nothing PROVIDES 'glibc'

meta-turris

DEPENDS_dunfell += "msgpack-c musl rtmessage"

3

ERROR: Nothing PROVIDES 'libxcrypt'

meta-rdk-ext/recipes-connectivity/ppp/ppp_2.4.8.bb DEPENDS on or otherwise requires it)

libxcrypt was skipped: PREFERRED_PROVIDER_virtual/crypt set to musl, not libxcrypt

NOTE: Runtime target 'ppp' is unbuildable

meta-rdk-ext/recipes-connectivity

PROVIDES = "virtual/crypt"





  • No labels