Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 13:38:28 +0100
From:      RW <rwmaillists@googlemail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: pan (newsgroup reader) coredumps.
Message-ID:  <20150908133828.44fed29d@gumby.homeunix.com>
In-Reply-To: <201509070637.t876bceR018904@deneb.dwf.com>
References:  <201509070637.t876bceR018904@deneb.dwf.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 07 Sep 2015 00:37:38 -0600
reg@dwf.com wrote:

> 
> I have installed pan (the newsgroup reader) from 10.2,
> and it coredumps immediately on execution.
> 
> Anyone else see this behaviour?

It's a very long-standing problem, going back to 10-current. There's a
patch here:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199303

which ought to be committed. This isn't even the first bug report to
mention it, the solution has been around since last November. 

In the meantime you can add the following to /etc/make.conf and build
from ports:

.if ${.CURDIR:M*/news/pan}
LDFLAGS= -static-libgcc -static-libstdc++
.endif


> Is there a preferred newsreader in FreeBSD other than
> pan?

It depends what you are trying to do, if you want a general purpose
newsreader that can handle text and binaries then nothing
open-source comes close to pan in my experience.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150908133828.44fed29d>