我目前正在尝试安装原子文本编辑器 (Yaourt上的原子编辑器)。然而,我得到以下错误:
==> Downloading atom-editor-arch PKGBUILD from AUR...
x .SRCINFO
x .gitignore
x PKGBUILD
x README.md
x about-arch.patch
x atom
x atom-arch.install
x atom.desktop
x theme.patch
atom-editor-arch 1.8.0.arch0.2.1-2 (2016-06-07 15:07)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> atom-editor-arch dependencies:
- alsa-lib (already installed)
- desktop-file-utils (already installed)
- gconf (already installed)
- gtk2 (already installed)
- libgnome-keyring (already installed)
- libnotify (already installed)
- libxtst (already installed)
- nodejs (already installed)
- nss (already installed)
- python2 (already installed)
- git (already installed) [makedepend]
- npm (already installed) [makedepend]
- namcap (package found)
- pkgbuild-introspection (package found)
==> Edit atom-arch.install ? [Y/n] ("A" to abort)
==> ---------------------------------------------
==> n
==> Continue building atom-editor-arch ? [Y/n]
==> ------------------------------------------
==> y
==> Building and installing package
==> Install or build missing dependencies for atom-editor-arch:
[sudo] password for shazam:
resolving dependencies...
looking for conflicting packages...
Packages (4) pyalpm-0.8-1 python-pyelftools-0.23-3 namcap-3.2.7-1 pkgbuild-introspection-8-1
Total Download Size: 0.28 MiB
Total Installed Size: 1.70 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
pyalpm-0.8-1-x86_64 42.4 KiB 109K/s 00:00 [##################################################################] 100%
python-pyelftools-0.23-3-any 155.1 KiB 391K/s 00:00 [##################################################################] 100%
namcap-3.2.7-1-any 84.1 KiB 0.00B/s 00:00 [##################################################################] 100%
pkgbuild-introspection-8-1-any 4.4 KiB 0.00B/s 00:00 [##################################################################] 100%
(4/4) checking keys in keyring [##################################################################] 100%
(4/4) checking package integrity [##################################################################] 100%
(4/4) loading package files [##################################################################] 100%
(4/4) checking for file conflicts [##################################################################] 100%
(4/4) checking available disk space [##################################################################] 100%
:: Processing package changes...
(1/4) installing pyalpm [##################################################################] 100%
(2/4) installing python-pyelftools [##################################################################] 100%
(3/4) installing namcap [##################################################################] 100%
(4/4) installing pkgbuild-introspection [##################################################################] 100%
:: Running post-transaction hooks...
(1/1) Updating manpage index...
==> Making package: atom-editor-arch 1.8.0.arch0.2.1-2 (Wed Jun 8 20:16:49 IST 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading atom-1.8.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 117 0 117 0 0 87 0 --:--:-- 0:00:01 --:--:-- 87
100 9.8M 100 9.8M 0 0 1236k 0 0:00:08 0:00:08 --:--:-- 2309k
-> Downloading about-arch-1.5.18.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 0 124 0 0 99 0 --:--:-- 0:00:01 --:--:-- 99
100 30559 0 30559 0 0 10790 0 --:--:-- 0:00:02 --:--:-- 23911
-> Found atom
-> Found atom.desktop
-> Found theme.patch
-> Found about-arch.patch
==> Validating source files with md5sums...
atom-1.8.0.tar.gz ... Passed
about-arch-1.5.18.tar.gz ... FAILED
atom ... Passed
atom.desktop ... Passed
theme.patch ... Passed
about-arch.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build atom-editor-arch.
==> Restart building atom-editor-arch ? [y/N]
==> -----------------------------------------
==> N这里到底出了什么问题?为什么我的补丁没有通过md5sums检查?这跟我的代理人有关吗?我已经将我的all_proxy环境变量设置为我的公司代理。是否有任何方法可以使用.deb或.rpm文件将此程序安装到我的计算机上?
发布于 2016-06-08 16:34:19
如果您转到包装AUR页和视图更改,您可以看到在最近的承诺中有一个版本号增加了,但是该文件的对应的md5sum没有改变。
# Module Versions
_about_arch_url="fusion809/about"
-_about_arch_ver=1.5.17
+_about_arch_ver=1.5.18
_dark_bint_syntax_ver=0.8.6
_fusion_ui_ver=0.10.5
_language_archlinux_ver=0.2.1这就是为什么md5sums不再匹配的原因。
如果您有时间,负责的事情,为您和其他人解决问题,将向AUR包维护者报告问题。来自https://aur.archlinux.org/:
要报告打包错误,请与包维护人员联系,或在适当的包页上留下评论。
最快的修复,仅仅是为了使它构建,将是您采取“编辑PKGBUILD?Y/n”选项,并做任何一个(但只有一个)
_about_arch_ver更改为1.5.17md5sums=( 下载新版本中的相关行(在本例中是第二行),确认(通过适合您的安全策略的任何方法)您信任它,在它上运行md5sum以查看新的校验和。https://unix.stackexchange.com/questions/288453
复制相似问题