From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#7387: 23.2; Emacs port to HP-UX ia64 Date: Sat, 13 Nov 2010 00:45:01 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1289628857 19081 80.91.229.12 (13 Nov 2010 06:14:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Nov 2010 06:14:17 +0000 (UTC) Cc: 7387@debbugs.gnu.org To: "Maguire\, Andrew \(GE Energy\)" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Nov 13 07:14:12 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PH9NM-0001I6-CT for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Nov 2010 07:14:12 +0100 Original-Received: from localhost ([127.0.0.1]:47345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PH9NL-0004cj-M7 for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Nov 2010 01:14:11 -0500 Original-Received: from [140.186.70.92] (port=59061 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PH9NE-0004bV-O2 for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2010 01:14:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PH9NA-0004YZ-1W for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2010 01:14:04 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PH9N9-0004YV-Tl for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2010 01:13:59 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PH8rG-0003si-AA; Sat, 13 Nov 2010 00:41:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 13 Nov 2010 05:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7387 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7387-submit@debbugs.gnu.org id=B7387.128962681414908 (code B ref 7387); Sat, 13 Nov 2010 05:41:02 +0000 Original-Received: (at 7387) by debbugs.gnu.org; 13 Nov 2010 05:40:14 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PH8qU-0003sP-7d for submit@debbugs.gnu.org; Sat, 13 Nov 2010 00:40:14 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PH8qS-0003sK-BT for 7387@debbugs.gnu.org; Sat, 13 Nov 2010 00:40:12 -0500 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PH8v7-0004uJ-D8; Sat, 13 Nov 2010 00:45:01 -0500 In-Reply-To: (Andrew Maguire's message of "Fri\, 12 Nov 2010 18\:07\:17 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 13 Nov 2010 00:41:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41536 Archived-At: "Maguire, Andrew (GE Energy)" writes: > I have been attempting a port to Itanium HP-UX 11.23. > I have managed to change the configure etc. to successfully produce a > seemingly > valid bootstrap-emacs executable. > However, when it runs it immediately returns the error: > > emacs: Invalid function: run-hooks > > This at a guess implies it is running the low level C functions but > appears to be > failing to find the Lisp function binding. > If anyone has any clues as to what could be wrong or things to try > or where to look in the initialisation sequence please let me know. > The gdb environment on the machine unfortunately does not appear usable > at present, returning the unhelpful error: > Error trying to get information from the dynamic linker. Did you use unexelf.c for dumping? > I am also using gcc 4.3.3. I know that there is a port done by HP for > ia64 for version 22.3 > but its configure program appeared to have been hacked to use HP's cc > compiler not gcc. What kind of hacks? Changing the compiler should not be very important. Can you please try the trunk? There have been some fixes for HPUX specific problems.