Re: [OSM-dev] rails test failure

2013-02-12 Thread Tom Hughes
On 11/02/13 18:53, Кирилл Бестужев wrote: I'm trying to install Rails port on Ubuntu 12.10 (or OpenSuse 12.2). Everything done accordung to wiki, but on both systems the rake tests fail with same error: Errors running test:functionals! #RuntimeError: Command failed with status (1): [ruby

Re: [OSM-dev] rails test failure

2013-02-12 Thread Кирилл Бестужев
Tom, Unfortunatelly there is no other output about errors. The previous test passes ok. I'll post the full output in the evening, I have no acces to the server right now. Kirill 2013/2/12 Tom Hughes t...@compton.nu: On 11/02/13 18:53, Кирилл Бестужев wrote: I'm trying to install Rails port

Re: [OSM-dev] rails test failure

2013-02-12 Thread Marc Schütz
Hi! I'm trying to install Rails port on Ubuntu 12.10 (or OpenSuse 12.2). Everything done accordung to wiki, but on both systems the rake tests fail with same error: Errors running test:functionals! #RuntimeError: Command failed with status (1): [ruby -Ilib:test

Re: [OSM-dev] rails test failure

2013-02-12 Thread Кирилл Бестужев
Marc, you mean I need to check the permissions for the files? What permissions shall I set for them (I did not change them at all!) Kirill 2013/2/12 Marc Schütz schue...@gmx.net: Hi! I'm trying to install Rails port on Ubuntu 12.10 (or OpenSuse 12.2). Everything done accordung to wiki,

Re: [OSM-dev] rails test failure

2013-02-12 Thread Tom Hughes
On 12/02/13 10:28, Кирилл Бестужев wrote: you mean I need to check the permissions for the files? What permissions shall I set for them (I did not change them at all!) I don't see any reason to believe that it's EPERM rather than something else - an exit status of one is a pretty generic

[OSM-dev] Data: DB Error: no such table

2013-02-12 Thread Steven Walsh
Hello, I'm trying to build nominatim but found this error when it as complete: Data: DB Error: no such table From looking around similar questions it seems that rebuilding is the only option but I wanted to ask you if there was anything else that could be done as I'd rather not have to wait

Re: [OSM-dev] osmosis 32/64 ID failure

2013-02-12 Thread NopMap
Hi! Brett Henderson wrote I believe it was fixed in Osmosis 0.38. But I'd recommend using 0.41 (ie. the latest) if possible. Unfortunately, it is only partially fixed. I tried Osmosis 0.41. It works if you use the indexType Dynamic, but it fails with a MAXINT exception if you try to use

Re: [OSM-dev] rails test failure

2013-02-12 Thread Кирилл Бестужев
Hi everybody! Changed the permissions, launched again. The error changed to 3... The full output below: rake test --trace ** Invoke test (first_time) ** Execute test ** Invoke test:run (first_time) ** Execute test:run ** Invoke test:units (first_time) ** Invoke test:prepare (first_time) **

Re: [OSM-dev] rails test failure

2013-02-12 Thread Tom Hughes
On 12/02/13 19:45, Кирилл Бестужев wrote: 1) Failure: test_changes_simple(ApiControllerTest) [/home/ezhick/fork/openstreetmap-website/test/functional/api_controller_test.rb:236]: Expected response to be a :success, but was 500 2) Failure: test_changes_zoom_valid(ApiControllerTest)

Re: [OSM-dev] rails test failure

2013-02-12 Thread Кирилл Бестужев
2013/2/12 Tom Hughes t...@compton.nu: You haven't installed the 3GL database functions. Tom, sorry, I see no instructions on how to do it on the wiki... Neither I found it on google... Kirill ___ dev mailing list dev@openstreetmap.org

Re: [OSM-dev] rails test failure

2013-02-12 Thread Tom Hughes
On 12/02/13 19:57, Кирилл Бестужев wrote: 2013/2/12 Tom Hughes t...@compton.nu: You haven't installed the 3GL database functions. Tom, sorry, I see no instructions on how to do it on the wiki... Neither I found it on google...

Re: [OSM-dev] Data: DB Error: no such table

2013-02-12 Thread Sarah Hoffmann
On Tue, Feb 12, 2013 at 11:54:16AM +, Steven Walsh wrote: Hello, I'm trying to build nominatim but found this error when it as complete: Data: DB Error: no such table From looking around similar questions it seems that rebuilding is the only option but I wanted to ask you if there

Re: [OSM-dev] osmosis 32/64 ID failure

2013-02-12 Thread Brett Henderson
On 13 February 2013 06:21, NopMap ekkeh...@gmx.de wrote: Hi! Brett Henderson wrote I believe it was fixed in Osmosis 0.38. But I'd recommend using 0.41 (ie. the latest) if possible. Unfortunately, it is only partially fixed. I tried Osmosis 0.41. It works if you use the indexType

Re: [OSM-dev] osmosis 32/64 ID failure

2013-02-12 Thread NopMap
Hi! So which of the two statements is true? 1. 64bit IDs are only supported in 64bit tracker, so 0.42 will change nothing and it's just a matter of documentation. The 64bit wiki page is wrong. 2. 64bit IDs are supported in all index types in 0.42 as stated on the 64bit wiki page. bye, Nop