Package: postgresql-8.2-plsh
Version: 1.2-2
Severity: important

        It looks like during the build process the file
createlang_pgplsh.sql has some incorrect path information included from
the build process.  I have:
---
CREATE FUNCTION pg_catalog.plsh_handler() RETURNS language_handler
    AS
'/tmp/buildd/postgresql-plsh-1.2/debian/postgresql-8.2-plsh/usr/lib/postgresql/8.2/lib//pgplsh.so'
    LANGUAGE C;

CREATE FUNCTION pg_catalog.plsh_validator(oid) RETURNS void
    AS
'/tmp/buildd/postgresql-plsh-1.2/debian/postgresql-8.2-plsh/usr/lib/postgresql/8.2/lib//pgplsh.so'
    LANGUAGE C;

CREATE LANGUAGE plsh
    HANDLER pg_catalog.plsh_handler
    VALIDATOR pg_catalog.plsh_validator;
---

where clearly the
/tmp/buildd/postgresql-plsh-1.2/debian/postgresql-8.2-plsh part
shouldn't be there at all.

        Easy enough to fix manually on my end, but I just wanted to make
sure you were aware of it also.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.9 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages postgresql-8.2-plsh depends on:
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
ii  postgresql-8.2                8.2.4-2    object-relational SQL database, ve

postgresql-8.2-plsh recommends no packages.

-- no debconf information



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

Reply via email to