LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 591|回复: 4

kernel.org 挂了,emerge一定要从上面下载source,怎么办?

[复制链接]
发表于 2011-10-11 17:37:13 | 显示全部楼层 |阅读模式
gentoo prefix,然后安装GTK+
但是emerge试图连接kernel.org,可是上个月因为黑客攻破,这网站源代码都被linus转移到github去了。
https://github.com/torvalds/linux
现在我想下载util-linux-ng,github上找不到相应的目录,该怎么办?
谢谢!

>>> Downloading 'rsync://mirror.opteamax.de/gentoo/distfiles/util-linux-ng-2.17.tar.bz2'
This is mirror.opteamax.de (2001:67c:1420::1:50, 194.62.23.99).

This Server has 1GBit native IPv6 connection, 16GB RAM, 2 * Opteron 2344
Server-Location is Alboin-Kontor, Berlin, Germany (http://bit.ly/9guo7f)
Server-Contact: mirrors@opteamax.de


We are peering at Ecix in BER, HAM and DUS


*********************************************************************************
HINT: To make portage prefer IPv6 add the following lines to your /etc/make.conf:

PORTAGE_RSYNC_OPTS="-6 --recursive  --links  --safe-links  --perms  --times
                    --compress  --force  --whole-file  --delete   --stats   
          --timeout=180 --exclude='/distfiles' --exclude='/local'
          --exclude='/packages'"
FETCHCOMMAND="/usr/bin/wget --prefer-family=IPv6 \${URI} -O \${DISTDIR}/\${FILE}"

*********************************************************************************


receiving incremental file list
rsync: link_stat "/distfiles/util-linux-ng-2.17.tar.bz2" (in gentoo) failed: No such file or directory (2)

sent 4 bytes  received 8 bytes  3.43 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1511) [Receiver=3.0.7]
>>> Downloading 'http://mirror.opteamax.de/gentoo/distfiles/util-linux-ng-2.17.tar.bz2'
--2011-10-11 11:20:40--  http://mirror.opteamax.de/gentoo ... nux-ng-2.17.tar.bz2
Resolving mirror.opteamax.de... 194.62.23.99, 2001:67c:1420::1:50
Connecting to mirror.opteamax.de|194.62.23.99|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-10-11 11:20:41 ERROR 404: Not Found.

>>> Downloading 'http://www.at.kernel.org/pub/linux/utils/util-linux-ng/v2.17/util-linux-ng-2.17.tar.bz2'
--2011-10-11 11:20:41--  http://www.at.kernel.org/pub/lin ... nux-ng-2.17.tar.bz2
Resolving www.at.kernel.org... failed: Name or service not known.
wget: unable to resolve host address `www.at.kernel.org'
>>> Downloading 'http://www.uk.kernel.org/pub/linux/utils/util-linux-ng/v2.17/util-linux-ng-2.17.tar.bz2'
--2011-10-11 11:20:41--  http://www.uk.kernel.org/pub/lin ... nux-ng-2.17.tar.bz2
Resolving www.uk.kernel.org... failed: Name or service not known.
wget: unable to resolve host address `www.uk.kernel.org'
>>> Downloading 'http://www.us.kernel.org/pub/linux/utils/util-linux-ng/v2.17/util-linux-ng-2.17.tar.bz2'
--2011-10-11 11:20:41--  http://www.us.kernel.org/pub/lin ... nux-ng-2.17.tar.bz2
Resolving www.us.kernel.org... failed: Name or service not known.
wget: unable to resolve host address `www.us.kernel.org'
>>> Downloading 'http://www.fr.kernel.org/pub/linux/utils/util-linux-ng/v2.17/util-linux-ng-2.17.tar.bz2'
--2011-10-11 11:20:41--  http://www.fr.kernel.org/pub/lin ... nux-ng-2.17.tar.bz2
Resolving www.fr.kernel.org... failed: Name or service not known.
wget: unable to resolve host address `www.fr.kernel.org'
>>> Downloading 'http://www.de.kernel.org/pub/linux/utils/util-linux-ng/v2.17/util-linux-ng-2.17.tar.bz2'
--2011-10-11 11:20:41--  http://www.de.kernel.org/pub/lin ... nux-ng-2.17.tar.bz2
Resolving www.de.kernel.org... failed: Name or service not known.
wget: unable to resolve host address `www.de.kernel.org'
>>> Downloading 'http://www.kernel.org/pub/linux/utils/util-linux-ng/v2.17/util-linux-ng-2.17.tar.bz2'
--2011-10-11 11:20:41--  http://www.kernel.org/pub/linux/ ... nux-ng-2.17.tar.bz2
Resolving www.kernel.org... 149.20.4.69
Connecting to www.kernel.org|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-10-11 11:20:42 ERROR 404: Not Found.

!!! Couldn't download 'util-linux-ng-2.17.tar.bz2'. Aborting.
* Fetch failed for 'sys-apps/util-linux-2.17', Log file:
*  '/var/tmp/temp_dir/portage/sys-apps/util-linux-2.17/temp/build.log'

>>> Failed to emerge sys-apps/util-linux-2.17, Log file:

>>>  '/var/tmp/temp_dir/portage/sys-apps/util-linux-2.17/temp/build.log'

* Messages for package sys-apps/util-linux-2.17:

* Fetch failed for 'sys-apps/util-linux-2.17', Log file:
*  '/var/tmp/temp_dir/portage/sys-apps/util-linux-2.17/temp/build.log'
发表于 2011-10-11 21:45:35 | 显示全部楼层
先 emerge --sync 试试。
还有 kernel.org 不是恢复了吗?
回复 支持 反对

使用道具 举报

发表于 2011-10-12 09:25:17 | 显示全部楼层
先手动下载,然后放到/usr/portage/disfiles/ 不行吗? 我一般都是这么做的。
回复 支持 反对

使用道具 举报

发表于 2011-10-12 21:41:58 | 显示全部楼层
Post by KenShinXF;2153376
先手动下载,然后放到/usr/portage/disfiles/ 不行吗? 我一般都是这么做的。


正解。。。。
回复 支持 反对

使用道具 举报

发表于 2011-10-12 22:42:36 | 显示全部楼层
Post by yuihji;2153360
先 emerge --sync 试试。
还有 kernel.org 不是恢复了吗?


kernel.org 上的到现在都是浮云,点一下链接就知道了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表