Your message dated Sat, 14 Jan 2006 18:29:56 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#341508: slony1_1.1.2-1(sparc/experimental): FTBFS: 
/usr/lib/postgresql/8.1/lib//plpgsql.so not found
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Dec 2005 02:38:30 +0000
>From [EMAIL PROTECTED] Wed Nov 30 18:38:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from higgs.djpig.de ([213.133.98.126])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EheL7-0005tM-Ui
        for [EMAIL PROTECTED]; Wed, 30 Nov 2005 18:38:30 -0800
Received: from djpig by higgs.djpig.de with local (Exim 4.50)
        id 1EheL2-0004BP-Kn
        for [EMAIL PROTECTED]; Thu, 01 Dec 2005 03:38:24 +0100
Date: Thu, 1 Dec 2005 03:38:24 +0100
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: slony1_1.1.2-1(sparc/experimental): FTBFS: 
/usr/lib/postgresql/8.1/lib//plpgsql.so not found
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: slony1
Version: 1.1.2-1
Severity: serious

Hi,

your package fails to build from source due to a failing configure
check:

| Automatic build of slony1_1.1.2-1 on odin by sbuild/sparc 69
| Build started at 20051130-1744
| ******************************************************************************
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 638kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main slony1 1.1.2-1 (dsc) 
[756B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main slony1 1.1.2-1 (tar) 
[632kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main slony1 1.1.2-1 (diff) 
[5448B]
| Fetched 638kB in 0s (2102kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs, debhelper (>= 4.1.0), bison, docbook (>= 4.2), 
docbook2x, docbook-dsssl, flex, groff, gs-gpl, libjpeg-progs, libpq-dev, 
netpbm, openjade, opensp, postgresql-server-dev-8.0
[...]
| checking build system type... sparc-unknown-linux-gnu
| checking host system type... sparc-unknown-linux-gnu
| checking which template to use... linux
| configure: using CFLAGS=-g -Wall -O2
| checking for gcc... cc
| checking for C compiler default output... a.out
| checking whether the C compiler works... yes
| checking whether we are cross compiling... no
| checking for suffix of executables... 
| checking for suffix of object files... o
| checking whether we are using the GNU C compiler... yes
| checking whether cc accepts -g... yes
| checking for ld used by GCC... /usr/bin/ld
| checking if the linker (/usr/bin/ld) is GNU ld... yes
| checking for perl... /usr/bin/perl
| checking for tar... /bin/tar
| checking for flex... flex
| checking for bison... bison -y
| checking for sed... sed
| checking for the pthreads library -lpthreads... no
| checking whether pthreads work without any flags... no
| checking whether pthreads work with -Kthread... no
| checking whether pthreads work with -kthread... no
| checking for the pthreads library -llthread... no
| checking whether pthreads work with -pthread... yes
| checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
| checking if more special flags are required for pthreads... no
| checking for cc_r... cc
| checking how to run the C preprocessor... cc -E
| checking for ANSI C header files... yes
| checking for sys/types.h... yes
| checking for sys/stat.h... yes
| checking for stdlib.h... yes
| checking for string.h... yes
| checking for memory.h... yes
| checking for strings.h... yes
| checking for inttypes.h... yes
| checking for stdint.h... yes
| checking for unistd.h... yes
| checking fcntl.h usability... yes
| checking fcntl.h presence... yes
| checking for fcntl.h... yes
| checking limits.h usability... yes
| checking limits.h presence... yes
| checking for limits.h... yes
| checking stddef.h usability... yes
| checking stddef.h presence... yes
| checking for stddef.h... yes
| checking sys/socket.h usability... yes
| checking sys/socket.h presence... yes
| checking for sys/socket.h... yes
| checking sys/time.h usability... yes
| checking sys/time.h presence... yes
| checking for sys/time.h... yes
| checking for inttypes.h... (cached) yes
| checking for gettimeofday... yes
| checking for dup2... yes
| checking for alarm... yes
| checking for memset... yes
| checking for select... yes
| checking for strdup... yes
| checking for strerror... yes
| checking for strtol... yes
| checking for strtoul... yes
| checking for int32_t... yes
| checking for uint32_t... yes
| checking for u_int32_t... yes
| checking for int64_t... yes
| checking for uint64_t... yes
| checking for u_int64_t... yes
| checking for ssize_t... yes
| checking for POSIX signal interface... yes
| checking for pg_config... /usr/bin/pg_config
| checking for correct version of PostgreSQL... 8.1
| Overriding pgbindir with /usr/bin
| checking for PQunescapeBytea in -lpq... yes
| checking libpq-fe.h usability... yes
| checking libpq-fe.h presence... yes
| checking for libpq-fe.h... yes
| checking postgres.h usability... yes
| checking postgres.h presence... yes
| checking for postgres.h... yes
| checking for utils/typcache.h... no
| checking for plpgsql.so... no
| configure: error: /usr/lib/postgresql/8.1/lib//plpgsql.so|sl|dll is not found 
in the pkglibdir.
|     Please specify the pkglibdir with --with-pgpkglibdir=<dir>
|     
| make: *** [config.status] Error 1
| ******************************************************************************
| Build finished at 20051130-1746
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=1.1.2-1&pkg=slony1&arch=sparc

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/

---------------------------------------
Received: (at 341508-done) by bugs.debian.org; 14 Jan 2006 17:30:03 +0000
>From [EMAIL PROTECTED] Sat Jan 14 09:30:03 2006
Return-path: <[EMAIL PROTECTED]>
Received: from ipx11302.ipxserver.de ([212.112.227.254] helo=gauss.credativ.com)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1ExpE3-0004zi-DT
        for [EMAIL PROTECTED]; Sat, 14 Jan 2006 09:30:03 -0800
Received: from colt.pezone.net (dslb-084-063-056-099.pools.arcor-ip.net 
[84.63.56.99])
        (using TLSv1 with cipher RC4-MD5 (128/128 bits))
        (No client certificate requested)
        by gauss.credativ.com (Postfix) with ESMTP id 46200D7657
        for <[EMAIL PROTECTED]>; Sat, 14 Jan 2006 18:30:01 +0100 (CET)
From: Peter Eisentraut <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#341508: slony1_1.1.2-1(sparc/experimental): FTBFS: 
/usr/lib/postgresql/8.1/lib//plpgsql.so not found
Date: Sat, 14 Jan 2006 18:29:56 +0100
User-Agent: KMail/1.8.3
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

It should build now.


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

Reply via email to