Luya Tshimbalanga wrote: > On 2018-01-13 10:35 AM, Richard Shaw wrote: >> I'm trying to rebuild blender due to a new OpenImageIO build in >> rawhide but I'm getting a strage error[0] that doesn't appear to be >> transient (happening for several days now): >> >> from checkout.log: >> $ git clone -n https://src.fedoraproject.org/rpms/blender.git >> /var/lib/mock/f28-build-11036148-838686/root/tmp/scmroot/blender >> Cloning into >> '/var/lib/mock/f28-build-11036148-838686/root/tmp/scmroot/blender'... >> error: RPC failed; curl 18 transfer closed with outstanding read data >> remaining >> fatal: The remote end hung up unexpectedly >> fatal: protocol error: bad pack header >> >> Any ideas? Never run across this one before... >> >> Thanks, >> Richard >> >> [0] https://koji.fedoraproject.org/koji/taskinfo?taskID=24176228 > > I can confirm the same message error on my side as well. It seems an > issue with git. FWIW, git clone worked for me, but it was very slow. It's possible that the size of the blender.git repo is causing resource exhaustion on the git server side or the time it takes to clone is causing a timeout on the koji side. The curl error contributes to that suspicion. The blender.git repo is 634M. This looks to be due to a few commits which added *.rpm and *.tar.gz files. I usually setup the .gitignore file in packages I maintain with globs to ignore all *.rpm and *.tar.* files¹. The defaults in fedpkg new-sources adds each new source file, which makes the .gitignore file needlessly large, IMO. ¹ I usually add rules to ignore /results_*/ and /$package_name-*/ as well, to ensure that these directories are never accidentally checked in to the repository. -- Todd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is one thing women can never take away from men. We die sooner. -- P.J. O'Rourke
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx