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.

Installing on ArchLinux

See original GitHub issue

Hi I went to install bloop on arch and was unable to run bloop.

I did the following

  • yay -Sy bloop
  • $ systemctl --user enable bloop

Which gave me the error:

Failed to enable unit: Unit file bloop.service does not exist.

When I try to run the console I get:

$ bloop
error: Missing CLI command for Bloop server!

Everything seems to be installed though because I can do bloop compile <project> which gives me:

Compiled myproject (14431ms)
[E] Failed to compile 'myproject'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tgodzikcommented, Oct 29, 2020

@TheElectronWill will that fix the CLI error as well?

$ bloop
error: Missing CLI command for Bloop server!

I think that one is because you need to provide a command for Bloop to run.

error: Missing CLI command for Bloop server! is valid here due to the fact that indeed no command is provided. Happens the same if it’s installed via courier.

1reaction
TheElectronWillcommented, Oct 29, 2020

As explained on AUR, the systemd service is no longer (for quite some time now) included in the bloop package. You need to install bloop-systemd in addition to bloop.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation guide - ArchWiki - Arch Linux
This document is a guide for installing Arch Linux using the live system booted from an installation medium made from an official ...
Read more >
How to Install Arch Linux: Beginner's Step-by-Step ... - Linuxiac
The first thing that we need to do is to obtain an image of Arch Linux. To do so, visit the Arch Linux...
Read more >
How to Install Arch Linux in 2022 [Step by Step Guide]
How to Install Arch Linux [Step by Step Guide] · Step 1: Download the Arch Linux ISO · Step 2: Create a live...
Read more >
How to Install Arch Linux {Comprehensive Step-by-Step Guide}
Arch Linux Install Guide · Step 1: Download the Arch Linux ISO · Step 2: Create a Live USB or Burn Arch Linux...
Read more >
How to Install Arch Linux (with Pictures) - wikiHow
1. Back up your computer to an external hard drive. You'll be erasing your current operating system, so make sure that you have...
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