Comment 2 for bug 360320

Revision history for this message
Victor Julien (victor-vuurmuur) wrote :

To me this looks like packaging bug. The package is not built against libncursesw.

In the debian/rules file this is disabled:
CFLAGS="$(CFLAGS)" ./configure $(CROSS) --prefix=/usr --sysconfdir=/etc --with-widec=no

The --with-widec variable should have been set to "yes".