all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Glenn Morris <rgm@gnu.org>
Subject: bug#1365: marked as done (Configure script misidentifies  OpenBSD/hppa)
Date: Wed, 19 Nov 2008 19:00:04 -0800	[thread overview]
Message-ID: <handler.1365.D1365.122714954715304.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 20081118045238.A5DE03F7B8@opal.elsasser.org

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]


Your message dated Wed, 19 Nov 2008 21:52:14 -0500
with message-id <ypiqqjhzxd.fsf@fencepost.gnu.org>
and subject line Re: bug#1365: Configure script misidentifies OpenBSD/hppa
has caused the Emacs bug report #1365,
regarding Configure script misidentifies OpenBSD/hppa
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1365: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1365
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4731 bytes --]

From: Josh Elsasser <josh@elsasser.org>
To: bug-gnu-emacs@gnu.org
Subject: Configure script misidentifies OpenBSD/hppa
Date: Mon, 17 Nov 2008 20:52:38 -0800 (PST)
Message-ID: <20081118045238.A5DE03F7B8@opal.elsasser.org>


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@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




[-- Attachment #3: Type: message/rfc822, Size: 1541 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 1365-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1365: Configure script misidentifies OpenBSD/hppa
Date: Wed, 19 Nov 2008 21:52:14 -0500
Message-ID: <ypiqqjhzxd.fsf@fencepost.gnu.org>


Thanks; applied.


      reply	other threads:[~2008-11-20  3:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ypiqqjhzxd.fsf@fencepost.gnu.org>
2008-11-18  4:52 ` bug#1365: Configure script misidentifies OpenBSD/hppa Josh Elsasser
2008-11-20  3:00   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.1365.D1365.122714954715304.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.