unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Rob Browning <rlb@defaultvalue.org>, Sergio Had <vital.had@gmail.com>
Cc: Gordon Steemson <gsteemso@gmail.com>, guile-devel@gnu.org
Subject: Re: Guile 3.0.10 fails to build for powerpc-darwin (3.0.9 built earlier)
Date: Sun, 29 Sep 2024 21:19:23 +0200	[thread overview]
Message-ID: <4f11f28a19d684cb96a165fae3bc430aa389fc56.camel@physik.fu-berlin.de> (raw)
In-Reply-To: <2f3230ded1cae53a9dddd95e4ff5236d47168a82.camel@physik.fu-berlin.de>

On Sun, 2024-09-29 at 20:43 +0200, John Paul Adrian Glaubitz wrote:
> On Sun, 2024-09-29 at 12:46 -0500, Rob Browning wrote:
> > Sergio Had <vital.had@gmail.com> writes:
> > 
> > > This is what I am considering for MacPorts for 32-bit archs for the
> > > time-being, but hopefully the regression gets fixed eventually.
> > 
> > It looks like Andy Wingo may have fixed some (hopefully all) of the
> > 32-bit issues in guile main.  I've tested in a debian i386 chroot, which
> > now passes make check (excepting the tests debian already disables
> > there).
> 
> Let me test 32-bit PowerPC on Debian unstable and see if builds fine.

Guile from git segfaults for me on 32-bit PowerPC:

