Error on the installation process
See original GitHub issueI was going to experiment Fury but I got the error on the installation process after calling make
I clone the fury master branch
commit 8df8842aed7d7d033bf65edebd3cafa33fc57fca
How can I debug and find out what is the error? I appreciate any help
➜ make
mkdir -p dist/bundle/lib
mkdir -p opt
curl -C - -s -o opt/fury-0.7.14.sh "http://downloads.furore.dev/fury-0.7.14.sh"
sh opt/fury-0.7.14.sh opt/fury-0.7.14
_____
/ ___/__ __ ____ __ __
/ __/ / // // ._// // /
/_/ \_._//_/ \_. /
\___/
Fury build tool for Scala, version 0.7.14.
This software is provided under the Apache 2.0 License.
Copyright 2019 Jon Pretty, Propensive OÜ.
This will install Fury on your computer.
* Installing Fury to opt/fury-0.7.14
* Found Java version 11.0.5.
* Installing Fury version 0.7.14...
* Installed Fury 0.7.14.
* Not updating shell configurations for batch-mode installation
* Checking for currently-active Fury daemon...
touch opt/fury-0.7.14/bin/fury
mkdir -p bootstrap/bin
tar cvzf bootstrap/build.fury .focus.fury layers/*
.focus.fury
layers/0A24A1586682A39838622B66BACF81A3B51A7F3448371AB31B54B75DA12DCD28
layers/170FFB493AD839E66CD7F53CC22E808852B98777274C1F200EACE8BBA19AD952
layers/3D11B9BCF50FBE70B34AAA410734DA6667123A7B5BB96AAFC8F6E187FC10B031
layers/72BC2FA87BC7E554FABB094FF86E87B8C4FC8CC43DB9543C9986F46F82AB7E04
opt/fury-0.7.14/bin/fury layer extract -f bootstrap/build.fury
opt/fury-0.7.14/bin/fury permission grant --module frontend --project fury -P 729
make: *** [Makefile:83: dist/bundle/lib/fury-frontend.jar] Error 131
➜ echo $? #The makefile exit the error code 2
2
➜ opt/fury-0.7.14/bin/fury permission grant --module frontend --project fury -P 729
➜ echo $? #the above command finished with error code 131
131
➜ scalac --version
Scala compiler version 2.13.0-20190613-143643-unknown -- Copyright 2002-2019, LAMP/EPFL and Lightbend, Inc.
➜ java --version
openjdk 11.0.5 2019-10-15
OpenJDK Runtime Environment (build 11.0.5+10)
OpenJDK 64-Bit Server VM (build 11.0.5+10, mixed mode)
➜ uname -a
Linux fmgp 5.4.2-arch1-1 #1 SMP PREEMPT Thu, 05 Dec 2019 12:29:40 +0000 x86_64 GNU/Linu
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Right-click Windows Installer, and then click Properties. If the Startup type box is set to Disabled, change it to Manual. Click OK to...
Read more >Fix Another Installation is in Progress Error on Windows
Press Ctrl + Shift + Esc on your keyboard to open Task Manager. · Navigate to the Processes tab and locate Windows Installer....
Read more >[Solved] | Windows Could Not Complete The Installation
Method 1: Continue installation using Automatic Repair. When your Windows installation process is stopped by the “could not complete” error, one ...
Read more >[SOLVED] Windows 10 Could Not Complete the Installation + ...
If you come across the error Windows 10 installation has failed, you can choose to install Windows 10 in Clean Boot. Now, here...
Read more >How to fix/remove fatal error during software installation
To resolve fatal error during software installation, follow the steps given below: · Remove files of earlier installations · Ensure the user account...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try modifying the makefile so that it invokes
fury standalone
everywhere instead of justfury
. This will run Fury directly as a Java application, rather than hosted on the Nailgun server.If the problem disappears, it must have been in your instance of Nailgun. If the commands keep failing, at least you will see the error messages or stack traces.
fury permission grant -P 4a8 c0d c2e f90 b7a 7f0 538 228 00b
GIve some errors with
b7a
Not the first time. But I was also using JAVA 11 I need a bunch of clean retries: cloning and compiling… I also did set the JAVA_HOME on my last try At this point, I don’t know what some of the problem
Thank you @odisseus for all the help
So I’m closing this ticket now and I’m going to play a bit with the fury build tool. It would be nice to have some more update information on the web page. Is there any particular reason why Java 11 is not supported at this time or it’s just a question of manpower?