[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Request for check and upload [Was: Status and Roadmap]



Hi,

Am Sonntag, den 31.05.2015, 10:21 +0200 schrieb Marcel Fourné:
> >You can use "chmod -R go+X", it will only affect directories or
> >executables.
> 
> Done. Didn't know that one. ;-)

Yay, I could clone!

I get build failures in three cases:

check_recipe
Running debian/hlibrary.setup test --builddir=dist-ghc --show-details=always
Running 1 test suites...
Test suite spec: RUNNING...

Data.Trie
  fromList . toList spec: <stdout>: commitBuffer: invalid argument (invalid character)
Test suite spec: FAIL
Test suite logged to: dist-ghc/test/word-trie-0.3.0-spec.log
0 of 1 test suites (0 of 1 test cases) passed.
make: *** [check-ghc-stamp] Error 1
/usr/share/cdbs/1/class/hlibrary.mk:140: recipe for target 'check-ghc-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2





Configuring yi-language-0.1.1.0...
[..]
unordered-containers-0.2.5.1
Dependency yi-language -any: using yi-language-0.1.1.0
hlibrary.setup: The program alex version >=3.0.3 is required but it could not
be found.



check_recipe
Running debian/hlibrary.setup test --builddir=dist-ghc --show-details=always
Running 1 test suites...
Test suite spec: RUNNING...

Yi.Rope
  Working with YiString is just like working with Text
    id ~ id
    R.take ~ T.take
    R.drop ~ T.drop
    R.reverse ~ T.reverse
    R.length ~ T.length
    R.null ~ T.null
    R.countNewLines ~ T.count \n
    R.empty ~ T.empty
    fst . R.splitAt ~ fst . T.splitAt
    snd . R.splitAt ~ snd . T.splitAt
    R.append ~ T.append
    R.concat ~ T.concat
    R.head ~ T.head
    R.last ~ T.last
    R.cons ~ T.cons
    R.snoc ~ T.snoc
    R.singleton ~ T.singleton
    \p -> R.any p ~ T.any p $ const True
    \p -> R.any p ~ T.any p $ const False
    \f -> R.withText ~ f $ T.toTitle
    \p -> R.dropWhile p ~ T.dropWhile p $ isUpper
    \p -> R.takeWhile p ~ T.takeWhile p $ isUpper
    R.compare ~ T.compare
    \p -> R.filter p ~ T.filter p $ isUpper
    \f -> R.map f ~ T.map f $ toUpper
    \p -> R.dropWhileEnd p ~ T.dropWhileEnd p $ isSpace
    \p -> R.takeWhileEnd p ~ rev . T.takeWhile p . rev $ isSpace
    R.words ~ T.words
    R.unwords ~ T.unwords
    \p -> R.split p ~ T.split p $ isUpper
    non-empty s spec: <stdout>: commitBuffer: invalid argument (invalid character)
Test suite spec: FAIL
Test suite logged to: dist-ghc/test/yi-rope-0.7.0.1-spec.log
0 of 1 test suites (0 of 1 test cases) passed.
make: *** [check-ghc-stamp] Error 1



The invalid character errors can probably be fixed by forcing the locale
in debian/rules, see, for example haskell-markdown.


Greetings,
Joachim
-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: F0FBF51F
  JID: nomeata@joachim-breitner.de | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: