Guest User

trouble installing (gcc)

a guest
Jan 13th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. root@C2DL:~# apt-get install gcc --install-recommends
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following extra packages will be installed:
  6. gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
  7. libgcc-4.9-dev libitm1 liblsan0 libtsan0 libubsan0 linux-libc-dev
  8. manpages-dev
  9. Suggested packages:
  10. gcc-multilib autoconf automake libtool flex bison gdb gcc-doc
  11. gcc-4.9-multilib gcc-4.9-doc gcc-4.9-locales libgcc1-dbg libgomp1-dbg
  12. libitm1-dbg libatomic1-dbg libasan1-dbg liblsan0-dbg libtsan0-dbg
  13. libubsan0-dbg libcilkrts5-dbg libquadmath0-dbg glibc-doc
  14. The following NEW packages will be installed:
  15. gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
  16. libgcc-4.9-dev libitm1 liblsan0 libtsan0 libubsan0 linux-libc-dev
  17. manpages-dev
  18. 0 upgraded, 14 newly installed, 0 to remove and 29 not upgraded.
  19. Need to get 13.2 MB of archives.
  20. After this operation, 48.6 MB of additional disk space will be used.
  21. Do you want to continue? [Y/n]
  22. Err http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.7-ckt20-1+deb8u1
  23. 404 Not Found [IP: 149.20.20.19 80]
  24. Get:1 http://ftp.us.debian.org/debian/ jessie/main libasan1 amd64 4.9.2-10 [195 kB]
  25. Get:2 http://ftp.us.debian.org/debian/ jessie/main libatomic1 amd64 4.9.2-10 [8,992 B]
  26. Get:3 http://ftp.us.debian.org/debian/ jessie/main libcilkrts5 amd64 4.9.2-10 [40.1 kB]
  27. Get:4 http://ftp.us.debian.org/debian/ jessie/main libitm1 amd64 4.9.2-10 [29.2 kB]
  28. Get:5 http://ftp.us.debian.org/debian/ jessie/main liblsan0 amd64 4.9.2-10 [92.8 kB]
  29. Get:6 http://ftp.us.debian.org/debian/ jessie/main libtsan0 amd64 4.9.2-10 [212 kB]
  30. Get:7 http://ftp.us.debian.org/debian/ jessie/main libubsan0 amd64 4.9.2-10 [82.4 kB]
  31. Get:8 http://ftp.us.debian.org/debian/ jessie/main libgcc-4.9-dev amd64 4.9.2-10 [2,066 kB]
  32. Get:9 http://ftp.us.debian.org/debian/ jessie/main gcc-4.9 amd64 4.9.2-10 [5,352 kB]
  33. Get:10 http://ftp.us.debian.org/debian/ jessie/main gcc amd64 4:4.9.2-2 [5,136 B]
  34. Get:11 http://ftp.us.debian.org/debian/ jessie/main libc-dev-bin amd64 2.19-18+deb8u1 [237 kB]
  35. Get:12 http://ftp.us.debian.org/debian/ jessie/main libc6-dev amd64 2.19-18+deb8u1 [1,998 kB]
  36. Get:13 http://ftp.us.debian.org/debian/ jessie/main manpages-dev all 3.74-1 [1,865 kB]
  37. Fetched 12.2 MB in 1min 42s (118 kB/s)
  38. E: Failed to fetch http://security.debian.org/pool/updates/main/l/linux/linux-libc-dev_3.16.7-ckt20-1+deb8u1_amd64.deb 404 Not Found [IP: 149.20.20.19 80]
  39.  
  40. E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
  41. root@C2DL:~# apt-get install gcc --install-recommends --fix-missing
  42. Reading package lists... Done
  43. Building dependency tree
  44. Reading state information... Done
  45. The following extra packages will be installed:
  46. gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
  47. libgcc-4.9-dev libitm1 liblsan0 libtsan0 libubsan0 linux-libc-dev
  48. manpages-dev
  49. Suggested packages:
  50. gcc-multilib autoconf automake libtool flex bison gdb gcc-doc
  51. gcc-4.9-multilib gcc-4.9-doc gcc-4.9-locales libgcc1-dbg libgomp1-dbg
  52. libitm1-dbg libatomic1-dbg libasan1-dbg liblsan0-dbg libtsan0-dbg
  53. libubsan0-dbg libcilkrts5-dbg libquadmath0-dbg glibc-doc
  54. The following NEW packages will be installed:
  55. gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
  56. libgcc-4.9-dev libitm1 liblsan0 libtsan0 libubsan0 linux-libc-dev
  57. manpages-dev
  58. 0 upgraded, 14 newly installed, 0 to remove and 29 not upgraded.
  59. Need to get 1,008 kB/13.2 MB of archives.
  60. After this operation, 48.6 MB of additional disk space will be used.
  61. Do you want to continue? [Y/n]
  62. Err http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.7-ckt20-1+deb8u1
  63. 404 Not Found [IP: 128.61.240.73 80]
  64. Unable to correct missing packages.
  65. E: Failed to fetch http://security.debian.org/pool/updates/main/l/linux/linux-libc-dev_3.16.7-ckt20-1+deb8u1_amd64.deb 404 Not Found [IP: 128.61.240.73 80]
  66.  
  67. E: Aborting install.
Add Comment
Please, Sign In to add comment