From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9927: 24.0.90; unexec/unexmacosx fails with GCC 4.6.1 Date: Thu, 25 Jul 2013 15:37:41 -0400 Message-ID: <90r4em4eii.fsf@fencepost.gnu.org> References: <6A5F6D17-397A-48F7-87E9-D77C09B60EC6@Freenet.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1374781097 11843 80.91.229.3 (25 Jul 2013 19:38:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Jul 2013 19:38:17 +0000 (UTC) Cc: 9927@debbugs.gnu.org To: Samuel Bronson Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 25 21:38:14 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V2RMW-0000Du-9h for geb-bug-gnu-emacs@m.gmane.org; Thu, 25 Jul 2013 21:38:08 +0200 Original-Received: from localhost ([::1]:35646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2RMV-0003xo-S2 for geb-bug-gnu-emacs@m.gmane.org; Thu, 25 Jul 2013 15:38:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2RMR-0003vF-Ox for bug-gnu-emacs@gnu.org; Thu, 25 Jul 2013 15:38:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2RMQ-0002YX-PG for bug-gnu-emacs@gnu.org; Thu, 25 Jul 2013 15:38:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2RMQ-0002YT-N2 for bug-gnu-emacs@gnu.org; Thu, 25 Jul 2013 15:38:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1V2RMQ-0008LI-CI for bug-gnu-emacs@gnu.org; Thu, 25 Jul 2013 15:38:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Jul 2013 19:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9927 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9927-submit@debbugs.gnu.org id=B9927.137478106431960 (code B ref 9927); Thu, 25 Jul 2013 19:38:02 +0000 Original-Received: (at 9927) by debbugs.gnu.org; 25 Jul 2013 19:37:44 +0000 Original-Received: from localhost ([127.0.0.1]:49738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V2RM7-0008JO-Om for submit@debbugs.gnu.org; Thu, 25 Jul 2013 15:37:44 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:42533 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V2RM6-0008J5-99 for 9927@debbugs.gnu.org; Thu, 25 Jul 2013 15:37:42 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1V2RM5-0002a4-7I; Thu, 25 Jul 2013 15:37:41 -0400 X-Spook: Panama Firewalls Bellcore AUTODIN unclassified Attorney X-Ran: +Ns&roU8R&\P]YJnQjk,Z9o>Y#pT=:" (Samuel Bronson's message of "Sat, 30 Jun 2012 12:47:59 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76656 Archived-At: Samuel Bronson wrote: > I decided I might as well try the simplest thing that could possibly > work: just dump __DATA.__static_data in the usual way, and dump these > new BSS sections like __DATA.__bss, only in their entirety rather than > messing about with markers. > > When my first try ended in SIGSEGV, I ran "gobjdump --all" on temacs and > didn't see any evidence of staticly-linked libraries besides libgcc and > gnulib; then I noticed that I hadn't looked closely enough at the code > I'd copied and pasted into my new "else if" clause and rewrote it to > ACTUALLY work like that for __DATA.__bss without the marker stuff, and > then I actually got an Emacs.app that worked! > > You can see my changes at: > http://bazaar.launchpad.net/~naesten/emacs/nextstep-stuff/revision/108754 Sorry for lack of response. If you have a patch that fixes this, could you just send it here please? (The launchpad repo is hard to follow.)