Opened 7 years ago
Last modified 7 years ago
#54887 assigned defect
pxsl-tools @1.0.1: configure failure
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | nerdling (Jeremy Lavergne) | |
Port: | ht-mtl, ht-parsec, ht-text |
Description
Warning: pxsl-tools.cabal: A package using 'cabal-version: >=1.2' must use section syntax. See the Cabal user guide for details. Configuring pxsl-tools-1.0.1... Dependency base -any: using base-4.7.0.1 Dependency containers -any: using containers-0.5.5.1 Dependency mtl >=1.0: using mtl-2.1.3.1 Dependency parsec >=2.0: using parsec-3.1.5 Setup: The following installed packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used. package mtl-2.1.3.1 is broken due to missing package base-4.7.0.1-c64d224738ec7af4085e89ca9c12c37b package parsec-3.1.5 is broken due to missing package base-4.7.0.1-c64d224738ec7af4085e89ca9c12c37b, bytestring-0.10.4.0-18fe2f3ce284617c82da1702e16772cf package text-1.1.0.0 is broken due to missing package base-4.7.0.1-c64d224738ec7af4085e89ca9c12c37b, bytestring-0.10.4.0-18fe2f3ce284617c82da1702e16772cf, deepseq-1.3.0.2-733fe43e121f761739636bd6670bea77
Attachments (1)
Change History (3)
Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 7 years ago by nerdling (Jeremy Lavergne)
Owner: | changed from nerdling to neverpanic |
---|---|
Port: | pxsl-tools removed |
Status: | new → assigned |
comment:2 Changed 7 years ago by nerdling (Jeremy Lavergne)
Cc: | nerdling added; neverpanic removed |
---|
Note: See
TracTickets for help on using
tickets.
I'll likley need to defer to @neverpanic here.
It sounds like Haskell's package manager, cabal checks the full dep chain. Any implicit/rdeps can break builds if they're broken. I'm not sure I'd say this is a problem for pxsl-tools itself.