[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#6811: [PATCH] emacs-23.2 on hpux
From: |
Dan Nicolaescu |
Subject: |
bug#6811: [PATCH] emacs-23.2 on hpux |
Date: |
Mon, 09 Aug 2010 19:13:29 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
"Peter O'Gorman" <pogma@thewrittenword.com> writes:
> On Mon, Aug 09, 2010 at 05:47:58AM -0400, Dan Nicolaescu wrote:
>> > + ia64*-hp-hpux1[1-9]* )
>> > + machine=hp800 opsys=hpux11
>>
>> I think new ports need to be approved by the maintainers.
>> This looks a bit odd.
>> Shouldn't the machine file be ia64? Or a new file with ia64 in the name?
>
> At least for 23.2 ia64.h doesn't work. We'll try again on the next
> release.
Could you try it before the next release, that's the only way it would
have a chance to be fixed, there's not that many users of HPUX on the
emacs mailing lists.
>> > /* Tested in getloadavg.c. */
>> > +#ifndef HAVE_PSTAT_GETDYNAMIC
>> > #define HAVE_PSTAT_GETDYNAMIC
>> > +#endif
>>
>> If autoconf sets HAVE_PSTAT_GETDYNAMIC, then it seems that it's better
>> to just remove the #define.
>
> Sure, autoconf does set it.
OK, I'll remove it then.
>> > +#if __ia64
>> > +#define CANNOT_DUMP 1
>> > +#endif
>>
>> This looks bad, we don't have any port in the tree that does CANNOT_DUMP.
>> Does it work if you dump using unexelf.o?
>
> No.
Bummer, then, IMVHO, this is not ready to be included...