I am working for a non-profit that is provisioning donated machines running xfce4. The weather plugin has been integral (nice feature) for our customers. I am trying to compile from source using build-debs and git according to this link:
XFCE4 Weather Plugin stopped working
I am currently running xubuntu 20.04 in a virtualbox vm trying to compile it to fix our image we will distribute, but I can't get cut'n paste from guest to host working. I'll have to 'wing it'. I get config.status error executing default-l commands:
./config.status: line 2127: po/Makefile: Permission denied and config.status: executing po/stamp-it commands ./config.status: 2145: po/Makefile: permission denied compilations stops.
I have looked at the code and is has something to do with changing file permissions to executable for a couple of files referenced as variables. (I have not compiled anything in like ah... forever. So I am behind the curve. I welcome your assistance.
Regards
Edit for steeldriver:
$ ls -ld po/{,Makefile} drwxrwxr-x 2 auditer auditer 4096 Mar 6 16:56 po/ -rw-r--r-- 1 root root 10208 Mar 5 22:55 po/Makefile
libweather_la-weather.lo
weather.c:2305:1: fatal error: opening dependency file .deps/libweather_la-weather.Tpo: Permission denied 2305 | XFCE_PANEL_PLUGIN_REGISTER(weather_construct) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.