Taapat / vuplus-fulan-openpli-oe-core

OpenPLi Openembedded overlay for vuplus settop boxes
GNU General Public License v2.0
3 stars 10 forks source link

Error After Make Update to the Latest Commit Today (November 27) #20

Closed linuxstv closed 7 years ago

linuxstv commented 7 years ago

Hi guys,

I run out of idea where to find the source of error. After "make update" and then try to build, this error comes out:

ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories:

/bin/mknod has the setuid bit set. This interferes with pseudo and may cause other issues that break the build process.

Need help to solve this error. Thank you.

linuxstv commented 7 years ago

So sorry, one more my bad. A guy on OpenATV solve it with this line of command: sudo chmod -s /bin/mknod

Solved.