Bug#321301: cogito: FTBFS: Missing build dependency on ssl-dev.

2005-08-05 Thread Florian Weimer
* Kurt Roeckx:

 Your package is missing a build dependency on ssl-dev, resulting
 in the following error:
 cc -g -O2 -Wall  '-DSHA1_HEADER=mozilla-sha1/sha1.h'   -c -o epoch.o epoch.c
 epoch.c:14:24: error: openssl/bn.h: No such file or directory

For licensing reasons, the build dependency should be one of the
Mozilla libraries (NSPR?), not OpenSSL.


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



Bug#321301: cogito: FTBFS: Missing build dependency on ssl-dev.

2005-08-05 Thread Sebastian Kuzminsky
Florian Weimer [EMAIL PROTECTED] wrote:
 * Kurt Roeckx:
 
  Your package is missing a build dependency on ssl-dev, resulting
  in the following error:
  cc -g -O2 -Wall  '-DSHA1_HEADER=mozilla-sha1/sha1.h'   -c -o epoch.o 
  epoch.c
  epoch.c:14:24: error: openssl/bn.h: No such file or directory
 
 For licensing reasons, the build dependency should be one of the
 Mozilla libraries (NSPR?), not OpenSSL.

I agree, it needs do Build-Depend on openssl for now.

epoch uses openssl for the bignums, not for the SSL.  We already got
rid of all the SSL stuff by using the Mozilla SSL implementation.
Getting rid of this last openssl dependency will require significant
changes (reimplementation or feature removal).

There is talk upstream of getting rid of epoch's openssl usage; until
that happens I'd rather leave it in.


-- 
Sebastian Kuzminsky


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



Bug#321301: cogito: FTBFS: Missing build dependency on ssl-dev.

2005-08-05 Thread Florian Weimer
* Sebastian Kuzminsky:

 epoch uses openssl for the bignums, not for the SSL.  We already got
 rid of all the SSL stuff by using the Mozilla SSL implementation.
 Getting rid of this last openssl dependency will require significant
 changes (reimplementation or feature removal).

A patch to replace the BN_* functions with calls to GNU MP looks
straightforward.  Do you know if this particular code array is covered
by regression tests?


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



Bug#321301: cogito: FTBFS: Missing build dependency on ssl-dev.

2005-08-04 Thread Kurt Roeckx
Package: cogito
Version: 0.12.1+20050730-1
Severity: serious

Hi,

Your package is missing a build dependency on ssl-dev, resulting
in the following error:
cc -g -O2 -Wall  '-DSHA1_HEADER=mozilla-sha1/sha1.h'   -c -o epoch.o epoch.c
epoch.c:14:24: error: openssl/bn.h: No such file or directory


Kurt



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