Re: Removal of hppa support

2020-01-25 Thread John David Anglin
lopers working on it and also a userbase. I'll second that.  As can be seen from Adrian's links, there are no major issues in building guile on hppa linux: I also build it from time to time on hpux11.11. Regards, Dave Anglin -- John David Anglin dave.ang...@bell.net

Re: Removal of hppa support

2020-01-26 Thread John David Anglin
ed the backends for Itanium, HPPA, Alpha, and SPARC; they have no >>> Debian ports and there is no situation in which I can afford to do QA on >>> them. [0] There is a porter box for hppa and it's free! I love this page: https://buildd.debian.org/status/architecture.php

Re: [PATCH, v2] Fix build on platforms where the stack grows upwards

2020-03-10 Thread John David Anglin
the 2.2 stable branch (v2.2.7).  There is no mra parameter on 2.2. Dave -- John David Anglin dave.ang...@bell.net

Re: [PATCH, v2] Fix build on platforms where the stack grows upwards

2020-03-13 Thread John David Anglin
On 2020-03-13 12:29 p.m., Andy Wingo wrote: > On Tue 10 Mar 2020 23:58, John David Anglin writes: > >> On 2020-02-08 9:07 a.m., Ludovic Courtès wrote: >>> John Paul Adrian Glaubitz skribis: >>> >>>> * libguile/continuations.c (scm_dynthrow): Fix missi

[PATCH] Fix build of guile-3.0 trunk with gcc-8 on hpux11.11

2020-03-23 Thread John David Anglin
The following change fixes the build of guile-3.0 using gcc-8 on hpux11.11. There are three issues addressed: 1) The printf function does not support %zu. Since all the type sizes are small, we can use %u and cast the sizeof results to unsigned int. 2) HP-UX 11.11 does not have readdir64 or rea

Re: [PATCH] Fix build of guile-3.0 trunk with gcc-8 on hpux11.11

2020-03-23 Thread John David Anglin
m/ivmai/bdwgc/blob/master/os_dep.c > > Maybe you could try to link this new version and see if the problem with the > test persist. > > Best > Massimiliano > >> On 23. Mar 2020, at 18:17, guile-devel-requ...@gnu.org >> <mailto:guile-devel-requ...@gnu.org&g

Building guile-1.8.2 on hpux

2007-10-08 Thread John David Anglin
As it stands, guile-1.8.2 doesn't build on hpux because of a few minor configuration issues. I've attached a patch which addresses a couple of issues. The two remaining issues were addressed by hacking the generated config.h (i.e., I don't have a fix for them). I initially tried building guile-1