In ice-9/eval.scm:
   191:35  4 (_ #(#(#<directory (language tree-il) eeed3690> # # ?) ?))
    619:8  3 make[2]: *** [Makefile:2516: language/cps/specialize-numbers.go] Segmentation fault
          19 (_ #<procedure eecc3f00 at ice-9/eval.scm:383:13 rest>)
          18 (_ #<procedure eecc4c30 at ice-9/eval.scm:383:13 rest>)
          17 (_ #<procedure eecc4850 at ice-9/eval.scm:383:13 rest>)
          16 (_ #<procedure eecc44b0 at ice-9/eval.scm:383:13 rest>)
          15 (_ #<procedure eecefc90 at ice-9/eval.scm:383:13 rest>)
In ice-9/eval.scm:
    619:8 14 (_ #(#(#(#(#(#<directory (system base comp?> ?)) ?) ?) ?))
In unknown file:
          13 (_ #<procedure eed1a600 at ice-9/eval.scm:383:13 rest>)
          12 (_ #<procedure eed1cdf0 at ice-9/eval.scm:383:13 rest>)
In ice-9/eval.scm:
    619:8 11 (_ #(#(#<directory (system base compile) ee9b4dc0> # ?)))
   196:35 10 (_ #(#(#<directory (system base compile) ee9b4dc0> ?) #))
In unknown file:
           9 (_ #<procedure eed59f60 at ice-9/eval.scm:383:13 rest>)
           8 (_ #<procedure eea86c40 at ice-9/eval.scm:339:13 (a b c)>)
           7 (_ #<procedure eea86b70 at ice-9/eval.scm:339:13 (a b c)>)
In ice-9/eval.scm:
   202:35  6 (_ #(#(#<directory (system base compile) ee9b4dc0> ?) ?))
In language/tree-il/optimize.scm:
     65:6  5 (_ _ #<directory (ice-9 buffered-input) ee026fa0>)
In language/tree-il.scm:
   574:16  4 make[2]: *** [Makefile:2516: ice-9/buffered-input.go] Segmentation fault
          19 (_ #<procedure eef57eb0 at ice-9/eval.scm:383:13 rest>)
          18 (_ #<procedure eef5b220 at ice-9/eval.scm:383:13 rest>)
          17 (_ #<procedure eef5cc70 at ice-9/eval.scm:383:13 rest>)
          16 (_ #<procedure eef5c820 at ice-9/eval.scm:383:13 rest>)
          15 (_ #<procedure eef91c20 at ice-9/eval.scm:383:13 rest>)
In ice-9/eval.scm:
    619:8 14 (_ #(#(#(#(#(#<directory (system base comp?> ?)) ?) ?) ?))
In unknown file:
          13 (_ #<procedure eefc98c0 at ice-9/eval.scm:383:13 rest>)
          12 (_ #<procedure eefcbf00 at ice-9/eval.scm:383:13 rest>)
In ice-9/eval.scm:
    619:8 11 (_ #(#(#<directory (system base compile) f7437280> # ?)))
   196:35 10 (_ #(#(#<directory (system base compile) f7437280> ?) #))
In unknown file:
           9 (_ #<procedure eefdd070 at ice-9/eval.scm:383:13 rest>)
           8 (_ #<procedure ee9f7670 at ice-9/eval.scm:339:13 (a b c)>)
           7 (_ #<procedure ee9f75a0 at ice-9/eval.scm:339:13 (a b c)>)
In ice-9/eval.scm:
   202:35  6 (_ #(#(#<directory (system base compile) f7437280> ?) ?))
In language/tree-il/optimize.scm:
     65:6  5 (_ _ #<directory (language cps spec) ee888190>)
In ice-9/eval.scm:
   191:35  4 (_ #(#(#<directory (language tree-il) ee683320> # # ?) ?))
    619:8  3 make[2]: *** [Makefile:2516: language/cps/spec.go] Segmentation fault
make[2]: Leaving directory '/home/glaubitz/guile/stage0'
make[1]: *** [Makefile:2182: all-recursive] Error 1
make[1]: Leaving directory '/home/glaubitz/guile'
make: *** [Makefile:2067: all] Error 2

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



  reply	other threads:[~2024-09-29 19:19 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-01  5:44 Guile 3.0.10 fails to build for powerpc-darwin (3.0.9 built earlier) Gordon Steemson
2024-09-01  7:09 ` Gordon Steemson
2024-09-01  8:43   ` Sergey Fedorov
2024-09-13 15:59   ` Sergey Fedorov
2024-09-22  5:24     ` Sergey Fedorov
2024-09-22  8:33       ` John Paul Adrian Glaubitz
2024-09-22 15:53         ` Gordon Steemson
2024-09-22 15:57         ` Sergio Had
2024-09-29 17:46           ` Rob Browning
2024-09-29 18:43             ` John Paul Adrian Glaubitz
2024-09-29 19:19               ` John Paul Adrian Glaubitz [this message]
2024-09-29 19:34                 ` Sergey Fedorov
2024-09-29 20:00                 ` Rob Browning
2024-09-29 20:21                   ` John Paul Adrian Glaubitz
2024-09-30  1:24                     ` Rob Browning
2024-09-30  6:27                       ` John Paul Adrian Glaubitz
2024-09-30 19:39                         ` Rob Browning
2024-10-03  7:14                           ` Rob Browning
2024-10-03  7:40                             ` John Paul Adrian Glaubitz
2024-10-04  0:49                               ` Rob Browning
2024-10-04 14:50                                 ` Sergey Fedorov
2024-10-03  7:48                             ` Sergey Fedorov
2024-10-04  0:46                             ` Rob Browning
2024-09-01  8:51 ` Sergey Fedorov
     [not found] <mailman.12480.1725054330.21467.guile-devel@gnu.org>
2024-08-31  3:47 ` Gordon Steemson
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 21:20 Sergey Fedorov
2024-08-31  2:27 ` Rob Browning

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=4f11f28a19d684cb96a165fae3bc430aa389fc56.camel@physik.fu-berlin.de \
    --to=glaubitz@physik.fu-berlin.de \
    --cc=gsteemso@gmail.com \
    --cc=guile-devel@gnu.org \
    --cc=rlb@defaultvalue.org \
    --cc=vital.had@gmail.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).