pkgsrc-Users archive

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

Re: Vim: Caught deadly signal ABRT



On Sat, Jul 13, 2019 at 07:14:03PM +0100, Ottavio Caruso wrote:
> On Sat, 13 Jul 2019 at 19:05, Ottavio Caruso
> <ottavio2006-usenet2012%yahoo.com@localhost> wrote:
> > Therefore I assume just declaring:
> >
> > PKGSRC_USE_FORTIFY?= weak # (or even removing '?' altogether)
> >
> > should be enough for vim to produce a binary that doesn't crash. I
> > could go and re-build, but I'd like to know is this approach is
> > 'kosher'.
> >
> 
> I can confirm that 'bmake PKGSRC_USE_FORTIFY?=weak replace' produces a
> binary that doesn't crash at startup.
> 
> -- 
> Ottavio Caruso

vim works fine on netbsd, but when you try to disable a definition like
that, it depends on the order of the flags whether it works, and that's
probably what went wrong.

It's not supported, so we should mark the package as such.


Home | Main Index | Thread Index | Old Index