Hi Maciej, Thanks for the clarification, But when I am doing a repo sync, in between the sync is failing due to fetch error as mentioned below,
1 * [new tag] tizen_3.0.m14.2_ivi_release -> tizen_3.0.m14.2_ivi_release 2 * [new tag] tizen_3.0.m14.3_ivi_release -> tizen_3.0.m14.3_ivi_release 3 * [new tag] tizen_3.0.m1_mobile_release -> tizen_3.0.m1_mobile_release 4 * [new tag] tizen_3.0.m1_tv_release -> tizen_3.0.m1_tv_release 5 * [new tag] tizen_3.0.m2.a1_mobile_release -> tizen_3.0.m2.a1_mobile_release 6 * [new tag] tizen_3.0.m2.a1_tv_release -> tizen_3.0.m2.a1_tv_release 7 * [new tag] tizen_3.0_ivi_release -> tizen_3.0_ivi_release 8 * [new tag] upstream/2.3.1 -> upstream/2.3.1 9 fatal: Couldn't find remote ref refs/heads/accepted/tizen_common 10 Unexpected end of command stream 11 error: Cannot fetch platform/framework/base/tizen-locale6 KiB/s 12 remote: Total 251102 (delta 204423), reused 248066 (delta 204423) 13 Receiving objects: 100% (251102/251102), 230.63 MiB | 759 KiB/s, done. 14 Resolving deltas: 100% (206974/206974), done. 15 remote: Counting objects: 4386806, done 16 From https://review.tizen.org/gerrit/p/platform/upstream/v8 17 18 19 20 21 22 23 * [new tag] v3.9.4 -> v3.9.4 24 * [new tag] v3.9.5 -> v3.9.5 25 * [new tag] v3.9.6 -> v3.9.6 26 * [new tag] v3.9.7 -> v3.9.7 27 * [new tag] v3.9.8 -> v3.9.8 28 * [new tag] v3.9.9 -> v3.9.9 29 30 error: Exited sync due to fetch errors Can you tell us why is this happening, what is the solution and are we syncing from the correct branch? Regards, Sayan Dasgupta. Engineer, Mindtree Ltd, Bangalore, India. -----Original Message----- From: Maciej Wereski [mailto:[email protected]] Sent: Thursday, June 30, 2016 2:55 PM To: Sayan Dasgupta <[email protected]> Cc: [email protected] Subject: Re: [Dev] Building tizen common 3.0 for x86 Hello, Dnia czwartek, 30 czerwca 2016 07:16:27 Sayan Dasgupta pisze: > Hi Maciej, > > Thanks for the information. As you said we merged the common and base > manifest files to get the project manifest file. > Before starting the source code download, wanted clarification on > certain points : > 1)For doing a repo init shall we use the same url i.e. > > repo init -u > https://<Username>:<HTTPS_Password>@review.tizen.org/gerrit/p/scm/mani > fest > -b tizen -m common.xml > 2) if yes, then our understanding is you want us to replace the > 'project.xml' file mentioned in the 'common.xml' file with the merged > 'project.xml' file > <?xml version="1.0" encoding="UTF-8"?> <manifest> <include > name="_remote.xml" /> <default revision="accepted/tizen_common" > remote="tizen-gerrit" > sync-j="4" /> > <include name="common/metadata.xml" /> > <include name="common/prebuilt.xml" /> > <include name="common/projects.xml" /> ****replace this file***** > </manifest> Yes, that's correct. > 3)the _remote.xml remains same, > > <?xml version="1.0" encoding="UTF-8"?> > <manifest> > <remote name="tizen-gerrit" > > fetch="https://talewad:KIhf6n7+i2aMATzyhIWrKjUoFu9nTKPlqEV99d3nwA@revi > ew.ti > zen.org/gerrit/p" > review="https://review.tizen.org/gerrit"/> > </manifest> > > 4)Then do a repo sync to get the updated code base. > > 5)After the entire source code gets syncd, we will use " > http://download.tizen.org/snapshots/tizen/base/latest/repos/x86_64/pac > kages > /x86_64/" > url as the remote repo url in .gbs.config file to successfully > get the source code built(resolving dependencies). This is additional repo, so you should use both Base and Common repos. > Please comment on whether our understanding is right or do we have to > make further changes in common.xml & _remote.xml. > We have attached the following files for your reference : > 1)common.xml > 2)_remo.xml > 3)merged 'project.xml' after running the shell command given by you. That's correct. In the attached file you will have to remove 2 lines: - line with model-config-xu3 - somewhere in the middle you'll find: </manifest><?xml version="1.0" encoding="UTF-8"?> > [cut] Some people were reporting problems when building with more then 1 thread[1] [2]. If you encounter such problems, then try building without setting thread option to more then 1. [1] <https://lists.tizen.org/pipermail/general/2016-May/003851.html> [2] <https://lists.tizen.org/pipermail/general/2016-May/003859.html> regards, -- Maciej Wereski Samsung R&D Institute Poland Samsung Electronics [email protected] ________________________________ http://www.mindtree.com/email/disclaimer.html _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
