Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436542 - dev-haskell/regex-compat-0.95.1 missing dependencies
Summary: dev-haskell/regex-compat-0.95.1 missing dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-29 01:03 UTC by Luke-Jr
Modified: 2012-11-24 06:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2012-09-29 01:03:59 UTC
Configuring regex-compat-0.95.1...
Flags chosen: splitbase=True, newbase=True
Dependency array -any: using array-0.3.0.1
Dependency base ==4.*: using base-4.2.0.2
Dependency regex-base >=0.93: using regex-base-0.93.2
Dependency regex-posix >=0.95.1: using regex-posix-0.95.1
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 regex-base-0.93.2 is broken due to missing package
mtl-1.1.1.1-57f2dda1d35dc730219caa06f16057c1


I do have dev-haskell/mtl-2.1.1 installed
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2012-10-28 15:54:53 UTC
> package regex-base-0.93.2 is broken due to missing package
> mtl-1.1.1.1-57f2dda1d35dc730219caa06f16057c1
> 
> 
> I do have dev-haskell/mtl-2.1.1 installed

It means your regex-base package was built against mtl-1.1.1.1.
Try to run haskell-updater: it will rebuild all such broken packages.
Comment 2 Mathias Plichta 2012-11-16 08:21:04 UTC
I had the exact same problem, and running haskell-updater fixed it for me. Thanks.
Comment 3 Mark Wright gentoo-dev 2012-11-24 04:49:02 UTC
bug report is invalid - its necessary to run haskell-updater to rebuild such broken packages.
Comment 4 Luke-Jr 2012-11-24 06:28:15 UTC
Can @preserved-rebuild be made to catch these things as well?