chown does not work in build enviroment - disable it (all distros patches sources, better to change code)
control: tags -1 moreinfo Hi Aleksei, can you point me to a log where this error is visible? I don't see why chown shouldn't work in the install target… cheers, Holger
This issue is for RPM distros, maybe others, not for install target, but for %install section of spec file. They use %attr(-,root,games) for /var/lib/tuxtype/words in section %files instead of chown. This issue is about how to find total solution. /var/lib/tuxtype/words must be writable 775 for games group else Editor is not usable. It should be fixed.