Thursday, May 31, 2018

Re: programs crash on Dell Latitude E7470

On 2018/05/31 17:24, Marco van Hulten wrote:
> Stuart,
>
> On 31 May 15:10 Stuart Henderson wrote:
> > The gdb output there doesn't include anything that will help track
> > things down. At least a backtrace is needed ("bt" at the gdb prompt),
> > but there will be more information included in the backtrace if you
> > build from ports like this
> >
> > pkg_delete calcurse
> > cd /usr/ports/productivity/calcurse
> > make clean
> > make DEBUG=-g repackage
> > make install
> >
> > Since it's threaded you might get something more useful with
> > "thread apply all bt full".
>
> I'll send that to them but so far have not recompiled it, because of an
> issue with the source tree:
>
> marco@ultron:/usr/ports/productivity/calcurse$ make clean
> Fatal: Unknown flavor(s) centered_tilde (in productivity/calcurse)
> (No flavors for this port). (in productivity/calcurse)
> *** Error 1 in /usr/ports/productivity/calcurse (/usr/ports/infrastructure/mk/bsd.port.mk:3462 '.BEGIN': @exit 1)
>
> I tried checking out a clean ports tree (download + cvs up), but it
> resulted in the same error. Same for just the "make" command in any
> port, for instance /usr/ports/mail/z-push/.

Perhaps you have something setting this FLAVOR in /etc/mk.conf or the
shell environment?

No comments:

Post a Comment