GNU bug report logs - #1365
Configure script misidentifies OpenBSD/hppa

Previous Next

Package: emacs;

Reported by: Josh Elsasser <josh <at> elsasser.org>

Date: Tue, 18 Nov 2008 05:00:04 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1365 in the body.
You can then email your comments to 1365 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1365; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Josh Elsasser <josh <at> elsasser.org>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Josh Elsasser <josh <at> elsasser.org>
To: bug-gnu-emacs <at> gnu.org
Subject: Configure script misidentifies OpenBSD/hppa
Date: Mon, 17 Nov 2008 20:52:38 -0800 (PST)
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs <at> gnu.org mailing list,
and to the gnu.emacs.bug news group.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


The emacs configure script identifies hppa-*-openbsd* as the wrong
platform, hp9000s300 instead of hp800. As the name might suggest,
OpenBSD/hppa is for HP machines with PA-RISC processors, and not
Motorola 68k.  A quick glance at the NetBSD section of the configure
script should confirm this.

The following patch allows emacs 22.2 to build for me on my hppa box,
otherwise the configure script bails with the "your platform is
obsolete" message and exit code 33.

--- configure.in.orig	Sat Mar  1 11:28:11 2008
+++ configure.in	Mon Nov 17 18:27:53 2008
@@ -298,7 +298,7 @@ dnl see the `changequote' comment above.
     case "${canonical}" in
       alpha*-*-openbsd*)	machine=alpha ;;
       arm-*-openbsd*)          machine=arm ;;
-      hppa-*-openbsd*)         machine=hp9000s300 ;;
+      hppa-*-openbsd*)         machine=hp800 ;;
       i386-*-openbsd*)         machine=intel386 ;;
       m68k-*-openbsd*)         machine=hp9000s300 ;;
       m88k-*-openbsd*)         machine=aviion ;;


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/22.2/etc/DEBUG for instructions.


In GNU Emacs 22.2.1 (hppa-unknown-openbsd4.4, X toolkit)
 of 2008-11-17 on hippo.joshe.fake
configured using `configure  'hppa-unknown-openbsd4.4' '--with-pop' '--localstatedir=/var' '--with-x-toolkit=athena' '--without-toolkit-scroll-bars' '--prefix=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' 'build_alias=hppa-unknown-openbsd4.4' 'host_alias=hppa-unknown-openbsd4.4' 'target_alias=hppa-unknown-openbsd4.4' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include  -I/usr/local/include/libpng''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
ESC x r e p TAB o TAB r TAB RET

Recent messages:
("emacs" "-q")
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...
Loading help-mode...done
Making completion list...
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Josh Elsasser <josh <at> elsasser.org>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #10 received at 1365-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 1365-done <at> debbugs.gnu.org
Subject: Re: bug#1365: Configure script misidentifies OpenBSD/hppa
Date: Wed, 19 Nov 2008 21:52:14 -0500
Thanks; applied.




bug archived. Request was from Debbugs Internal Request <don <at> donarmstrong.com> to internal_control <at> emacsbugs.donarmstrong.com. (Thu, 18 Dec 2008 15:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.