Am Freitag, 10. Juli 2015 09:46:08 UTC+2 schrieb Axel Braun: > > > I had commented out the languages causing problems. I have currently > branched the package and doing a local build on the laptop. > As well the changes to the tarball are local (e.g. removing the other > languages, have a nl_NL cleaned and compiled with msgfmt, just for the sake > of reducing potential sources of errors). > find_lang is a (standard) RPM-script > But I will look at the elemens you mentioned >
Issue is finally solved. Root cause: During build, RPM checks against supported languages according to filesystems-package (/usr/share/locale/...). As (for example) nl is supported, but not nl_NL, it removes nl_NL....quite picky. For tryton client 3.6.2, all languages are now in The warnings Mathias mentioned have no impact. Thanks for your support, Gents!