The package doesn't work on Debian testing/unstable/experimental: fish: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by fish)
(I am running GLIB 2.13).
I tried compiling from source, but I am clearly missing dependencies. So far, I had to install:
libncurses5-dev, gettext, xsel, libxt-dev (alternatively, I could use --without-xsel and ignore these last two depends). You may want to add this to the project somewhere.
At any rate, I am looking forward to giving this a try.
Maybe you already know this, but glibc and glib are two entirely different libraries. (The similarity in their names is unfortunate.) So be precise when asking for help.
(I am running GLIB 2.13).
I tried compiling from source, but I am clearly missing dependencies. So far, I had to install:
libncurses5-dev, gettext, xsel, libxt-dev (alternatively, I could use --without-xsel and ignore these last two depends). You may want to add this to the project somewhere.
At any rate, I am looking forward to giving this a try.