5

yesod-platform の cabal インストールが、xss-sanitize のダウンロード中にハングします。NetHogs は、このダウンロードに関連するネットワーク アクティビティを表示しません。

$ cabal install yesod-platform
Resolving dependencies...
Downloading xss-sanitize-0.3.4...

他のパッケージは遅滞なくダウンロードしてインストールします。

Fedora 18 を使用しています。haskell-platform と cabal-install はリポジトリから最新のものです。

$ cabal --version
cabal-install version 0.14.0
using version 1.14.0 of the Cabal library

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.4.1

編集

xss-sanitizer をあきらめたようで、一晩実行したままにして、他の依存関係のインストールを続けました。これが尻尾です。

...
Configuring yesod-test-1.2.1...
Building yesod-test-1.2.1...
Preprocessing library yesod-test-1.2.1...
[1 of 3] Compiling Yesod.Test.CssQuery ( Yesod/Test/CssQuery.hs, dist/build/Yesod/Test/CssQuery.o )
[2 of 3] Compiling Yesod.Test.TransversingCSS ( Yesod/Test/TransversingCSS.hs, dist/build/Yesod/Test/TransversingCSS.o )
[3 of 3] Compiling Yesod.Test       ( Yesod/Test.hs, dist/build/Yesod/Test.o )

Yesod/Test.hs:113:1:
    Warning: In the use of `runFakeHandler'
             (imported from Yesod.Core, but defined in yesod-core-1.2.4.2:Yesod.Core.Internal.Run):
             "Usually you should *not* use runFakeHandler unless you really understand how it works and why you need it."
Registering yesod-test-1.2.1...
Installing library in /home/smithd/.cabal/lib/yesod-test-1.2.1/ghc-7.4.1

cabal: Error: some packages failed to install:
xss-sanitize-0.3.4 failed while downloading the package. The exception was:
<socket: 4>: hGetBufSome: timeout (Connection timed out)
yesod-1.2.2.1 depends on xss-sanitize-0.3.4 which failed to install.
yesod-auth-1.2.2.1 depends on xss-sanitize-0.3.4 which failed to install.
yesod-form-1.3.2.1 depends on xss-sanitize-0.3.4 which failed to install.
yesod-platform-1.2.4.2 depends on xss-sanitize-0.3.4 which failed to install.
[smithd@lin2900 ~]$ cabal install yesod-platform
4

1 に答える 1

0

私の会社のインターネット フィルターは、XSS 脅威の可能性として haskell-xss-sanitize パッケージをブロックしていました。特にテストモジュール。可能であれば、管理者がハッキングをホワイトリストに登録してください。

于 2014-10-09T14:30:24.673 に答える