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

Re: Installed pks 0.9.4-4 (i386 source)



To make it build on a potato box, I have to modify debian/rules to do
either this:

        $(MAKE) INCLUDES=-Idb2-sleepycat/dist

or this:

        $(MAKE) INCLUDES=-I/usr/include/db2

instead of this:

        $(MAKE)

If I don't, it will fail with:

gcc -Wall -pedantic -g -O  -DDEBUG  -DHAVE_SYS_SELECT_H=1 -DHAVE_MMAP=1
-DHAVE_SOCKLEN_T=1    -c -o kd_delete.o kd_delete.c
kd_delete.c: In function `delete_word_from_worddb':
kd_delete.c:59: too many arguments to function
kd_delete.c:67: `DB_GET_BOTH' undeclared (first use in this function)
kd_delete.c:67: (Each undeclared identifier is reported only once
kd_delete.c:67: for each function it appears in.)
kd_delete.c:81: `DB_NEXT_DUP' undeclared (first use in this function)
make[1]: *** [kd_delete.o] Error 1

So, there's something wrong somewhere :(.

Cheers,
Cristian

On Sun, 31 Dec 2000, David M. Zendzian wrote:

> Format: 1.7
> Date: Sat, 30 Dec 2000 18:01:15 -0700
> Source: pks
> Binary: pks
> Architecture: source i386
> Version: 0.9.4-4
> Distribution: unstable
> Urgency: low
> Maintainer: David M. Zendzian <dmz@debian.org>
> Changed-By: David M. Zendzian <dmz@debian.org>
> Description:
>  pks        - Public Key Server
> Closes: 77468 80177
> Changes:
>  pks (0.9.4-4) unstable; urgency=low
>  .
>    Closes: #80177
>    Closes: #77468
>    * 77468 - The patch was applied since initial compile.
> Files:
>  4492886f59e969a9bc5a0aa2321680cf 556 net extra pks_0.9.4-4.dsc
>  4da53b5f814707cc7a63af01c3ee5d05 1511081 net extra pks_0.9.4-4.tar.gz
>  430501553e5d0d56020711d96c1820e5 105100 net extra pks_0.9.4-4_i386.deb




Reply to: