bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Not able to build naclport for pepper_35 #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download naclports following the steps mentioned in this webpage
2. After download. Set NACL_SDK_ROOT to pepper_35
3. Buid SDL using ./make_all.sh sdl

What is the expected output? What do you see instead?
git: 'number' is not a git command. See 'git --help'. naclports: Building 
'zlib' failed
What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by febin...@gmail.com on 11 Sep 2014 at 1:52

GoogleCodeExporter commented 9 years ago
On further investigating I found that the error is being returned from here. 
$(CHROME_HEADLESS=1 git number) in common.sh

Original comment by febin...@gmail.com on 11 Sep 2014 at 1:52

GoogleCodeExporter commented 9 years ago
git number is a command that comes with gclient.  If you have gclient in your 
PATH it should work.

I'm also working on a patch use 'git describe' instead.

Original comment by sbc@google.com on 11 Sep 2014 at 4:40

GoogleCodeExporter commented 9 years ago
This was fixed here:
https://chromium.googlesource.com/external/naclports.git/+/7adf20f31af9ed88e4f48
6bdd7963edd41ed1729

Original comment by sbc@chromium.org on 13 Sep 2014 at 12:58

GoogleCodeExporter commented 9 years ago

Original comment by sbc@google.com on 13 Sep 2014 at 12:58