Commit graph

24168 commits

Author SHA1 Message Date
Peter Simons a0919feead haskell-permutation: disable 'doCheck' to avoid build errors
Test/Permute.hs:20:8:
    Could not find module `Test.QuickCheck'
    Use -v to see a list of the files searched for.
2013-02-25 00:37:11 +01:00
Peter Simons bc0ab2e595 haskell-zip-archive: disable 'doCheck' to avoid test suite failures
Test suite test-zip-archive: RUNNING...
Cases: 7  Tried: 1  Errors: 0  Failures: 0/bin/sh: /usr/bin/zip: No such file or directory
### Error in:   1
test-temp/test4.zip: openBinaryFile: does not exist (No such file or directory)
Cases: 7  Tried: 4  Errors: 1  Failures: 0  adding: LICENSE (deflated 46%)
  adding: Codec/ (stored 0%)
  adding: LICENSE (deflated 46%)
  adding: Codec/ (stored 0%)
  adding: Codec/Archive/ (stored 0%)
  adding: Codec/Archive/Zip.hs (deflated 74%)
Cases: 7  Tried: 6  Errors: 1  Failures: 0  creating: test-temp/dir1
extracting: test-temp/dir1/hi
  creating: test-temp/dir1/dir2
 inflating: test-temp/dir1/dir2/hello
Cases: 7  Tried: 7  Errors: 1  Failures: 0
Test suite test-zip-archive: FAIL
Test suite logged to: dist/test/zip-archive-0.1.3.3-test-zip-archive.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-02-25 00:32:44 +01:00
Peter Simons d440431d19 haskell-tls: disable 'doCheck' to avoid build errors
Tests/Tests.hs:41:0:
     error: missing binary operator before token "("
2013-02-25 00:32:44 +01:00
Peter Simons 34b48b6c3b haskell-numbers: disable 'doCheck' to avoid build errors
Setup: At least the following dependencies are missing:
test-framework ==0.6.*, test-framework-quickcheck2 ==0.2.*
2013-02-25 00:32:44 +01:00
Peter Simons 68d4be424d haskell-sendfile: update to version 0.7.9 2013-02-25 00:32:44 +01:00
Peter Simons 0b8ee12f09 haskell-hashed-storage: disable 'doCheck' because of test suite errors
running tests
/bin/sh: dist/build/hashed-storage-test/hashed-storage-test: No such file or directory
2013-02-25 00:32:44 +01:00
Peter Simons 07dd027e63 haskell-vty: disable 'doCheck' because of build errors
Setup: At least the following dependencies are missing:
Cabal ==1.17.*
2013-02-25 00:32:44 +01:00
Peter Simons 50b94835e4 haskell-filestore: cosmetic 2013-02-25 00:32:43 +01:00
Peter Simons 8a7a2c4e6c haskell-src-exts: disable 'doCheck' because of test suite build errors
Test/Runner.hs:5:8:
    Could not find module `Language.Haskell.Exts.Annotated'
    Use -v to see a list of the files searched for.
Setup: Pattern match failure in do expression at Setup.hs:6:5-15
2013-02-25 00:32:43 +01:00
Peter Simons b15b0690dc haskell-filestore: disable 'doCheck' because of test suite failures
running tests
/bin/sh: ./dist/build/test-filestore/test-filestore: No such file or directory
2013-02-25 00:32:43 +01:00
Peter Simons b7324d79eb zeromq3-haskell: disable 'doCheck' because of build errors in test program 2013-02-25 00:32:43 +01:00
Peter Simons 86b96bd0e9 haskell-cautious-file: disable 'doCheck' because of test suite failure 2013-02-25 00:32:43 +01:00
Peter Simons 28a0367f9e haskell-HTTP: disable 'doCheck' to avoid compilation errors
Setup: At least the following dependencies are missing:
  case-insensitive ==0.4.*,
  conduit >=0.4 && <0.6,
  http-types >=0.6 && <0.8,
  wai >=1.2 && <1.4
2013-02-25 00:32:43 +01:00
Peter Simons 8c58bef5dd haskell-simple-sendfile: disable 'doCheck' because of test suite failure
Running 1 test suites...
Test suite spec: RUNNING...

Sendfile
  sendfile
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an entire file FAILED [1]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a part of file FAILED [2]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if length is over
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if offset is over
    - terminates even if the file is truncated FAILED [3]

  sendfileWithHeader
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an header and an entire file FAILED [4]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an header and a part of file FAILED [5]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a large header and an entire file FAILED [6]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a large header and a part of file FAILED [7]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if length is over
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if offset is over
    - terminates even if the file is truncated FAILED [8]

1) Sendfile.sendfile sends an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

2) Sendfile.sendfile sends a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

3) Sendfile.sendfile terminates even if the file is truncated FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

4) Sendfile.sendfileWithHeader sends an header and an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

5) Sendfile.sendfileWithHeader sends an header and a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

6) Sendfile.sendfileWithHeader sends a large header and an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

7) Sendfile.sendfileWithHeader sends a large header and a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

