Help wanted...!!

108 views
Skip to first unread message

Sahitya Chandra

unread,
Dec 1, 2024, 12:23:47 PMDec 1
to Chromium-dev
when i am running "gclient sync" cmd

third_party/skia folder is showing changes and I am unable to discard them

I am getting this error
150>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "904fcf74a1282b5715c20deb73c5f33a64026d2f" "--no-tags"' in /home/sahitya-07/Open-Source/chromium/src/third_party/skia failed; will retry after a short nap...
150>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "904fcf74a1282b5715c20deb73c5f33a64026d2f" "--no-tags"' in /home/sahitya-07/Open-Source/chromium/src/third_party/skia failed; will retry after a short nap...
Syncing projects: 100% (212/212) src/third_party/skia                                                          
src/third_party/skia (ERROR)
----------------------------------------
[0:00:02] Started.
[0:00:03] Finished running: git rev-list -n 1 HEAD
[0:00:03] Finished running: git rev-parse --abbrev-ref=strict HEAD
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
[0:00:27] fatal: expected 'acknowledgments'
[0:00:48] error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
[0:00:48] fatal: expected 'acknowledgments'
----------------------------------------
Error: Command 'git -c core.deltaBaseCacheLimit=2g fetch origin 904fcf74a1282b5715c20deb73c5f33a64026d2f --no-tags' returned non-zero exit status 128 in /home/sahitya-07/Open-Source/chromium/src/third_party/skia

omkar sawant

unread,
Dec 1, 2024, 1:50:19 PMDec 1
to Chromium-dev, Sahitya Chandra
Yes, I am getting precisely the same error, I believe the error is that the particular commit, ie. 904fcf74a1282b5715c20deb73c5f33a64026d2f is not present. What I did was :

cd chromium/src/third_party/akia
git reset --hard HEAD

I believe that although this should not create issues while building (not tested), it will still create skia error when anyone tries to "gclient sync".

PS. I am a beginner in Chromium Development, and I am using arch and hence I did not run the "install-build-deps.sh" script, I had to manually install packages as mentioned in notes. I don't know whether this contributes to the issue.

Sahitya Chandra

unread,
Dec 2, 2024, 1:48:50 AMDec 2
to Chromium-dev, omkar sawant, Sahitya Chandra
Hey omkar,
run this cmd
cd chromium/src
git rebase-update
gclient sync

omkar sawant

unread,
Dec 2, 2024, 5:26:15 AMDec 2
to Chromium-dev, Sahitya Chandra, omkar sawant
Ok, this fixes everything, thanks!
Reply all
Reply to author
Forward
0 new messages