pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Newsboat is crashing on startup



Dear Sean,

On 2018-11-12, Sean Hammond wrote:
> > As a workaround, have you tried setting LANG=en_US.UTF-8
> > (or another suitable value) before running newsboat?
> 
> Thanks. That seems to get around the first crash but then I run into a second crash (which I've opened a second Newsboat issue for: https://github.com/newsboat/newsboat/issues/361):
> 
> $ env LANG=en_US.UTF-8 newsboat 
> Starting newsboat 2.13.0...
> Loading configuration...done.
> Opening cache...done.
> Loading URLs from /sdf/arpa/ns/s/seanh/.newsboat/urls...done.
> Loading articles from cache...done.
> STFL Parser Error near ''.
> Abort (core dumped)

I am not suggesting that this is the correct solution,
but perhaps it is a temporary fix. See below.

-- 
Kind regards,

Yorick Hardy

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/stfl/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	22 Aug 2018 09:45:00 -0000	1.4
+++ Makefile	16 Nov 2018 18:54:10 -0000
@@ -14,6 +14,7 @@
 USE_TOOLS+=	gmake perl
 USE_LIBTOOL=	yes
 USE_CURSES=		wide
+USE_GNU_ICONV=	yes
 
 INSTALL_MAKE_FLAGS+=	prefix=${PREFIX}
 


Home | Main Index | Thread Index | Old Index