Bug#601754: How to revert to readline

2011-01-14 Thread Chris King
Since this change will no doubt frustrate serious users of psql such
as myself, it should be known that you can revert psql to readline
functionality like so:

LD_PRELOAD=/usr/lib/libreadline.so.2 psql



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601297: libcairo-ocaml-dev: Cannot compile programs due to outdated cairo-ocaml-dev

2010-10-24 Thread Chris King
Package: libcairo-ocaml-dev
Version: 20090223-3+b2
Severity: grave
Justification: renders package unusable


I cannot compile any programs which use libcairo-ocaml, due to the following
error:

Error on dynamically loaded library: /usr/lib/ocaml/stublibs/dllmlcairo.so:
/usr/lib/ocaml/stublibs/dllmlcairo.so: undefined symbol: caml_ba_byte_size

This appears to be a binary compatibility issue, as addressed here:

http://www.math.nagoya-u.ac.jp/~garrigue/soft/olabl/lablgtk-list/643.txt

This seems to only affect bytecode compilation.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libcairo-ocaml-dev depends on:
ii  libcairo-ocaml [libcair 20090223-3+b2OCaml bindings for Cairo (runtime)
ii  libcairo2-dev   1.8.8-2  Development files for the Cairo 2D
ii  liblablgtk2-ocaml-dev [ 2.14.0+dfsg-2+b1 OCaml bindings to Gtk+ version 2
ii  ocaml-nox [ocaml-nox-3. 3.11.2-1 ML implementation with a class-bas

libcairo-ocaml-dev recommends no packages.

Versions of packages libcairo-ocaml-dev suggests:
ii  ocaml-findlib  1.2.5+debian-1+b1 management tool for OCaml librarie

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#433583: libcairo-ocaml-dev: Errors when linking with cairo.cma

2007-07-17 Thread Chris King

Package: libcairo-ocaml-dev
Version: 20070306-2
Severity: grave
Justification: renders package unusable

Attempting to link with cairo.cma gives the following errors:
/tmp/ccES9j8A.o:(.data+0x1a10): undefined reference to
 `ml_cairo_scaled_text_extents'
/tmp/ccES9j8A.o:(.data+0x1bac): undefined reference to
 `ml_cairo_trasnform'

The second error is obviously a typo in cairo.ml (since 'ml_cairo_transform'
exists in libmlcairo.a), while the first error is a problem in both cairo.ml
and libmlcairo.a: libmlcairo.a contains a 'ml_scaled_font_text_extents'
function, the proper name of the function should be
'ml_cairo_scaled_font_text_extents'.

-- System Information:
Debian Release: 4.0
 APT prefers unstable
 APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcairo-ocaml-dev depends on:
ii  libcairo-ocaml20070306-2 OCaml bindings for Cairo
ii  libcairo2-dev 1.4.6-1.1  Development files for the Cairo 2D
ii  liblablgtk2-ocaml-dev 2.6.0-7OCaml bindings to Gtk+ version 2
ii  ocaml-nox [ocaml-nox-3.09.2]  3.09.2-9   ML language implementation with a

libcairo-ocaml-dev recommends no packages.

-- no debconf information


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