Vincent Bernat wrote:
On stable, I have tried to rebuild all packages. The problem is that
some packages are depending on ocaml 3.08.3 and some others on
3.90.0. I have made modifications on debian/control to make them all
depend on 3.08.3 and here is what I get when I try to
dpkg-buildpackage liquidsoap :
make[5]: Entering directory `/home/bernat/savonet/liquidsoap-0.2.1/src/tools'
i386-linux-gcc -g -DINET6 -Wall -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include \
-I/usr/lib/ocaml/3.08.3 -I/usr/include/ortp rtp_c.c -c
rtp_c.c:26: error: unknown field `bits_per_sample' specified in initializer
rtp_c.c:36: error: unknown field `bits_per_sample' specified in initializer
make[5]: *** [rtp_c.o] Erreur 1
I have tried to install on unstable, but ocaml is now 3.09.1. I will
try harder on stable, from CVS later.
Please use the cvs. I've updated all the packages; they should not
depend on a specific version of ocaml now. Concerning the rtp_c.c error,
what version of ortp do you use? I've checked that it works correcly
with libortp2 (1.2.0).
Cheers,
Samuel.