Bug#347893: whitelister: please update your architecture list

2006-01-13 Thread Julien Cristau
Package: whitelister
Severity: normal

Hi,

support for ocamlopt has been dropped in ocaml 3.09.0-4, so whitelister
needs either to drop this arch from its architecture list, or support
being built with ocamlc instead of ocamlopt.
If you prefer the first solution, you can find the list of architectures
currently building ocamlopt at $(ocamlc -where)/native-archs.
If you think that whitelister should be buildable with ocamlc, I can
come up with a patch to do that. (This means either having whitelister
be a bytecode app, which can go in an architecture-independent deb, or
detecting at build-time whether ocamlopt can be used)

Thanks,
Julien

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#347893: whitelister: please update your architecture list

2006-01-13 Thread Pierre Habouzit
Le Ven 13 Janvier 2006 12:12, Julien Cristau a écrit :
 Package: whitelister
 Severity: normal

 Hi,

 support for ocamlopt has been dropped in ocaml 3.09.0-4, so
 whitelister needs either to drop this arch from its architecture
 list, or support being built with ocamlc instead of ocamlopt.
 If you prefer the first solution, you can find the list of
 architectures currently building ocamlopt at $(ocamlc
 -where)/native-archs.

for which arch ? you didn't specified it ...

 If you think that whitelister should be 
 buildable with ocamlc, I can come up with a patch to do that. (This
 means either having whitelister be a bytecode app, which can go in an
 architecture-independent deb, or detecting at build-time whether
 ocamlopt can be used)

whitelister is a mail queue component, and HAS to be fast. the penalty 
of bytecode is sth that I don't recommend, that's why I don't compile 
it as bytecode (I'm upstream for that project, so if many users -- 
things that I not really have atm -- wants a bytecode version, I'll be 
able to patch my makefile myself ;p but thanks for proposing).

CHeers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpKEbDirlMpD.pgp
Description: PGP signature


Bug#347893: whitelister: please update your architecture list

2006-01-13 Thread Julien Cristau
On Fri, Jan 13, 2006 at 13:16:44 +, Pierre Habouzit wrote:

 Le Ven 13 Janvier 2006 12:12, Julien Cristau a écrit :
  support for ocamlopt has been dropped in ocaml 3.09.0-4, so
  whitelister needs either to drop this arch from its architecture
  list, or support being built with ocamlc instead of ocamlopt.
  If you prefer the first solution, you can find the list of
  architectures currently building ocamlopt at $(ocamlc
  -where)/native-archs.
 
 for which arch ? you didn't specified it ...
 
Oops sorry.
Support for ocamlopt on hppa has been removed, and hurd-i386 has been
added.

Cheers,
Julien