I did that;
arancha@arancha-CELSIUS-H910:~/b2g-n7$ chmod 777 config.sh
arancha@arancha-CELSIUS-H910:~/b2g-n7$ ./config.sh nexus-7
... A new repo command ( 1.19) is available.
... You should upgrade soon:
cp /home/arancha/b2g-n7/.repo/repo/repo /home/arancha/b2g-n7/repo
warning: no common commits
remote: Counting objects: 907, done.
remote: Compressing objects: 100% (487/487), done.
remote: Total 907 (delta 596), reused 685 (delta 401)
Receiving objects: 100% (907/907), 188.84 KiB, done.
Resolving deltas: 100% (596/596), done.
>From git://github.com/mozilla-b2g/b2g-manifest
+ 34f43d0...098fe92 master -> origin/master (forced update)
* [new branch] v1-train -> origin/v1-train
* [new branch] v1.0.0 -> origin/v1.0.0
* [new branch] v1.0.1 -> origin/v1.0.1
* [new branch] v1.1.0hd -> origin/v1.1.0hd
* [new tag] B2G_1_0_1_20130213094222 -> B2G_1_0_1_20130213094222
* [new tag] B2G_1_1_0_hd_20130530182315 ->
B2G_1_1_0_hd_20130530182315
* [new tag] B2G_1_1_0_hd_20130530182315_BASE ->
B2G_1_1_0_hd_20130530182315_BASE
* [new tag] closing-nightly -> closing-nightly
.repo/manifests/: discarding 1 commits removed from upstream
fatal: manifest 'nexus-7.xml' not available
fatal: manifest nexus-7.xml not found
Repo sync failed
I should check it again nexus-7.xml i think,
thanks
Best regards
2013/9/12 Thomas Zimmermann <[email protected]>
> Hi Arancha
>
>
> On 12.09.2013 11:23, Arancha Muelas Ruiz wrote:
>
> without sudo:
>
> arancha@arancha-CELSIUS-H910:~/b2g-n7$ ./config.sh nexus-7
> bash: ./config.sh: Permission denied
>
> Im so sorry for disturb you, but I really want to get it :)!
>
>
> Your user account doesn't have execute permissions for config.sh? Have a
> look at [1]. It looks like it'll tell you all you have to now about file
> ownership and permissions in Unix. You'll need execute permissions for the
> scripts and R/W permissions for the rest. I suggest to simply checkout the
> repository again without using sudo anywhere, and to read [1] anyway.
>
> Best regards
> Thomas
>
> [1] http://www.ibm.com/developerworks/library/l-lpic1-v3-104-5/
>
>
>
> kind regards
>
>
> 2013/9/12 Thomas Zimmermann <[email protected]>
>
>> Hi Arancha
>>
>>
>> On 12.09.2013 11:18, Arancha Muelas Ruiz wrote:
>>
>> I did, but all the time told me:
>>
>> arancha@arancha-CELSIUS-H910:~/b2g-n7$ sudo ./config.sh nexus-7
>> sudo: ./config.sh: command not found
>>
>>
>> You don't need sudo. Have you tried without? Also sudo is probably where
>> you're permission problems came from.
>>
>> Best regards
>> Thomas
>>
>>
>>
>>
>> Is it look well?
>> Thanks for everything !!
>>
>>
>> 2013/9/12 Thomas Zimmermann <[email protected]>
>>
>>> Hi Arancha
>>>
>>>
>>> On 11.09.2013 18:05, Arancha Muelas Ruiz wrote:
>>>
>>> This is the .xml that I'm using !! is it that about you asked me?
>>>
>>>
>>> Yes. And it refers to Android 4.2, which we don't support. I suggest to
>>> look at the manifest for the Nexus 4 and use its repositories and revisions
>>> for the Nexus 7 were possible. The respective files are nexus-4.xml and
>>> base-jb.xml in .repo/manifests. If something doesn't build you should also
>>> check if there is a repository missing from the Nexus 7 manifest.
>>>
>>> After you modified the manifest file, you need to run './config.sh <your
>>> device's name>' to checkout the new branches. Unfortunally, config.sh
>>> resets your manifest chenges. You can prevent this from happening by
>>> out-commenting the first 2 lines of the function repo_sync() in config.sh.
>>>
>>> Best regards
>>> Thomas
>>>
>>>
>>>
>>>
>>>
>>> kind regards
>>>
>>>
>>> 2013/9/11 Thomas Zimmermann <[email protected]>
>>>
>>>> Hi Arancha,
>>>>
>>>> Please keep the mailing list in CC. The people there can help you and
>>>> the discussion might also be helpful to others.
>>>>
>>>> On 11.09.2013 17:01, Arancha Muelas Ruiz wrote:
>>>> > now the error is:
>>>> >
>>>> >
>>>> > target thumb C: libdbus <= external/dbus/dbus/dbus-pipe.c
>>>>
>>>> > +: fakeperm <= gonk-misc/fakeperm.cpp
>>>> > Import includes file:
>>>> >
>>>> out/target/product/grouper/obj/EXECUTABLES/fakesched_intermediates/import_includes
>>>> > In file included from gonk-misc/fakeappops.cpp:21:0:
>>>> > frameworks/native/include/binder/IAppOpsService.h:21:40: fatal error:
>>>> > binder/IAppOpsCallback.h: No such file or directory
>>>> > compilation terminated.
>>>> > target thumb C++: libscheduling_policy <=
>>>> > frameworks/av/services/audioflinger/ISchedulingPolicyService.cpp
>>>> > make: ***
>>>> >
>>>> [out/target/product/grouper/obj/EXECUTABLES/fakeappops_intermediates/fakeappops.o]
>>>> > Error 1
>>>> > make: *** Waiting for unfinished jobs....
>>>> > target thumb C++: libscheduling_policy <=
>>>> > frameworks/av/services/audioflinger/SchedulingPolicyService.cpp
>>>>
>>>> This looks like the error you already mentioned in the other thread.
>>>> If
>>>> you don't have this file, your version of the repository under
>>>> frameworks/native is incompatible with the FFOS source code. Could you
>>>> send an email with your manifest file attached? It's
>>>> .repo/manifests/nexus-7.xml, or some similar name. If the file has
>>>> <include> tags, please send the included files as well.
>>>>
>>>> Best regards
>>>> Thomas
>>>>
>>>>
>>>> >
>>>> > real 2m16.481s
>>>> > user 13m32.387s
>>>> > sys 0m46.003s
>>>> >
>>>> > > Build failed! <
>>>> >
>>>> > Build with |./build.sh -j1| for better messages
>>>> > If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm
>>>> > -rf out| to clobber everything else.
>>>> > arancha@arancha-CELSIUS-H910:~/b2g-n7$
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > I was checking permissions, maybe i have no all of them:
>>>> >
>>>> > arancha@arancha-CELSIUS-H910:~/b2g-n7$ ls -l
>>>> > total 208
>>>> > drwxrwxr-x 3 arancha arancha 4096 Sep 10 11:09 abi
>>>> > drwxrwxr-x 5 arancha arancha 4096 Sep 11 16:35 B2G-b2g-jb
>>>> > drwxrwxr-x 4 arancha arancha 4096 Sep 10 11:09 b2g-blobs
>>>> > drwxrwxr-x 10 arancha arancha 4096 Sep 10 11:09 bionic
>>>> > lrwxrwxrwx 1 arancha arancha 8 Sep 10 10:38 bld.sh -> build.sh
>>>> > drwxrwxr-x 3 arancha arancha 4096 Sep 10 11:09 bootable
>>>> > drwxrwxr-x 8 arancha arancha 4096 Sep 10 11:09 build
>>>> > -rwxrwxr-x 1 arancha arancha 2865 Sep 10 10:39 build.sh
>>>> > -rwxrwxr-x 1 arancha arancha 2314 Sep 10 10:39 config.sh
>>>> > drwxrwxr-x 3 arancha arancha 4096 Sep 10 11:09 dalvik
>>>> > drwxrwxr-x 6 arancha arancha 4096 Sep 10 11:09 device
>>>> > drwxrwxr-x 2 arancha arancha 4096 Sep 11 11:33 download-nexus-7
>>>> > drwxrwxr-x 66 arancha arancha 4096 Sep 10 11:09 external
>>>> > -rwxrwxr-x 1 arancha arancha 5877 Sep 10 10:39 flash.sh
>>>> > drwxrwxr-x 8 arancha arancha 4096 Sep 10 11:09 frameworks
>>>> > drwxrwxr-x 22 arancha arancha 4096 Sep 11 16:35 gaia
>>>> > drwxrwxr-x 53 arancha arancha 4096 Sep 10 11:10 gecko
>>>> > -rw-rw-r-- 1 arancha arancha 133 Sep 10 10:38 GNUmakefile
>>>> > drwxrwxr-x 4 arancha arancha 4096 Sep 11 16:35 gonk-misc
>>>> > drwxrwxr-x 6 arancha arancha 4096 Sep 10 11:10 hardware
>>>> > drwxrwxr-x 11 arancha arancha 4096 Sep 10 11:10 libcore
>>>> > drwxrwxr-x 4 arancha arancha 4096 Sep 10 11:10 libnativehelper
>>>> > -rw-rw-r-- 1 arancha arancha 560 Sep 10 10:38 LICENSE
>>>> > -rw-rw-r-- 1 arancha arancha 259 Sep 10 10:38 load-config.sh
>>>> > -r--r--r-- 1 arancha arancha 87 Sep 10 11:09 Makefile
>>>> > drwxrwxr-x 8 arancha arancha 4096 Sep 10 11:10 ndk
>>>> > -rw-rw-r-- 1 arancha arancha 9840 Sep 10 10:39 nexus-7.xml
>>>> > drwxrwxr-x 4 arancha arancha 4096 Sep 11 11:33 out
>>>> > drwxrwxr-x 9 arancha arancha 4096 Sep 10 11:10 prebuilts
>>>> > -rwxrwxr-x 1 arancha arancha 12752 Sep 10 10:39 profile.sh
>>>> > -rw-rw-r-- 1 arancha arancha 3819 Sep 10 10:38 README.md
>>>> > -rwxrwxr-x 1 arancha arancha 22615 Sep 10 10:38 repo
>>>> > drwxrwxr-x 5 arancha arancha 4096 Sep 10 11:10 rilproxy
>>>> > lrwxrwxrwx 1 arancha arancha 10 Sep 10 10:38 run-ddd.sh ->
>>>> run-gdb.sh
>>>> > -rwxrwxr-x 1 arancha arancha 1141 Sep 10 10:38 run-emulator.sh
>>>> > -rwxrwxr-x 1 arancha arancha 3115 Sep 10 10:38 run-gdb.sh
>>>> > drwxrwxr-x 3 arancha arancha 4096 Sep 10 10:38 scripts
>>>> > -rw-rw-r-- 1 arancha arancha 381 Sep 10 10:38 setup.sh
>>>> > drwxrwxr-x 9 arancha arancha 4096 Sep 10 11:10 system
>>>> > -rwxrwxr-x 1 arancha arancha 615 Sep 10 10:38 test.sh
>>>> > drwxrwxr-x 4 arancha arancha 4096 Sep 10 10:38 tools
>>>> > drwxr-x--- 9 arancha arancha 4096 Nov 12 2012 vendor
>>>> > -rwxrwxr-x 1 arancha arancha 48 Sep 10 10:38 watch-procrank.sh
>>>> >
>>>> >
>>>> >
>>>> > I don't know what can I do more!
>>>> > so sorry for disturb you, and really thanks for all !!
>>>> >
>>>> > Best, A.
>>>> >
>>>> >
>>>> >
>>>>
>>>>
>>>
>>>
>>
>>
>
>
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g