Bug#319567: FTBFS: Unsatisfiable build-dependency on odbcinst1

2005-07-23 Thread Steve Langasek
On Fri, Jul 22, 2005 at 02:16:30PM -0700, Matt Kraai wrote:
 Package: dbd-odbc
 Version: 1.13-1
 Severity: serious
 Tags: patch

 dbd-odbc fails to build because it build-depends on odbc1inst1, which
 is no longer available:

   - Considering  odbcinst1
 - Trying odbcinst1
 - Cannot install odbcinst1; apt errors follow:
  Reading package lists...
  Building dependency tree...
  E: Package odbcinst1 has no installation candidate
  Package odbcinst1 is not available, but is referred to by another package.
  This may mean that the package is missing, has been obsoleted, or
  is only available from another source

 The attached patch makes dbd-odbc build-depend on odbcinst1debian1,
 which fixes this problem.


$ apt-cache show unixodbc-dev
Package: unixodbc-dev
Priority: extra
Section: devel
Installed-Size: 2568
Maintainer: Steve Langasek [EMAIL PROTECTED]
Architecture: i386
Source: unixodbc
Version: 2.2.11-8
Depends: unixodbc (= 2.2.11-8), odbcinst1debian1 (= 2.2.11-8), libodbcinstq1 (= 
2.2.11-8), gtkodbcconfig0 (= 2.2.11-8), libltdl3-dev

snip

Please build-depend on unixodbc-dev only.

-- 
Steve Langasek
postmodern programmer


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



Bug#319567: FTBFS: Unsatisfiable build-dependency on odbcinst1

2005-07-22 Thread Matt Kraai
Package: dbd-odbc
Version: 1.13-1
Severity: serious
Tags: patch

dbd-odbc fails to build because it build-depends on odbc1inst1, which
is no longer available:

  - Considering  odbcinst1
- Trying odbcinst1
- Cannot install odbcinst1; apt errors follow:
 Reading package lists...
 Building dependency tree...
 E: Package odbcinst1 has no installation candidate
 Package odbcinst1 is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source

The attached patch makes dbd-odbc build-depend on odbcinst1debian1,
which fixes this problem.

-- 
Matt
diff -u dbd-odbc-1.13/debian/control dbd-odbc-1.13/debian/control
--- dbd-odbc-1.13/debian/control
+++ dbd-odbc-1.13/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
 Standards-Version: 3.6.1.0
-Build-Depends: debhelper (= 3.0.5), libdbi-perl (= 1.21), odbcinst1, 
unixodbc-dev, perl (= 5.8.0)
+Build-Depends: debhelper (= 3.0.5), libdbi-perl (= 1.21), odbcinst1debian1, 
unixodbc-dev, perl (= 5.8.0)
 
 Package: libdbd-odbc-perl
 Architecture: any


signature.asc
Description: Digital signature


Bug#319567: FTBFS: Unsatisfiable build-dependency on odbcinst1

2005-07-22 Thread Dirk Eddelbuettel

Hi Matt,

Thanks for the bugreport. I no longer maintain dbd-odbc, but am passing this
on to Carlo who looks after it along with the Debian Perl group. Hi Carlo :)

Regards, Dirk

On 22 July 2005 at 14:16, Matt Kraai wrote:
| Package: dbd-odbc
| Version: 1.13-1
| Severity: serious
| Tags: patch
| 
| dbd-odbc fails to build because it build-depends on odbc1inst1, which
| is no longer available:
| 
|   - Considering  odbcinst1
| - Trying odbcinst1
| - Cannot install odbcinst1; apt errors follow:
|  Reading package lists...
|  Building dependency tree...
|  E: Package odbcinst1 has no installation candidate
|  Package odbcinst1 is not available, but is referred to by another package.
|  This may mean that the package is missing, has been obsoleted, or
|  is only available from another source
| 
| The attached patch makes dbd-odbc build-depend on odbcinst1debian1,
| which fixes this problem.
| 
| -- 
| Matt
| diff -u dbd-odbc-1.13/debian/control dbd-odbc-1.13/debian/control
| --- dbd-odbc-1.13/debian/control
| +++ dbd-odbc-1.13/debian/control
| @@ -3,7 +3,7 @@
|  Priority: optional
|  Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
|  Standards-Version: 3.6.1.0
| -Build-Depends: debhelper (= 3.0.5), libdbi-perl (= 1.21), odbcinst1, 
unixodbc-dev, perl (= 5.8.0)
| +Build-Depends: debhelper (= 3.0.5), libdbi-perl (= 1.21), 
odbcinst1debian1, unixodbc-dev, perl (= 5.8.0)
|  
|  Package: libdbd-odbc-perl
|  Architecture: any

-- 
Statistics: The (futile) attempt to offer certainty about uncertainty.
 -- Roger Koenker, 'Dictionary of Received Ideas of Statistics'


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