From: Joachim B. <no...@de...> - 2010-01-23 17:25:48
|
Hi Brian, Am Donnerstag, den 21.01.2010, 06:56 -0800 schrieb Brian Denheyer: > The following packages have unmet dependencies: > libghc6-haskelldb-hdbc-sqlite3-dev: > > Depends: libghc6-haskelldb-hdbc-dev (>= 0.12-1) but it is not going to > be installed > > Depends: libghc6-haskelldb-hdbc-dev (< 0.12+) but it is not > going to be installed > > Depends: libghc6-hdbc-dev (< 2.1.0+) but > 2.2.0-2+b2 is to be installed > > Depends: libghc6-hdbc-sqlite3-dev (< > 2.1.0.2+) but 2.2.0.0-2+b1 is to be installed E: Broken packages > > Can you suggest a way around this ? The latest version of haskelldb-hdbc (0.12) on hackage specifies HDBC (>=2.0.0 && <2.2.0) as a build dependency. Version 2.2.0 of HDBC was uploaded to Debian on 2009-11-03. I CC’ed Justin Baily, who uploaded 0.12 to Hackage: Could you please update the driver to work with the Version 2.2.0 of HDBC? Thanks, Joachim -- Joachim "nomeata" Breitner Debian Developer no...@de... | ICQ# 74513189 | GPG-Keyid: 4743206C JID: no...@jo... | http://people.debian.org/~nomeata |
From: Justin B. <jgb...@gm...> - 2010-01-27 16:41:10
|
I've got this in my queue but it might be awhile before I get to it. What problem is it causing? On Sat, Jan 23, 2010 at 8:47 AM, Joachim Breitner <no...@de...> wrote: > Hi Brian, > > Am Donnerstag, den 21.01.2010, 06:56 -0800 schrieb Brian Denheyer: >> The following packages have unmet dependencies: >> libghc6-haskelldb-hdbc-sqlite3-dev: >> >> Depends: libghc6-haskelldb-hdbc-dev (>= 0.12-1) but it is not going to >> be installed >> >> Depends: libghc6-haskelldb-hdbc-dev (< 0.12+) but it is not >> going to be installed >> >> Depends: libghc6-hdbc-dev (< 2.1.0+) but >> 2.2.0-2+b2 is to be installed >> >> Depends: libghc6-hdbc-sqlite3-dev (< >> 2.1.0.2+) but 2.2.0.0-2+b1 is to be installed E: Broken packages >> >> Can you suggest a way around this ? > > The latest version of haskelldb-hdbc (0.12) on hackage specifies > HDBC (>=2.0.0 && <2.2.0) > as a build dependency. Version 2.2.0 of HDBC was uploaded to Debian on > 2009-11-03. > > I CC’ed Justin Baily, who uploaded 0.12 to Hackage: Could you please > update the driver to work with the Version 2.2.0 of HDBC? > > Thanks, > Joachim > > -- > Joachim "nomeata" Breitner > Debian Developer > no...@de... | ICQ# 74513189 | GPG-Keyid: 4743206C > JID: no...@jo... | http://people.debian.org/~nomeata > |
From: Joachim B. <no...@de...> - 2010-01-28 11:31:15
|
Hi, Am Mittwoch, den 27.01.2010, 08:40 -0800 schrieb Justin Bailey: > On Sat, Jan 23, 2010 at 8:47 AM, Joachim Breitner <no...@de...> wrote: > > Hi Brian, > > > > Am Donnerstag, den 21.01.2010, 06:56 -0800 schrieb Brian Denheyer: > >> The following packages have unmet dependencies: > >> libghc6-haskelldb-hdbc-sqlite3-dev: > >> > >> Depends: libghc6-haskelldb-hdbc-dev (>= 0.12-1) but it is not going to > >> be installed > >> > >> Depends: libghc6-haskelldb-hdbc-dev (< 0.12+) but it is not > >> going to be installed > >> > >> Depends: libghc6-hdbc-dev (< 2.1.0+) but > >> 2.2.0-2+b2 is to be installed > >> > >> Depends: libghc6-hdbc-sqlite3-dev (< > >> 2.1.0.2+) but 2.2.0.0-2+b1 is to be installed E: Broken packages > >> > >> Can you suggest a way around this ? > > > > The latest version of haskelldb-hdbc (0.12) on hackage specifies > > HDBC (>=2.0.0 && <2.2.0) > > as a build dependency. Version 2.2.0 of HDBC was uploaded to Debian on > > 2009-11-03. > > > > I CC’ed Justin Baily, who uploaded 0.12 to Hackage: Could you please > > update the driver to work with the Version 2.2.0 of HDBC? > > I've got this in my queue but it might be awhile before I get to it. > What problem is it causing? well, haskelldb-hdbc-sqlite is currently not installable and thus not usable on Debian. While not very urgent, it should be fixed within the next few weeks. Otherwise, it might block the transition of the new haskell compiler and libraries to the stable release, and will probably removed from the archive then. Thanks, Joachim -- Joachim "nomeata" Breitner Debian Developer no...@de... | ICQ# 74513189 | GPG-Keyid: 4743206C JID: no...@jo... | http://people.debian.org/~nomeata |
From: Joachim B. <no...@de...> - 2010-02-20 18:37:00
|
Hi Justin, Am Donnerstag, den 28.01.2010, 12:31 +0100 schrieb Joachim Breitner: > > > I CC’ed Justin Baily, who uploaded 0.12 to Hackage: Could you please > > > update the driver to work with the Version 2.2.0 of HDBC? > > > > I've got this in my queue but it might be awhile before I get to it. > > What problem is it causing? > > well, haskelldb-hdbc-sqlite is currently not installable and thus not > usable on Debian. While not very urgent, it should be fixed within the > next few weeks. Otherwise, it might block the transition of the new > haskell compiler and libraries to the stable release, and will > probably removed from the archive then. I’m wondering: Did you get ahead with this problem? We’d really like to ship haskelldb-hdbc in Debian, but it needs to work with HDBC 2.2.0 and ghc6-6.12 for that! Thanks, Joachim -- Joachim "nomeata" Breitner Debian Developer no...@de... | ICQ# 74513189 | GPG-Keyid: 4743206C JID: no...@jo... | http://people.debian.org/~nomeata |
From: Justin B. <jgb...@gm...> - 2010-02-20 19:01:06
|
I have not had a chance yet. I should be able to do it next week. If you haven't heard from me by then please go ahead with your release. On Sat, Feb 20, 2010 at 10:36 AM, Joachim Breitner <no...@de...> wrote: > Hi Justin, > > Am Donnerstag, den 28.01.2010, 12:31 +0100 schrieb Joachim Breitner: >> > > I CC’ed Justin Baily, who uploaded 0.12 to Hackage: Could you please >> > > update the driver to work with the Version 2.2.0 of HDBC? >> > >> > I've got this in my queue but it might be awhile before I get to it. >> > What problem is it causing? >> >> well, haskelldb-hdbc-sqlite is currently not installable and thus not >> usable on Debian. While not very urgent, it should be fixed within the >> next few weeks. Otherwise, it might block the transition of the new >> haskell compiler and libraries to the stable release, and will >> probably removed from the archive then. > > I’m wondering: Did you get ahead with this problem? We’d really like to > ship haskelldb-hdbc in Debian, but it needs to work with HDBC 2.2.0 and > ghc6-6.12 for that! > > Thanks, > Joachim > > -- > Joachim "nomeata" Breitner > Debian Developer > no...@de... | ICQ# 74513189 | GPG-Keyid: 4743206C > JID: no...@jo... | http://people.debian.org/~nomeata > |