[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#359995: marked as done (libghc6-hsql-postgresql-dev: uninstallable on sparc)



Your message dated Sun, 09 Apr 2006 01:17:09 -0700
with message-id <E1FSV6b-0004cn-QG@spohr.debian.org>
and subject line Bug#359995: fixed in haskell-hsql 1.6-7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libghc6-hsql-postgresql-dev
Version: 1.6-6
Severity: important

When a sparc buildd attempted to build haskelldb, it had a fatal error
installing libghc6-hsql-postgresql-dev.  This has been duplicated on
my sparc pbuilder.


Setting up libssl-dev (0.9.8a-8) ...
Setting up libpq-dev (8.1.3-2) ...
Setting up postgresql-server-dev-8.0 (8.0.7-2) ...
Setting up libghc6-hsql-postgresql-dev (1.6-6) ...
Reading package info from stdin ... done.
ghc-pkg: /usr/include/postgresql/8.1/server doesn't exist or isn't a directory (
use --force to override)
dpkg: error processing libghc6-hsql-postgresql-dev (--configure):
 subprocess post-installation script returned error exit status 1
Setting up libsqlite0-dev (2.8.16-1) ...
Setting up libghc6-hsql-sqlite-dev (1.6-6) ...
building GHCi library /usr/lib/haskell-packages/ghc6/lib/hsql-sqlite-1.6/HShsql-
sqlite-1.6.o... done.
Reading package info from stdin ... done.
Saving old package config file... done.
Writing new package config file... done.

Errors were encountered while processing:
 libghc6-hsql-postgresql-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)
 -> Trying to fix apt error
Setting up libghc6-hsql-postgresql-dev (1.6-6) ...
Reading package info from stdin ... done.
ghc-pkg: /usr/include/postgresql/8.1/server doesn't exist or isn't a directory (
use --force to override)
dpkg: error processing libghc6-hsql-postgresql-dev (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libghc6-hsql-postgresql-dev
E: Unrecoverable error installing build-dependencies.


--- End Message ---
--- Begin Message ---
Source: haskell-hsql
Source-Version: 1.6-7

We believe that the bug you reported is fixed in the latest version of
haskell-hsql, which is due to be installed in the Debian FTP archive:

haskell-hsql-doc_1.6-7_all.deb
  to pool/main/h/haskell-hsql/haskell-hsql-doc_1.6-7_all.deb
haskell-hsql_1.6-7.diff.gz
  to pool/main/h/haskell-hsql/haskell-hsql_1.6-7.diff.gz
haskell-hsql_1.6-7.dsc
  to pool/main/h/haskell-hsql/haskell-hsql_1.6-7.dsc
libghc6-hsql-dev_1.6-7_i386.deb
  to pool/main/h/haskell-hsql/libghc6-hsql-dev_1.6-7_i386.deb
libghc6-hsql-mysql-dev_1.6-7_i386.deb
  to pool/main/h/haskell-hsql/libghc6-hsql-mysql-dev_1.6-7_i386.deb
libghc6-hsql-odbc-dev_1.6-7_i386.deb
  to pool/main/h/haskell-hsql/libghc6-hsql-odbc-dev_1.6-7_i386.deb
libghc6-hsql-postgresql-dev_1.6-7_i386.deb
  to pool/main/h/haskell-hsql/libghc6-hsql-postgresql-dev_1.6-7_i386.deb
libghc6-hsql-sqlite-dev_1.6-7_i386.deb
  to pool/main/h/haskell-hsql/libghc6-hsql-sqlite-dev_1.6-7_i386.deb
libghc6-hsql-sqlite3-dev_1.6-7_i386.deb
  to pool/main/h/haskell-hsql/libghc6-hsql-sqlite3-dev_1.6-7_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 359995@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated haskell-hsql package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  9 Apr 2006 10:05:21 +0200
Source: haskell-hsql
Binary: libghc6-hsql-mysql-dev libghc6-hsql-odbc-dev libghc6-hsql-sqlite3-dev libghc6-hsql-postgresql-dev libghc6-hsql-sqlite-dev haskell-hsql-doc libghc6-hsql-dev
Architecture: source all i386
Version: 1.6-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 haskell-hsql-doc - Multi-Database Interface System for Haskell
 libghc6-hsql-dev - Multi-Database Interface System for Haskell
 libghc6-hsql-mysql-dev - Multi-Database Interface System for Haskell
 libghc6-hsql-odbc-dev - Multi-Database Interface System for Haskell
 libghc6-hsql-postgresql-dev - Multi-Database Interface System for Haskell
 libghc6-hsql-sqlite-dev - Multi-Database Interface System for Haskell
 libghc6-hsql-sqlite3-dev - Multi-Database Interface System for Haskell
Closes: 339639 357761 359995
Changes: 
 haskell-hsql (1.6-7) unstable; urgency=medium
 .
   * QA upload.
   * PostgreSQL/Setup.lhs: Since we use only client-side headers, remove
     `pg_config --includedir-server' output from the compile line.  This
     makes a build dependency on postgresql-server-dev-8.0 unnecessary.
     Closes: #339639, #359995.
   * debian/rules: Fix build failure with ghc 6.4.1.  Thanks to
     Bart Martens for the patch.  Closes: #357761.
   * Add a Section field for the source package.
   * Remove duplicate dependencies from Build-Depends-Indep.
Files: 
 dba35499dd33ccc4a5c7e1476f3cde76 902 devel optional haskell-hsql_1.6-7.dsc
 2e6a5066b2180fce14b1ce627dda7c2f 5241 devel optional haskell-hsql_1.6-7.diff.gz
 fd983434d94d63776a487c84afe1b46d 15386 doc optional haskell-hsql-doc_1.6-7_all.deb
 946a0b2e3b81b97c4f29af7ce6eb1dd2 116160 devel optional libghc6-hsql-dev_1.6-7_i386.deb
 96b60201231b373046d11c02a5d5b3e1 28508 libdevel optional libghc6-hsql-sqlite3-dev_1.6-7_i386.deb
 4f9498fb2043e1e3f85c843e3bee52e0 28334 libdevel optional libghc6-hsql-sqlite-dev_1.6-7_i386.deb
 df0515b9c3df2302c89501cb4070e15d 61164 libdevel optional libghc6-hsql-odbc-dev_1.6-7_i386.deb
 a93632fd083dd55321ca39d4012826f3 33404 libdevel optional libghc6-hsql-mysql-dev_1.6-7_i386.deb
 60565ba0689fcc9912803fad83204742 46304 libdevel optional libghc6-hsql-postgresql-dev_1.6-7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEOMEMxBYivKllgY8RAkT3AKCw4ZUTM3GWi1J9Lpl2PmAq6DJ8mwCg18hB
nDI+KWHlJJDjDuoFH3BjGW0=
=bhG7
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: