axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Fedora Build Failure


From: Tim Daly
Subject: Re: [Axiom-developer] Fedora Build Failure
Date: Tue, 8 Nov 2016 17:48:04 -0500

Martin,

Your build is failing with GCL, not Axiom. There is a known problem
with the latest GCC which seems to be causing failures. Try:
   
   git clone git://git.savannah.gnu.org/gcl.git
   cd git
   ./configure
   make

and let me know if that succeeds or fails.

Tim




On Tue, Nov 8, 2016 at 9:32 AM, Martin Irungu <address@hidden> wrote:
Thanks for responding. This is the exact image I'm running. I had tried 'make NOISE=' after I sent the report and got the same error message.

On Tue, Nov 8, 2016 at 3:21 PM, Tim Daly <address@hidden> wrote:
Try the following:

  git clone git:://github.com/daly/axiom
  cd axiom
  export AXIOM=`pwd`/mnt/fedora64
  export PATH=$AXIOM/bin:$PATH
  make NOISE= | tee console

If it still hangs I will need to know what Fedora image
you have installed so I can build a machine with your
exact image. Which ISO file did you use?

If it fails for any other reason please do
    tail -200 console >failure
and post the failure file.

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]