I'm experimenting with builds for Ubuntu 22.04 on OBS. Generally, this works fine on the server, but when I'm trying to do a local build I get the following error during package setup: ``` osc build -j 4 xUbuntu_22.04 x86_64 .... [ 41s] [394/558] installing libdebuginfod-common-0.186-1build1 [ 42s] /usr/bin/ucf: 352: getopt: not found [ 42s] dpkg: error processing package libdebuginfod-common (--install): [ 42s] installed libdebuginfod-common package post-installation script subprocess returned error exit status 127 [ 42s] Errors were encountered while processing: [ 42s] libdebuginfod-common [ 42s] exit ... [ 42s] [ 42s] gepard failed "build openboard.dsc" at Fri Oct 28 06:26:06 UTC 2022. ``` I already deleted the package cache under `/var/tmp/osbuild-packagecache` and the buildroot under `/var/tmp/build-root/`, but this did not help. Any idea what casuses this issue?