Bug #1241
closedlocales not included in Linux builds
0%
Description
there's no locale directory in the linux daily builds, or in my local builds.
I"m also seeing build errors related to the locales:
make: Entering directory `/home/mikeyp/Documents/new_chirp/chirp.hg/locale' rm -f en_US/LC_MESSAGES/CHIRP.mo pl/LC_MESSAGES/CHIRP.mo it/LC_MESSAGES/CHIRP.mo nl/LC_MESSAGES/CHIRP.mo de/LC_MESSAGES/CHIRP.mo hu/LC_MESSAGES/CHIRP.mo ru/LC_MESSAGES/CHIRP.mo pt_BR/LC_MESSAGES/CHIRP.mo *~ *.orig rm -f `find . -name '*.mo'` rmdir `find * -depth -type d` rmdir: missing operand Try `rmdir --help' for more information. make: *** [clean] Error 1 make: Leaving directory `/home/mikeyp/Documents/new_chirp/chirp.hg/locale' LOC: []
Updated by Mike Pittaro almost 11 years ago
this was fixed in commit:c2b79709d271 for Python sdist builds.
There is still a problem with the published source distributions. Looks like that is a problem with the script that creates the
tarball.
Updated by Bernhard Hailer over 4 years ago
- Status changed from New to Feedback
This is a pretty old ticket - has this been resolved since uit was reported? Thanks.
Updated by Mike Pittaro over 4 years ago
I just downloaded the tar archive from http://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-daily-20200603.tar.gz.
There's a 'locale' directory in the archive, so it appears fixed although I don't know when that was fixed since it's on the backend.
Updated by Bernhard Hailer over 4 years ago
- Status changed from Feedback to Closed
- Target version changed from 0.4.0 to chirp-legacy
Thanks for your feedback. Let's close this for now; we can reopen this ticket if needed.