* hppa1.1-hp-hpux10.20 is considered to be obsolete
@ 2008-04-11 2:28 Peter O'Gorman
2008-04-11 2:58 ` YAMAMOTO Mitsuharu
2008-04-11 3:16 ` hppa1.1-hp-hpux10.20 is considered to be obsolete Dan Nicolaescu
0 siblings, 2 replies; 8+ messages in thread
From: Peter O'Gorman @ 2008-04-11 2:28 UTC (permalink / raw)
To: emacs-devel
Hi,
We are updating our emacs-22.1 packages to 22.2 and noticed that one
of the systems that we build on is planned to be desupported.
We still build and run latest emacs (with gtk etc) on HP-UX 10.20.
Peter
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: hppa1.1-hp-hpux10.20 is considered to be obsolete
2008-04-11 2:28 hppa1.1-hp-hpux10.20 is considered to be obsolete Peter O'Gorman
@ 2008-04-11 2:58 ` YAMAMOTO Mitsuharu
2008-04-11 6:52 ` Peter O'Gorman
2008-04-11 22:18 ` Solaris 2.6 no recursive mutex (was:Re: hppa1.1-hp-hpux10.20 is considered to be obsolete) Peter O'Gorman
2008-04-11 3:16 ` hppa1.1-hp-hpux10.20 is considered to be obsolete Dan Nicolaescu
1 sibling, 2 replies; 8+ messages in thread
From: YAMAMOTO Mitsuharu @ 2008-04-11 2:58 UTC (permalink / raw)
To: Peter O'Gorman, bug-gnu-emacs; +Cc: emacs-devel
Hi, Peter,
Previously you used <bug-gnu-emacs@mlists.thewrittenword.com> as your
mail address for "emacs-22.1 with GTK problems (with patches)", which
still remains in admin/FOR-RELEASE because you became unresponsive
after your first report. (See also
http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg00031.html)
This time, you are using <emacs-devel@mlists.thewrittenword.com>. By
what address can we reach you?
YAMAMOTO Mitsuharu
mituharu@math.s.chiba-u.ac.jp
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: hppa1.1-hp-hpux10.20 is considered to be obsolete
2008-04-11 2:28 hppa1.1-hp-hpux10.20 is considered to be obsolete Peter O'Gorman
2008-04-11 2:58 ` YAMAMOTO Mitsuharu
@ 2008-04-11 3:16 ` Dan Nicolaescu
2008-04-11 15:12 ` Peter O'Gorman
1 sibling, 1 reply; 8+ messages in thread
From: Dan Nicolaescu @ 2008-04-11 3:16 UTC (permalink / raw)
To: Peter O'Gorman; +Cc: emacs-devel
"Peter O'Gorman" <emacs-devel@mlists.thewrittenword.com> writes:
> Hi,
>
> We are updating our emacs-22.1 packages to 22.2 and noticed that one
> of the systems that we build on is planned to be desupported.
>
> We still build and run latest emacs (with gtk etc) on HP-UX 10.20.
OK, it's not on the list anymore.
Can you please also verify if emacs builds and runs correctly if you
remove these lines:
#define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)
#define XSET(var, type, ptr) \
((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS))
from emacs/src/m/hp800.h ?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: hppa1.1-hp-hpux10.20 is considered to be obsolete
2008-04-11 2:58 ` YAMAMOTO Mitsuharu
@ 2008-04-11 6:52 ` Peter O'Gorman
2008-04-11 22:18 ` Solaris 2.6 no recursive mutex (was:Re: hppa1.1-hp-hpux10.20 is considered to be obsolete) Peter O'Gorman
1 sibling, 0 replies; 8+ messages in thread
From: Peter O'Gorman @ 2008-04-11 6:52 UTC (permalink / raw)
To: YAMAMOTO Mitsuharu; +Cc: emacs-devel
On Fri, Apr 11, 2008 at 11:58:07AM +0900, YAMAMOTO Mitsuharu wrote:
> Hi, Peter,
>
> Previously you used <bug-gnu-emacs@mlists.thewrittenword.com> as your
> mail address for "emacs-22.1 with GTK problems (with patches)", which
> still remains in admin/FOR-RELEASE because you became unresponsive
> after your first report. (See also
> http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg00031.html)
> This time, you are using <emacs-devel@mlists.thewrittenword.com>. By
> what address can we reach you?
I'm sorry, I usually check fairly closely on lists for a few days
after I post to them to check for any followup messages. In this case
I was negligent. My email address is now in my .sig.
I will test tomorrow.
Peter
--
Peter O'Gorman
pogma@thewrittenword.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: hppa1.1-hp-hpux10.20 is considered to be obsolete
2008-04-11 3:16 ` hppa1.1-hp-hpux10.20 is considered to be obsolete Dan Nicolaescu
@ 2008-04-11 15:12 ` Peter O'Gorman
2008-04-11 16:02 ` Dan Nicolaescu
0 siblings, 1 reply; 8+ messages in thread
From: Peter O'Gorman @ 2008-04-11 15:12 UTC (permalink / raw)
To: Dan Nicolaescu; +Cc: emacs-devel
On Thu, Apr 10, 2008 at 08:16:36PM -0700, Dan Nicolaescu wrote:
> "Peter O'Gorman" <emacs-devel@mlists.thewrittenword.com> writes:
> > We still build and run latest emacs (with gtk etc) on HP-UX 10.20.
>
> OK, it's not on the list anymore.
>
> Can you please also verify if emacs builds and runs correctly if you
> remove these lines:
> from emacs/src/m/hp800.h ?
It builds and runs (although the "run" test was simply to start, open
a file, and exit, is that sufficient?).
Peter
--
Peter O'Gorman
pogma@thewrittenword.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: hppa1.1-hp-hpux10.20 is considered to be obsolete
2008-04-11 15:12 ` Peter O'Gorman
@ 2008-04-11 16:02 ` Dan Nicolaescu
0 siblings, 0 replies; 8+ messages in thread
From: Dan Nicolaescu @ 2008-04-11 16:02 UTC (permalink / raw)
To: Peter O'Gorman; +Cc: emacs-devel
"Peter O'Gorman" <emacs-devel@mlists.thewrittenword.com> writes:
> On Thu, Apr 10, 2008 at 08:16:36PM -0700, Dan Nicolaescu wrote:
> > "Peter O'Gorman" <emacs-devel@mlists.thewrittenword.com> writes:
> > > We still build and run latest emacs (with gtk etc) on HP-UX 10.20.
> >
> > OK, it's not on the list anymore.
> >
> > Can you please also verify if emacs builds and runs correctly if you
> > remove these lines:
> > from emacs/src/m/hp800.h ?
>
> It builds and runs (although the "run" test was simply to start, open
> a file, and exit, is that sufficient?).
Thanks, that should be sufficient.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Solaris 2.6 no recursive mutex (was:Re: hppa1.1-hp-hpux10.20 is considered to be obsolete)
2008-04-11 2:58 ` YAMAMOTO Mitsuharu
2008-04-11 6:52 ` Peter O'Gorman
@ 2008-04-11 22:18 ` Peter O'Gorman
2008-04-12 2:14 ` YAMAMOTO Mitsuharu
1 sibling, 1 reply; 8+ messages in thread
From: Peter O'Gorman @ 2008-04-11 22:18 UTC (permalink / raw)
To: YAMAMOTO Mitsuharu; +Cc: emacs-devel
On Fri, Apr 11, 2008 at 11:58:07AM +0900, YAMAMOTO Mitsuharu wrote:
> Previously you used <bug-gnu-emacs@mlists.thewrittenword.com> as your
> mail address for "emacs-22.1 with GTK problems (with patches)", which
> still remains in admin/FOR-RELEASE because you became unresponsive
> after your first report.
The patch at
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00083.html
works for us.
Thanks,
Peter
--
Peter O'Gorman
pogma@thewrittenword.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Solaris 2.6 no recursive mutex (was:Re: hppa1.1-hp-hpux10.20 is considered to be obsolete)
2008-04-11 22:18 ` Solaris 2.6 no recursive mutex (was:Re: hppa1.1-hp-hpux10.20 is considered to be obsolete) Peter O'Gorman
@ 2008-04-12 2:14 ` YAMAMOTO Mitsuharu
0 siblings, 0 replies; 8+ messages in thread
From: YAMAMOTO Mitsuharu @ 2008-04-12 2:14 UTC (permalink / raw)
To: Peter O'Gorman; +Cc: emacs-devel
>>>>> On Fri, 11 Apr 2008 17:18:02 -0500, "Peter O'Gorman" <emacs-devel@mlists.thewrittenword.com> said:
> The patch at
> http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00083.html
> works for us.
Thanks. I've installed it to the EMACS_22_BASE branch, and removed
the corresponding admin/FOR-RELEASE entry.
YAMAMOTO Mitsuharu
mituharu@math.s.chiba-u.ac.jp
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-04-12 2:14 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 2:28 hppa1.1-hp-hpux10.20 is considered to be obsolete Peter O'Gorman
2008-04-11 2:58 ` YAMAMOTO Mitsuharu
2008-04-11 6:52 ` Peter O'Gorman
2008-04-11 22:18 ` Solaris 2.6 no recursive mutex (was:Re: hppa1.1-hp-hpux10.20 is considered to be obsolete) Peter O'Gorman
2008-04-12 2:14 ` YAMAMOTO Mitsuharu
2008-04-11 3:16 ` hppa1.1-hp-hpux10.20 is considered to be obsolete Dan Nicolaescu
2008-04-11 15:12 ` Peter O'Gorman
2008-04-11 16:02 ` Dan Nicolaescu
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.