Languages

Menu
Sites
Language
Error Cloning the Snapshot Source

아래의 페이지를 참고하여 snapshot  을 

https://source.tizen.org/ko/documentation/developer-guide/cloning-tizen-source?langredirect=1 

다운로드 시도 하였으나

https://download.tizen.org/releases/daily/tizen/ivi/ivi-release/latest/builddata/manifest/tizen_20140115.4_ia32.xml

아래의 오류가 발생 됩니다. 

Fetching project platform/upstream/gperf
Fetching projects:  35% (309/881)  Fetching project platform/upstream/doxygen
error: Cannot fetch platform/core/system/smartcard-plugin-uicc
Fetching project platform/core/system/haptic-module-tizen

error: Exited sync due to fetch errors

Edited by: burke choi on 04 Feb, 2014

Responses

7 Replies
Alex Ashirov

Hi,

Did you tried to clone all projects or specific project?

burke choi

Yes, i tried clone all proejcts 

All project download = SUCCESS

Specific project download = FAIL

Alex Ashirov

Could you please specify what command you use?

burke choi

`aucd29` is my id

1. repo init -u ssh://aucd29@review.tizen.org:29418/scm/manifest -b tizen -m ivi.xml

2. cd .repo/manifests/

3. wget https://download.tizen.org/releases/daily/tizen/ivi/ivi-release/tizen_20140115.4/builddata/manifest/tizen_20140115.4_ia32.xml

4. and remote line 

<remote fetch="ssh://review.tizen.org" name="tizen-gerrit" review="https://review.tizen.org/gerrit"/>
<default remote="tizen-gerrit"/>

5. cp tizen_20140115.4_ia32.xml ivi/projects.xml

6. commit

git commit -a -m "Replaced default IVI manifest with snapshot manifest"

7.  move tizen dir

cd  ~/<Tizen_Project>/

8. repo sync

9. error

error: Cannot fetch platform/core/system/smartcard-plugin-uicc
Fetching project platform/core/system/haptic-module-tizen

error: Exited sync due to fetch errors

burke choi

`aucd29` is my id

1. repo init -u ssh://aucd29@review.tizen.org:29418/scm/manifest -b tizen -m ivi.xml

2. cd .repo/manifests/

3. wget https://download.tizen.org/releases/daily/tizen/ivi/ivi-release/tizen_20140115.4/builddata/manifest/tizen_20140115.4_ia32.xml

4. and remote line 

<remote fetch="ssh://review.tizen.org" name="tizen-gerrit" review="https://review.tizen.org/gerrit"/>
<default remote="tizen-gerrit"/>

5. cp tizen_20140115.4_ia32.xml ivi/projects.xml

6. commit

git commit -a -m "Replaced default IVI manifest with snapshot manifest"

7.  move tizen dir

cd  ~/<Tizen_Project>/

8. repo sync

9. error

error: Cannot fetch platform/core/system/smartcard-plugin-uicc
Fetching project platform/core/system/haptic-module-tizen

error: Exited sync due to fetch errors

and today error log 

----

Fetching project profile/ivi/genivi/genivi-audio-manager
Fetching project platform/upstream/chrpath
error: Cannot fetch platform/core/system/smartcard-service
Fetching project platform/upstream/libdatrie
Unpacking objects: 100% (8/8), done.
From ssh://review.tizen.org/platform/core/system/dlog
 * [new branch]      sandbox/jbmartin/multi-user -> tizen-gerrit/sandbox/jbmartin/multi-user
remote: Counting objects: 890, done
remote: Finding sources: 100% (1/1)
remote: Total 1 (delta 0), reused 1 (delta 0)
Unpacking objects: 100% (1/1), done.
From ssh://review.tizen.org/profile/ivi/genivi/genivi-audio-manager
   9abc509..f52b124  tizen      -> tizen-gerrit/tizen

error: Exited sync due to fetch errors

 

 

Alex Ashirov

Hi,

You can try with "-f" key:

repo sync -f

burke choi

I tried and other error

Fetching projects:  93% (821/882)  Fetching project platform/upstream/iniparser
Fetching project platform/upstream/qtdeclarative
Fetching project platform/core/appfw/xdgmime
Fetching project platform/upstream/xbitmaps
Fetching project platform/upstream/xz
Exception in thread Thread-826:

Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/obigo/hdd/work/tizen/ivi/.repo/repo/subcmds/sync.py", line 234, in _FetchProjectList
    success = self._FetchHelper(opt, project, *args)
  File "/home/obigo/hdd/work/tizen/ivi/.repo/repo/subcmds/sync.py", line 275, in _FetchHelper
    no_tags=opt.no_tags, archive=self.manifest.IsArchive)
  File "/home/obigo/hdd/work/tizen/ivi/.repo/repo/project.py", line 1087, in Sync_NetworkHalf
    self._InitMRef()
  File "/home/obigo/hdd/work/tizen/ivi/.repo/repo/project.py", line 2085, in _InitMRef
    self._InitAnyMRef(R_M + self.manifest.branch)
  File "/home/obigo/hdd/work/tizen/ivi/.repo/repo/project.py", line 2097, in _InitAnyMRef
    self.bare_git.UpdateRef(ref, dst, message = msg, detach = True)
  File "/home/obigo/hdd/work/tizen/ivi/.repo/repo/project.py", line 2306, in UpdateRef
    self.update_ref(*cmdv)
  File "/home/obigo/hdd/work/tizen/ivi/.repo/repo/project.py", line 2383, in runner
    p.stderr))
GitError: platform/upstream/qtdeclarative update-ref: error: unable to resolve reference refs/remotes/m/tizen: No such file or directory
fatal: Cannot lock the ref 'refs/remotes/m/tizen'.


fatal: Not a git repository: '/home/obigo/hdd/work/tizen/ivi/.repo/projects/platform/upstream/js.git'
error: Cannot fetch platform/upstream/js
warn: --force-broken, continuing to sync

error: Exited sync due to fetch errors
obigo@obigo-H61H2-MV:~/hdd/work/tizen/ivi$