Summary: | dev-haskell/monad-logger-0.3.32 : * //==-- Please, run haskell-updater to fix broken packages --==// | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
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: |
emerge-info.txt
dev-haskell:monad-logger-0.3.32:20201220-070931.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 678903 [details]
emerge-info.txt
Created attachment 678906 [details]
dev-haskell:monad-logger-0.3.32:20201220-070931.log
Created attachment 678909 [details]
emerge-history.txt
Created attachment 678912 [details]
environment
Created attachment 678915 [details]
etc.portage.tbz2
Created attachment 678918 [details]
temp.tbz2
We probably have a circular test dependency as haskell-updater tries to rebuild package out of order: Error: The following packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used. installed package lifted-base-0.2.3.12 is broken due to missing package monad-control-1.0.2.3-Fb3qWdXT7FB4zow2blHIPK, transformers-base-0.4.5.2-5Dy7GkReo5Y5J7W0DtkMff * Detected broken packages: reducers-3.12.3 trifecta-2.1 lifted-base-0.2.3.12 either-5.0.1.1 chimera-0.3.1.0 arithmoi-0.11.0.1 monad-unlift-0.2.0 resource-pool-0.2.3.2 monad-logger-0.3.32 dbus-1.2.16 persistent-template-2.8.2.3 MonadRandom-0.5.1.2 lifted-async-0.10.0.6 tasty-1.2.3 hedgehog-1.0.4 darcs-2.16.3 tasty-rerun-1.1.17 Agda-2.6.1.2 tasty-quickcheck-0.10.1.1 file-location-0.4.9.1 mustache-2.3.1 persistent-2.10.5.2 persistent-postgresql-2.10.1.2 casa-types-0.0.1 casa-client-0.0.1 tasty-hedgehog-1.0.0.2 tasty-th-0.1.7 yesod-core-1.6.18.8 yesod-test-1.6.12 yesod-persistent-1.6.0.4 yesod-form-1.6.7 yesod-auth-1.6.9 yesod-auth-hashdb-1.7.1.2 tasty-hunit-0.10.0.2 Hypothesis: monad-logger is a test dependency of itself. I'll try to find a loop and break it. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43cc4f459b7d19bdc59b82db2c49f1e68f28957d commit 43cc4f459b7d19bdc59b82db2c49f1e68f28957d Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-12-20 18:36:19 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-12-20 18:36:27 +0000 dev-haskell/parsec: drop tests circular dependency Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/760863 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-haskell/parsec/metadata.xml | 18 ++++++++++++------ dev-haskell/parsec/parsec-3.1.13.0-r1.ebuild | 14 ++++---------- dev-haskell/parsec/parsec-3.1.14.0.ebuild | 11 +++-------- 3 files changed, 19 insertions(+), 24 deletions(-) The hack I cobbled together detects at least 2 circular dependencies on your packages: $ deps=($(/tmp/find-dep-loops.bash "${deps[@]}")) tsort: -: input contains a loop: tsort: dev-haskell/clock-0.7.2 tsort: dev-haskell/tasty-quickcheck-0.10.1.1 tsort: dev-haskell/tasty-hunit-0.10.0.2 tsort: dev-haskell/tasty-1.2.3 tsort: -: input contains a loop: tsort: dev-haskell/cabal-3.0.1.0 tsort: dev-haskell/semigroups-0.18.5 tsort: dev-haskell/hashable-1.2.7.0 tsort: dev-haskell/haddock-2.23.1 The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca2bf22e54c003901ea22b734eeb54893e5dc51 commit 3ca2bf22e54c003901ea22b734eeb54893e5dc51 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-12-20 23:11:15 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-12-20 23:11:27 +0000 dev-haskell/clock: fix tasty->clock->tasty circular test depend Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/760863 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-haskell/clock/clock-0.7.2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee7c2e25cbad61b64c887d2d80cb0472ca2eb96 commit bee7c2e25cbad61b64c887d2d80cb0472ca2eb96 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-12-20 23:18:06 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-12-20 23:18:06 +0000 haskell-cabal.eclass: unconditionally use bundled haddock for USE=doc Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/760863#c10 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> eclass/haskell-cabal.eclass | 9 --------- 1 file changed, 9 deletions(-) I think #c10 fixes all the loops you see. I'll try to find the rest. |