web-dev-qa-db-ja.com

Yaourtを使用してArchにAtom TextEditorをインストールするためのトリング

現在、インストールしようとしています Atom Text Editoratom-editoronYaourt)。ただし、以下のエラーが発生します。

==> 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ファイルを使用してこのプログラムをコンピューターにインストールする方法はありますか?

2

パッケージAURページ および 変更の表示 に移動すると、 最新のコミット でバージョン番号の1つが増加していることがわかります。しかし、そのファイルの対応する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]」オプションを選択し、次のいずれか(ただし、1つのみ)を実行することです。

  • _about_Arch_ver1.5.17に戻します

  • md5sums=(の関連する(この場合は2番目の)行を更新します
    新しいバージョンをダウンロード 、(セキュリティポリシーに適合する方法で)信頼できることを確認し、md5sumを実行して新しいチェックサムを確認します

3
JigglyNaga