1

On Ubuntu 16.04 I am following the instructions from this post to modify twidge program from the ubuntu sources. When invoking the instruction to create a deb file (dpkg-buildpackage -rfakeroot -uc -b), I get this error message.

setup: At least the following dependencies are missing:
text >=0.11.2.0 && <0.12

I have been unable to solve this problem using search engines, and wonder if anybody might know what I have to do.

N0rbert
  • 99,918
JJammyy3
  • 11
  • 1

1 Answers1

0

Seems to be dependency/compilation bug of twidge. I can't compile even after installation of all Haskell -dev packages. So even with

sudo apt-get update
sudo apt-get upgrade
sudo apt-get build-dep twidge
sudo apt-get install libghc-*-dev # not really necessary, just for sure

I can't compile it with

apt-get source twidge --compile

So I reported bug 1746069 to launchpad.

If you selected this package for learning purposes you can start with different and simpler one.

N0rbert
  • 99,918