GNU bug report logs -
#3944
GNU Emacs and Digital Unix (OSF1) 5.1
Previous Next
Reported by: Tommi Raulahti <traulahti <at> gmail.com>
Date: Mon, 27 Jul 2009 13:40:05 UTC
Severity: important
Tags: moreinfo, wontfix
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 3944 in the body.
You can then email your comments to 3944 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3944
; Package
emacs
.
(Mon, 27 Jul 2009 13:40:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tommi Raulahti <traulahti <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 27 Jul 2009 13:40:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Hi there!
New Emacs is soon to be released and decided to test latest prebuild
release in environment I'm using (with many others)... But...
Configure said, my system is no longer supported... oh well. Now, I
have a request. Can you provide me some patch for configure to enable
compiling Emacs 23 to OSF/1 5.1? Of course, we can stick with Emacs
22.3 (which compiled to OSF/1 easily).
In that case, compilation may require something OSF/1 doesn't have,
I'll have to forget this and keep using older version until our last
DEC is long gone...
Thank you very much for your co-operation!
Regards,
Tommi Raulahti
HP Tru64 UNIX V5.1B (Rev. 2650) user...
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3944
; Package
emacs
.
(Tue, 28 Jul 2009 16:00:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 28 Jul 2009 16:00:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 3944 <at> emacsbugs.donarmstrong.com (full text, mbox):
> New Emacs is soon to be released and decided to test latest prebuild
> release in environment I'm using (with many others)... But...
> Configure said, my system is no longer supported... oh well. Now, I
> have a request. Can you provide me some patch for configure to enable
> compiling Emacs 23 to OSF/1 5.1? Of course, we can stick with Emacs
> 22.3 (which compiled to OSF/1 easily).
>
> In that case, compilation may require something OSF/1 doesn't have,
> I'll have to forget this and keep using older version until our last
> DEC is long gone...
Sorry about that, we weren't aware that there were any remaining OSF/1
users.
Try the following: first patch configure with the attached patch. Then,
take the file src/s/osf1.h from Emacs 22.3 (I can send it to you by
attachment if you can't find it) and put it in the src/s/ directory.
Then try to build. If that works, we can put OSF/1 support back in for
Emacs 23.2.
*** emacs/configure.~1.322.2.2.~ 2009-07-08 19:43:34.000000000 -0400
--- emacs/configure 2009-07-28 11:49:25.000000000 -0400
***************
*** 2447,2452 ****
--- 2447,2469 ----
esac
;;
+ ## Alpha (DEC) machines.
+ alpha*-dec-osf* )
+ machine=alpha opsys=osf1
+ # This is needed to find X11R6.1 libraries for certain tests.
+ NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
+ GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
+ # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
+ # due to non-traditional preprocessing with the current compiler
+ # defaults. OSF 4 can also have that compiler version, and there
+ # seems always to have been a usable /usr/bin/cpp.
+ NON_GNU_CPP=/usr/bin/cpp
+ case "${canonical}" in
+ alpha*-dec-osf[5-9]*)
+ opsys=osf5-0 ;;
+ esac
+ ;;
+
## OpenBSD ports
*-*-openbsd* )
opsys=openbsd
Diff finished. Tue Jul 28 11:51:21 2009
Severity set to 'important' from 'normal'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 26 Jan 2010 23:31:01 GMT)
Full text and
rfc822 format available.
Added tag(s) wontfix.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Thu, 06 Oct 2011 03:20:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Thu, 06 Oct 2011 03:20:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tommi Raulahti <traulahti <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 06 Oct 2011 03:20:04 GMT)
Full text and
rfc822 format available.
Message #19 received at 3944-done <at> debbugs.gnu.org (full text, mbox):
tags 3944 wontfix
stop
Since no OSF users ever replied to say what changes are needed to
support it, we cannot do anything about this.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 03 Nov 2011 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.