| Summary: | dev-haskell/vector-0.11.0.0 fails to build with USE test | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Pacho Ramos <pacho> |
| Component: | Current packages | Assignee: | Gentoo's Haskell Language team <haskell> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log.gz | ||
|
Description
Pacho Ramos
2018-09-23 11:30:22 UTC
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84b298fef4e01d837354f8d74ed38409956daed commit c84b298fef4e01d837354f8d74ed38409956daed Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2018-09-23 13:26:56 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2018-09-23 13:26:56 +0000 dev-haskell/vector: drop USE=test, bug #666812 Test suite is not compatible with modern QuickCheck instances: ``` tests/Utilities.hs:54:10: error: Duplicate instance declarations: instance Arbitrary a => Arbitrary (Identity a) -- Defined at tests/Utilities.hs:54:10 -- Defined in ‘Test.QuickCheck.Arbitrary’ ``` Let's drop test suite and fix it in text vector release. Reported-by: Pacho Ramos Closes: https://bugs.gentoo.org/666812 Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-haskell/vector/vector-0.11.0.0.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Thanks! |