On Thursday 16 January 2014 14:57:23 Lei Zhang wrote:
> There's no tools/gn/bin/linux/gn and gn32 binaries. You probably need
> to add the gn_linux (or gn_linux32) step into your build script.
>
> From the src/ directory, run: download_from_google_storage --no_resume
> '--platform=linux*' --no_auth --bucket chromium-gn -s
> tools/gn/bin/linux/gn.sha1
>
Hi,
Thanks for the info. This lead me to the solution of the issue I was facing.
In my case it was not that the binaries were missing, but they were too old.
Unfortunately during the build, the openSUSE Build Service doesn't have
connectivity to the outside world, so I have to download the binaries
beforehand and include them as a separate tarball. However the binaries I used
were from beginning of December.
I have to see how I can include this in the update process, although it would
be nice if these binaries can somehow be included in the official tarball.
Regards
Raymond