]> code.ossystems Code Review - openembedded-core.git/commit
sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid not found...
authorTomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Mon, 1 Feb 2021 00:32:56 +0000 (01:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Feb 2021 21:42:44 +0000 (21:42 +0000)
commit38540b59ed4ec8632e30a5fd6364b010d9da8470
tree4dce949eff408b66f7acc5e062b6b786d3241d53
parent2ed4f61e9d694fef8ff72b8eeb2163634e96c3bb
sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid not found" KeyError

If path is not owned by any user installed on target it gives
insufficient error "getpwuid(): uid not found" which may be misleading.
This exception occurs if uid/gid of path was not found in PSEUDO_PASSWD
files, which simply means the path is owned by host user and there is
host user contamination.

Add more information to the exception message to make it easier for user
to debug.

[YOCTO #14031]

Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py