pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53061: editors/emacs25 fails to build on Solaris 10
The following reply was made to PR pkg/53061; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/53061: editors/emacs25 fails to build on Solaris 10
Date: Wed, 28 Feb 2018 09:41:23 +0000
Hi!
It would be good to run the last command with a debugger and get a
backtrace.
bootstrap-emacs is the binary it is trying to run.
cd emacs25/*/*/src
gdb bootstrap-emacs
r -batch --no-site-file --no-site-lisp -l autoload --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" --eval "(setq generated-autoload-file (expand-file-name (unmsys--file-name \"calendar/cal-loaddefs.el\")))" -f batch-update-autoloads ./calendar
# <hit SIGSEGV>
bt
Thanks.
Home |
Main Index |
Thread Index |
Old Index