FreeBSD Port: emacs25-25.1,3

Ashish SHUKLA ashish at FreeBSD.org
Thu Jan 26 09:14:46 UTC 2017


On Tue, 24 Jan 2017 15:16:01 -0800, "Joel F Rodriguez" <joel at tahoestores.com> said:
| Hi,

 

| I completed a FREEBSD upgrade to 10.3-release and about midway through the 3
| day process I lost emacs.

 

| I've rebuilt everything, but I still get this error:

 

| gmake[4]: Leaving directory '/usr/ports/editors/emacs/work/emacs-25.1/lisp'

| ./temacs --batch --load loadup bootstrap

| gmake[3]: *** [Makefile:737: bootstrap-emacs] Segmentation fault (core
| dumped)

Need some information about this from your side. Could you please provide
these, assuming your current directory is /usr/ports/editors/emacs (or
wherever you editors/emacs port is checked out):

1. Output of "pkg info"

2. File "config.log" present in work/emacs-25.1 directory

3. Output of:

 $ gdb -c $(find work/ -type f -name '*.core'  |head -1) work/emacs-25.1/src/temacs

 (gdb) bt full


Please make sure port is compiled with -DWITH_DEBUG, e.g.

 $ sudo make -C /usr/ports/editors/emacs -DWITH_DEBUG build

This will cause emacs to have debug symbols, which will be helpful in figuring
out the cause of segmentation fault.

Thanks!
-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0

“If you're happy, you're successful.”

Sent from my Emacs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20170126/e64a6197/attachment.sig>


More information about the freebsd-ports mailing list