GNOME Bugzilla – Bug 697216
test-gcglib fails on certain locales
Last modified: 2013-06-25 01:43:21 UTC
this fails for me and apparently also for Bastien: $ LANG=en_US.UTF-8 ./test-gcglib --reverse -- 51.237070 -0.589669 (null) @ 51.237070, -0.589669 params: appid=zznSbDjV34HRU5CXQc4D3qE1DzCsJTaKvWTLhNJxbvI%5FJTp1hIncJ4xTSJFRgjE%2D&location=51%2E2371%2C+%2D0%2E589669&flags=QJT&gflags=R&locale=en%2DUS ** Message: Failed to get geocode: Not Found I added the params printout myself to see whats going on. Seems 'en_US' is not a supported locale: http://developer.yahoo.com/boss/geo/docs/supported_locales.html
en_US is a supported locale, it's even the default: http://developer.yahoo.com/boss/geo/docs/control-parameters.html The problem seems to be that the "L" gflag is used even when we don't set it.
Actually now the issue seems to be that the service on where.yahooapis.com is no longer available. Since Nominatim porting fixes this testcase, I'll mark this as duplicate of bug#697218. *** This bug has been marked as a duplicate of bug 697218 ***