question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Check Arch Linux installer works before release

See original GitHub issue

As we’re getting ready for the release, I’d like to make sure there are no breakages with our existing installation methods. @TheElectronWill Could you check that running sbt install produces a valid Arch Linux package that you can install in your box? I can’t do that because I no longer own an Arch Linux box.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jvicancommented, May 7, 2020

I’ll remove the creation of the /usr/lib/bloop folder as well as the symlink, thanks!

Keep in mind that you should not be compiling to GraalVM during the installation process, we compile to GraalVM native in CI/CD during the install step that generates all of the formulas and binaries. Could you try the installation doing sbt install instead of sbt createLocalArchPackage?

1reaction
TheElectronWillcommented, May 7, 2020

First problem fixed by installing graalvm and graalvm-native-image (of course! should have thought of that earlier…). But 8 gigs of RAM don’t seem to be enough to complete the building of the native image so I can’t test any further 🙁

we no longer have symlinks nor the previous installation structure, now we only install a binary in /usr/bin/bloop and that’s it.

The current PKGBUILD creates a folder /usr/lib/bloop, then a link to the executable within it. If we don’t need the folder anymore (I see that .jvmopts should now go into $HOME/.bloop/.jvmopts or in bloop.json) it should be removed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation guide - ArchWiki - Arch Linux
Pre -installation · Acquire an installation image · Verify signature · Prepare an installation medium · Boot the live environment · Set the...
Read more >
How to Install Arch Linux: Beginner's Step-by-Step ... - Linuxiac
1. Download the Arch Linux Installation Image. The first thing that we need to do is to obtain an image of Arch Linux....
Read more >
How to Install Arch Linux in 2022 [Step by Step Guide]
How to install Arch Linux · Step 1: Download the Arch Linux ISO · Step 2: Create a live USB of Arch Linux...
Read more >
How to Install Arch Linux {Comprehensive Step-by-Step Guide}
Arch Linux Install Guide · 1. With the Arch Linux ISO burned on a DVD or stored as a live USB, insert the...
Read more >
A step by step Arch Linux installation guide | Average Linux User
Check network connection · Partition · Install the system · Generate fstab file · Chroot to the installed system · Set locale ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found