即使在 ubuntu firefox 上,互联网也能正常工作,google-coredumper.googlecode.com 的链接在 ubuntu firefox 上可以工作,但在 ubuntu 上却不行
我的代码:
mranmehdi551@Muhammad-VirtualBox:—/dev$ ./build.sh N200
- checking for a supported radio type
- found
- checking for a compatible build host
• - WARNING : dev-tools is currently only tested on Ubuntu 12.04, YMMV. Please open an issue if you've used it successfully on another version of Ubuntu.
- adding additional repo tools
- done
- checking build dependencies
• - done
- make a home for this build
mkdir -p BUILOS/2016-10-10--22-37-20
# libcoredumper - building Debian package and installing as dependency
cd libcoredumper
./build.sh
wget http://google-coredumper.googlecode.com/files/coredumper-1.2.1.tar.gz
--2016-10-10 22:37:20-- http://google-coredumper.googlecode.com/files/coredumper-1.2.1.tar.gz
Resolving google-coredumper.googlecode.com (google-coredumper.googlecode.com)... failed: Temporary failure in name resolution. wget: unable to resolve host address 'google-coredumper.googlecode.com'
ERROR: command failed! - ERROR: command failed!
(代码从终端虚拟机复制到笔记本电脑,因此可能会有错误)
请帮忙
如何完成./build.sh N200 命令???
答案1
手动方法:来自以下链接:https://code.google.com/archive/p/google-coredumper/downloads,下载 coredumper-1.2.1.tar.gz 并将其复制粘贴到 /dev/coredumper。成功了!
或者尝试
将 /dev/libcoredumper/build.sh 中的链接更改为https://code.google.com/archive/p/google-coredumper/downloads/coredumper-1.2.1.tar.gz然后执行./build.sh N200。