Registered Member
|
Hi All
I am trying to set-up the KDE development framework and am having problems when the build process tries to get source code from GitHub. I am following these instructions:https://community.kde.org/Get_Involved/development#One-time_setup:_your_development_environment when you get to the point of building the framework; what happens is as follows: - cclive@fedora kdesrc-build]$ kdesrc-build Cloning sysadmin-repo-metadata Building extra-cmake-modules from frameworks (1/372) Cloning extra-cmake-modules Source update complete for extra-cmake-modules: 546 files affected. Compiling... succeeded (after 0 seconds) Installing.. succeeded (after 1 second) Building ki18n from frameworks (2/372) Error updating ki18n, removing from list of packages to build. > Failed to make initial clone of ki18n Cloning ki18n Unable to update ki18n, build canceled. ki18n didn't build, stopping here. The log file has the following in it: - [clive@fedora ki18n]$ cat git-clone.log # kdesrc-build running: 'git' 'clone' '--recursive' '-b' 'master' '--' 'kde:frameworks/ki18n.git' '/home/clive/kde/src/ki18n' # from directory: /home/clive/kde/src Cloning into '/home/clive/kde/src/ki18n'... error: 6800 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output Running the git command on its own produces a better description of what is happening: - [clive@fedora ki18n]$ 'git' 'clone' '--recursive' '-b' 'master' '--' 'kde:frameworks/ki18n.git' '/home/clive/kde/src/ki18n' Cloning into '/home/clive/kde/src/ki18n'... remote: Enumerating objects: 8429, done. remote: Counting objects: 100% (499/499), done. remote: Compressing objects: 100% (128/128), done. error: 7460 bytes of body are still expectediB | 48.00 KiB/s fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output [clive@fedora ki18n]$ Performing the GitHub communication test produced these results: - clive@fedora ki18n]$ git clone https://github.com/github/debug-repo /tmp/debug-repo-http git clone git@github.com:github/debug-repo /tmp/debug-repo-ssh ping -c 10 github.com traceroute github.com Cloning into '/tmp/debug-repo-http'... remote: Enumerating objects: 1649, done. remote: Total 1649 (delta 0), reused 0 (delta 0), pack-reused 1649 Receiving objects: 100% (1649/1649), 324.17 KiB | 41.00 KiB/s, done. Resolving deltas: 100% (1063/1063), done. Cloning into '/tmp/debug-repo-ssh'... The authenticity of host 'github.com (140.82.121.4)' can't be established. ED25519 key fingerprint is SHA256:+[Removed] This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? y Please type 'yes', 'no' or the fingerprint: yes Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. remote: Enumerating objects: 1649, done. remote: Total 1649 (delta 0), reused 0 (delta 0), pack-reused 1649 Receiving objects: 100% (1649/1649), 324.17 KiB | 55.00 KiB/s, done. Resolving deltas: 100% (1063/1063), done. PING github.com (140.82.121.3) 56(84) bytes of data. 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=1 ttl=47 time=113 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=2 ttl=47 time=27.4 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=3 ttl=47 time=27.7 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=4 ttl=47 time=27.8 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=5 ttl=47 time=27.5 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=6 ttl=47 time=28.0 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=7 ttl=47 time=28.0 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=8 ttl=47 time=28.0 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=9 ttl=47 time=28.6 ms 64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=10 ttl=47 time=28.3 ms --- github.com ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 27.359/36.430/113.029/25.534 ms traceroute to github.com (140.82.121.3), 30 hops max, 60 byte packets 1 _gateway (10.0.2.2) 0.273 ms 0.186 ms 0.165 ms 2 _gateway (10.0.2.2) 25.318 ms 25.190 ms 35.746 ms [clive@fedora ki18n]$ I have exhausted all the reasons I can think of related to why my machine can't download the files, and conclude that there may be a problem ether with the repository or its files. Any suggestions on how to fix this problem would be geatly appricated Regards Clive |
Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]