Ok, but I can do inside b2g-n7 without problems, I think, right?

Cheers, A.


2013/10/17 Thomas Zimmermann <[email protected]>

>  On 17.10.2013 16:16, Arancha Muelas Ruiz wrote:
>
>  >>~/b2g-n7/gecko$ git remote show
> vlad
>
>
> Oh, I see. Your template port uses it's own repository for Gecko. That's
> why it's out of date.
>
> You can change Gecko to the official repository by running
>
>   git remote add mozillaorg https://git.mozilla.org/releases/gecko.git
>   git checkout mozillaorg/master
>
> and for Gaia in the gaia directory
>
>   git remote add mozillaorg https://git.mozilla.org/releases/gaia.git
>   git checkout mozillaorg/master
>
> This should give you the latest release, which also comes with support for
> Android 4.3.
>
>
> Best regards
> Thomas
>
>
>
>  Thank you,
>
>  Best, A.
>
>
> 2013/10/17 Thomas Zimmermann <[email protected]>
>
>>  On 17.10.2013 16:06, Arancha Muelas Ruiz wrote:
>>
>>  I have a problem already here.
>>
>> >>:~/b2g-n7$  cd gecko
>> >>~/b2g-n7/gecko$ git stash
>> Saved working directory and index state WIP on (no branch): 22508ae More
>> JB fixes
>> HEAD is now at 22508ae More JB fixes
>> arancha@arancha-CELSIUS-H910:~/b2g-n7/gecko$ git pull origin
>> fatal: 'origin' does not appear to be a git repository
>> fatal: The remote end hung up unexpectedly
>>
>>
>>  Sorry, my fault. :)
>>
>> In gecko/, enter 'git remote show'. I'll tell you the correct name of the
>> remote repository, probably 'mozillaorg' instead of 'origin'.
>>
>> Best regards
>> Thomas
>>
>>
>>
>>
>>  Thank you very much.
>>
>>  Kind regards, A.
>>
>>
>>
>> 2013/10/17 Thomas Zimmermann <[email protected]>
>>
>>>  Hi Arancha
>>>
>>>
>>> On 17.10.2013 15:19, Arancha Muelas Ruiz wrote:
>>>
>>> Yes, because mine is old, how can I get it without lost my other files?
>>>
>>>
>>>  That depends on whether you use git or mercurial repositories. If you
>>> use a git repository, you should just
>>>
>>>   cd gecko
>>>
>>> save your uncommitted changes, if any, with
>>>
>>>   git stash
>>>
>>> pull the latest version with
>>>
>>>   git pull origin
>>>
>>> and re-apply your saved changes, if any, with
>>>
>>>   git stash pop
>>>
>>> For a mercurial repository, I always make a temporary patch
>>>
>>>   hg qnew temp.patch
>>>
>>> and pull the latest patches with
>>>
>>>   hg pull --rebase
>>>
>>> The patch with the temporary changes will be applied automatically.
>>>
>>> All files and modifications in other repositories will not be touched by
>>> these commands. After the update of Gecko, you might also want to update
>>> Gaia. Just follow the git procedure, but apply the commands in the gaia
>>> directory.
>>>
>>> Best regards
>>> Thomas
>>>
>>>
>>>
>>>
>>> Thank you, A.
>>>
>>>
>>> 2013/10/17 Thomas Zimmermann <[email protected]>
>>>
>>>>  On 17.10.2013 14:55, Arancha Muelas Ruiz wrote:
>>>>
>>>>  I'm using android-4.3_r1.1 (grouper) for mine nexus 7.
>>>>
>>>>
>>>>  You should double check, but I'd expect it to define the value.
>>>>
>>>> How old is your copy of Gecko? Bug 872127, which landed at the end of
>>>> Juli, replaced a Mozilla-specific header file by stdint.h. This might be
>>>> related.
>>>>
>>>> Best regards
>>>> Thomas
>>>>
>>>>
>>>>
>>>>  Best,A.
>>>>
>>>>
>>>> 2013/10/17 Thomas Zimmermann <[email protected]>
>>>>
>>>>> Hi Arancha
>>>>>
>>>>> On 17.10.2013 14:15, Arancha Muelas Ruiz wrote:
>>>>> > Hi Thomas,
>>>>> >
>>>>> > I'm still with build for nexus 7;
>>>>> >
>>>>> >  Do you know how can I solved this error?
>>>>> >
>>>>> > ./../dist/include/mozilla/
>>>>> > BloomFilter.h:160:60: error: 'UINT8_MAX' was not declared in this
>>>>> scope
>>>>>
>>>>>  This should be defined by libc/include/stdint.h in bionic/. Which git
>>>>> branch or tag to you use for bionic? For the Nexus 4 I have git tag
>>>>> 'android-4.3_r3.1', which defines the value.
>>>>>
>>>>> Best regards
>>>>> Thomas
>>>>>
>>>>> >
>>>>> > In the directory  /home/arancha/b2g-n7/objdir-gecko/mfbt/tests
>>>>> > The following command failed to execute properly:
>>>>> > /usr/bin/ccache
>>>>> >
>>>>> /home/arancha/b2g-n7/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-g++
>>>>> > -o TestBloomFilter.o -c -fvisibility=hidden -DIMPL_MFBT
>>>>> > -DNO_NSPR_10_SUPPORT -I/home/arancha/b2g-n7/gecko/mfbt/tests -I.
>>>>> > -I../../dist/include
>>>>> > -I/home/arancha/b2g-n7/objdir-gecko/dist/include/nspr
>>>>> > -I/home/arancha/b2g-n7/objdir-gecko/dist/include/nss
>>>>> > -I../../dist/include/testing -fPIC -DANDROID -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libc/arch-arm/include -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libc/include -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libc/kernel/common -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libc/kernel/arch-arm -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libm/include -isystem
>>>>> >
>>>>> /home/arancha/b2g-n7/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include/media
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include/media/hardware
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include/media/openmax
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/opengl/include
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include/gui
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/include
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/services/camera/
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/include/media
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/include/media/stagefright
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/media/libstagefright/rtsp
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/media/libstagefright/include
>>>>> > -I/home/arancha/b2g-n7/hardware/libhardware/include
>>>>> > -I/home/arancha/b2g-n7/hardware/libhardware_legacy/include
>>>>> > -I/home/arancha/b2g-n7/system
>>>>> > -I/home/arancha/b2g-n7/system/core/include -isystem
>>>>> > /home/arancha/b2g-n7/bionic
>>>>> > -I/home/arancha/b2g-n7/frameworks/base/include
>>>>> > -I/home/arancha/b2g-n7/external/dbus -Wall -Wpointer-arith
>>>>> > -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body
>>>>> > -Wno-invalid-offsetof -mandroid -fno-short-enums -fno-exceptions
>>>>> > -Wno-psabi -DANDROID_4_2 -DMOZ_ENABLE_JS_DUMP -include
>>>>> > /home/arancha/b2g-n7/gonk-misc/Unicode.h
>>>>> > -I/home/arancha/b2g-n7/ndk/sources/cxx-stl/stlport/stlport/
>>>>> > -I/home/arancha/b2g-n7/external/stlport/stlport/ -march=armv7-a
>>>>> > -mthumb -mfpu=neon -mfloat-abi=softfp -fno-exceptions
>>>>> > -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections
>>>>> > -fno-exceptions -std=gnu++0x -pipe -DNDEBUG -DTRIMMED -g -Os
>>>>> > -freorder-blocks -fno-reorder-functions -fomit-frame-pointer
>>>>> -DANDROID
>>>>> > -isystem /home/arancha/b2g-n7/bionic/libc/arch-arm/include -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libc/include -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libc/kernel/common -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libc/kernel/arch-arm -isystem
>>>>> > /home/arancha/b2g-n7/bionic/libm/include -isystem
>>>>> >
>>>>> /home/arancha/b2g-n7/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include/media
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include/media/hardware
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include/media/openmax
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/opengl/include
>>>>> > -I/home/arancha/b2g-n7/frameworks/native/include/gui
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/include
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/services/camera/
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/include/media
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/include/media/stagefright
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/media/libstagefright/rtsp
>>>>> > -I/home/arancha/b2g-n7/frameworks/av/media/libstagefright/include
>>>>> > -I/home/arancha/b2g-n7/hardware/libhardware/include
>>>>> > -I/home/arancha/b2g-n7/hardware/libhardware_legacy/include
>>>>> > -I/home/arancha/b2g-n7/system
>>>>> > -I/home/arancha/b2g-n7/system/core/include -isystem
>>>>> > /home/arancha/b2g-n7/bionic
>>>>> > -I/home/arancha/b2g-n7/frameworks/base/include
>>>>> > -I/home/arancha/b2g-n7/external/dbus -DMOZILLA_CLIENT -include
>>>>> > ../../mozilla-config.h -MD -MF .deps/TestBloomFilter.o.pp
>>>>> > /home/arancha/b2g-n7/gecko/mfbt/tests/TestBloomFilter.cpp
>>>>> > make[7]: *** [TestBloomFilter.o] Error 1
>>>>> > make[6]: *** [libs] Error 2
>>>>> > make[5]: *** [libs_tier_base] Error 2
>>>>> > make[4]: *** [tier_base] Error 2
>>>>> > make[3]: *** [default] Error 2
>>>>> > make[2]: *** [realbuild] Error 2
>>>>> > make[1]: *** [build] Error 2
>>>>> > make: ***
>>>>> > [out/target/product/grouper/obj/DATA/gecko_intermediates/gecko]
>>>>> Error 2
>>>>> >
>>>>> > real    21m28.847s
>>>>> > user    136m31.424s
>>>>> > sys    6m2.251s
>>>>> >
>>>>> > > Build failed! <
>>>>> >
>>>>> > Sorry for bother you again.
>>>>> >
>>>>> > kind regards, A.
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to