Thursday, May 31, 2018

Re: programs crash on Dell Latitude E7470

On 31 May 16:32 Stuart Henderson wrote:
> 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?

Yes, I had that set as a shell variable. I don't know why I ever put
that there.

Now I get other problems:

marco@ultron:/usr/ports/productivity/calcurse$ make
Fatal: Missing support for module x11/tk. (in lang/python/3.6)
Fatal: Missing support for module x11/tk. (in lang/python/3.6)
*** Error 1 in /usr/ports/lang/python/3.6 (/usr/ports/infrastructure/mk/bsd.port.mk:3462 '.BEGIN': @exit 1)
Problem with dependency lang/python/3.6
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2057 '/usr/ports/pobj/calcurse-4.3.0/.dep-lang-python-3.6')
*** Error 1 in /usr/ports/productivity/calcurse (/usr/ports/infrastructure/mk/bsd.port.mk:2380 'all')

I have x11/tk and Python 3.6 installed.

I should've said I don't regularly build packages, but it shouldn't be
that hard :-)

Marco

No comments:

Post a Comment