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: Joern Clausen <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost, solaris-pkg-people%NetBSD.org@localhost,
 gnats-admin%NetBSD.org@localhost, pkgsrc-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/53061: editors/emacs25 fails to build on Solaris 10
Date: Thu, 01 Mar 2018 13:37:29 +0100

 Hi!
 
 First a cut'n'paste template for me, with usable quotes:
 
 $ cd work/emacs-25.3/lisp
 
 $ gdb ../src/bootstrap-emacs
 (gdb) 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
 
 
 This leads to
 
 [Thread debugging using libthread_db enabled]
 [New Thread 1 (LWP 1)]
 
 Thread 2 received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 1 (LWP 1)]
 0x00000000004ddc7e in encode_char ()
 
 (gdb) bt
 #0  0x00000000004ddc7e in encode_char ()
 #1  0x00000000004ddf3b in encode_char ()
 #2  0x00000000004e1ea3 in char_encodable_p ()
 #3  0x00000000004e3bf0 in Ffind_coding_systems_region_internal ()
 #4  0x00000000005b0549 in eval_sub ()
 #5  0x00000000005b3320 in Flet ()
 #6  0x00000000005b04b4 in eval_sub ()
 #7  0x00000000005b0855 in Fprogn ()
 ...
 
 The remainder of the stack looks like recursive evaluation of LISP 
 statements.
 
 I recompiled with "bmake CFLAGS+=-g", but this did not reveal more 
 information.
 
 -- 
 Jörn Clausen
 Plattformen & Serverdienste
 BITS - Bielefelder IT-Servicezentrum
 


Home | Main Index | Thread Index | Old Index