8) Sendfile.sendfileWithHeader terminates even if the file is truncated FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))
2013-02-25 00:32:43 +01:00
Peter Simons 3ac39413ac Disable 'doCheck' in more packages to avoid infinite evaluation loops. 2013-02-25 00:32:43 +01:00
Peter Simons e3bf440ae9 haskell-text: disable 'doCheck' to avoid infinite evaluation loop
Some of the 'testDepends' of these packages end up depending on 'text' again.
2013-02-25 00:32:43 +01:00
Peter Simons a540dd5650 alex: disable 'doCheck' to avoid compilation errors
The test-suite stanza is incomplete.
2013-02-25 00:32:42 +01:00
Peter Simons 1fac9c5a41 haddock: disable 'doCheck' to avoid compilation errors
The test-suite stanza is incomplete.
2013-02-25 00:32:42 +01:00
Peter Simons 24dcf491fc haskell-ghc-events: disable 'doCheck' because of test suite failure
Running 1 test suites...
Test suite test-versions: RUNNING...
test-versions: test/queens-ghc-6.12.1.eventlog: openBinaryFile: does not exist (No such file or directory)
Test suite test-versions: FAIL
Test suite logged to: dist/test/ghc-events-0.4.2.0-test-versions.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-02-25 00:32:42 +01:00
Peter Simons ae8288ef88 haskell-packages.nix: fix attribute ordering after recent additions 2013-02-25 00:32:42 +01:00
Peter Simons 55ec10fff5 haskell-unbounded-delays: add version 0.1.0.5 2013-02-25 00:32:42 +01:00
Peter Simons b32d4f15ff haskell-text-icu: add version 0.6.3.5 2013-02-25 00:32:42 +01:00
Peter Simons f99c54d198 haskell-Safe: add version 0.1 2013-02-25 00:32:42 +01:00
Peter Simons 13f491df46 haskell-stringprep: add version 0.1.5 2013-02-25 00:32:42 +01:00
Peter Simons bbb6aa522c haskell-stringbuilder: add version 0.4.0 2013-02-25 00:32:41 +01:00
Peter Simons 9bdefae7c2 haskell-punycode: add version 2.0 2013-02-25 00:32:41 +01:00
Peter Simons 7937ea533c haskell-network-transport-tests: add version 0.1.0.1 2013-02-25 00:32:41 +01:00
Peter Simons 59117b299b haskell-nanospec: add version 0.1.0 2013-02-25 00:32:41 +01:00
Peter Simons 9a96a358f0 haskell-markdown-unlit: add version 0.2.0.1 2013-02-25 00:32:41 +01:00
Peter Simons 4fbd9acbaf haskell-lockfree-queue: add version 0.2 2013-02-25 00:32:41 +01:00
Peter Simons 8aa90c7642 haskell-idna: add version 0.2 2013-02-25 00:32:41 +01:00
Peter Simons 7a79bf93d7 haskell-hspec-meta: add version 1.4.4 2013-02-25 00:32:41 +01:00
Peter Simons 442342e34e haskell-file-location: add version 0.4.5.2 2013-02-25 00:32:40 +01:00
Peter Simons 45e9ea0424 haskell-encoding: add version 0.6.7.2 2013-02-25 00:32:40 +01:00
Peter Simons 258fafaaf5 haskell-data-accessor-transformers: add version 0.2.1.4 2013-02-25 00:32:40 +01:00
Peter Simons 1c50ed9441 haskell-concurrent-extra: add version 0.7.0.5 2013-02-25 00:32:40 +01:00
Peter Simons 6d910bf725 haskell-ChasingBottoms: add version 1.3.0.5 2013-02-25 00:32:40 +01:00
Peter Simons 8be18988ee haskell-base-compat: add version 0.2.1 2013-02-25 00:32:40 +01:00
Peter Simons a30df95691 Re-generate all Haskell packages with the latest version of cabal2nix.
This change brings support for building and running the regressions test suites.
2013-02-25 00:32:40 +01:00
Peter Simons d0bfd6936e pkgs/build-support/cabal: add 'testDepends' to 'extraBuildInputs' if 'doCheck' is set to 'true' 2013-02-25 00:32:40 +01:00
Peter Simons d8974b47cb pkgs/build-support/cabal: filter 'doCheck=false' field from the expression to avoid unnecessary hash changes
In the master branch, doCheck defaults to 'false', which means that no package
will change its hash unless its doCheck field is set to 'true' explicitly. In
the stdenv-updates branch, however, all Haskell packages have a default setting
of 'doCheck=true'. Once that branch has been merged, filtering doCheck is no
longer necessary.
2013-02-24 23:43:34 +01:00
Peter Simons c18e2ea902 pkgs/build-support/cabal: filter internal 'testDepends' field from the expression to avoid unnecessary hash changes 2013-02-24 23:41:08 +01:00
viric e2d097c5c0 Merge pull request #333 from bjornfor/fix-typo
my-env/default.nix: fix "sdl-env" vs "env-sdl" typo
2013-02-24 12:39:20 -08:00
Bjørn Forsman 5b9a7fc95a my-env/default.nix: fix "sdl-env" vs "env-sdl" typo
my-env/default.nix lists an example on how to create an SDL environment
that can be installed with "nix-env -i sdl-env". That is actually wrong
and will not work. The correct command is "nix-env -i env-sdl".
2013-02-24 21:35:23 +01:00
Александр Цамутали 7d5056f8a3 games/unvanquished: New nixpkg. 2013-02-24 18:02:53 +04:00
Lluís Batlle i Rossell 17d289498f linux: Typo: CFG80211_WEXT 2013-02-24 12:07:14 +01:00
Cillian de Róiste 51c54301a6 Add mda-lv2 audio plugins 2013-02-24 11:26:32 +01:00
Cillian de Róiste d062be36e6 Calf: upgrade to the final release 0.0.19 2013-02-24 11:03:51 +01:00
Peter Simons 9fc277e0b6 haskell-cabal2ghci: add version 0.0.1.0 2013-02-24 11:00:52 +01:00
Peter Simons b6e9efb0b6 haskell-packages.nix: fix path to haskell 'tar' library 2013-02-24 10:57:38 +01:00