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]

Reply via email to