The bug is still present in current intrepid and I can confirm that the
patch 174407.debdiff indeed solves the issue.

For the technically less inclined here are step-by-step instructions on
how to get a working version installed. I don't know how to create a
package, however.

cd /tmp   # change to /tmp
apt-get source ebview  # get ebview source
sudo apt-get build-dep ebview # install necessary dependencies to compile
wget http://launchpadlibrarian.net/24413436/174407.debdiff # get the patch
patch -p0  <174407.debdiff # install the patch
cd ebview-0.3.6/
./configure --with-eb-conf=/etc/eb.conf 
make
sudo make install

The programm will be installed to /usr/local/ by default.

Start with

ebview&

Should you want to remove the files again, use the following command
instead of the makes above:

sudo make uninstall

JCS.

-- 
Search results invisible in amd64 version
https://bugs.launchpad.net/bugs/174407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to