Package: ghc-cvs
Version: 20050331-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of ghc-cvs_20050331-2 on debian-31 by sbuild/s390 69
[...]
> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4), libgmp3-dev, xsltproc, alex, 
> libreadline5-dev | libreadline-dev, xlibmesa-gl-dev, xlibmesa-glu-dev, 
> libglut3-dev, time, xutils, devscripts, haddock (>= 0.6), happy (>= 1.14), 
> ghc6, cpio, jade, docbook-utils, gcc-3.3 (>= 1:3.3.4), python (>= 1.5), 
> xlibs-dev, netbase, locales, grep-dctrl, autotools-dev, xmltex, docbook-xsl, 
> docbook-xml
> ** Filtered missing central deps that are dependencies of or provide 
> build-deps:
> libncurses5-dev (>= 5.3.20030510-1), libreadline4-dev (>= 4.3-1)
[...]
> Note, selecting libglu1-xorg-dev instead of xlibmesa-glu-dev
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>   ghc6: Depends: libreadline4-dev but it is not going to be installed
> E: Broken packages

The reason: ghc6 depends against libreadline4-dev, ghc-cvs build-depends
against libreadline5-dev which conflicts against each other:

| # apt-get install libreadline5-dev libreadline4-dev
| Reading Package Lists... Done
| Building Dependency Tree... Done
| Some packages could not be installed. This may mean that you have
| requested an impossible situation or if you are using the unstable
| distribution that some required packages have not yet been created
| or been moved out of Incoming.
| The following information may help to resolve the situation:
| 
| The following packages have unmet dependencies:
|   libreadline4-dev: Conflicts: libreadline-dev
|   libreadline5-dev: Conflicts: libreadline-dev
| E: Broken packages

Bastian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to