Doesn't work for me. 1) systemctl enable bloop doesn't work (even after daemon-reload); had to find where the unit file was being installed and systemctl enable the full path. 2) Fails to start (via systemd) and says "No such file or directory: 'java'"
Search Criteria
Package Details: bloop 2.0.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bloop.git (read-only, click to copy) |
---|---|
Package Base: | bloop |
Description: | Bloop gives you fast edit/compile/test workflows for Scala. |
Upstream URL: | https://scalacenter.github.io/bloop/ |
Keywords: | build compilation developer scala server |
Licenses: | Apache |
Submitter: | TheElectronWill |
Maintainer: | gonsolo |
Last Packager: | gonsolo |
Votes: | 16 |
Popularity: | 0.141915 |
First Submitted: | 2018-06-25 18:01 (UTC) |
Last Updated: | 2025-03-25 20:49 (UTC) |
Dependencies (2)
- coursierAUR (coursier-native-binAUR, coursier-binAUR)
- java-environment (jdk12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk21-graalvm-binAUR, jdk17-jetbrainsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jdk21-jetbrains-gitAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jdk19-openjdkAUR, zulu-jdk-fx-binAUR, jabba-binAUR, jdk21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk11-openj9-binAUR, jdk-openjdk-wakefieldAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk-android-studioAUR, jdk-openj9-binAUR, zulu-11-binAUR, jdk8-graalvm-ee-binAUR, jdk11AUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk21-graalvm-ee-binAUR, jdk8-openj9-binAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk8AUR, zulu-17-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jdk23-graalvm-ee-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-17-full-binAUR, zulu-17-fx-binAUR, openjdk-zulu8-ca-fx-binAUR, openjdk-zulu11-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR, openjdk-liberica8-full-binAUR, openjdk-liberica11-full-binAUR, openjdk-liberica17-full-binAUR, openjdk-liberica21-full-binAUR, openjdk-zulu-ca-fx-binAUR, openjdk-liberica-full-binAUR, jdk-temurinAUR, zulu-24-binAUR, jdk24-graalvm-ee-binAUR, jdk8-perfAUR, zing-8-binAUR, zing-21-binAUR, zing-23-binAUR, jdk21-openj9-binAUR, jdk17-openj9-binAUR, liberica-jdk-21-binAUR, jre-jetbrainsAUR, jdk21-jetbrains-binAUR, jdk17-jetbrains-binAUR, java-openjdk-ea-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, java-openjdk-binAUR, jdk24-graalvm-ce-binAUR, jdkAUR, jdk-ltsAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk8-dragonwell-extendedAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk)
Required by (2)
- bloop-systemd
- metals (optional)
Sources (4)
japgolly commented on 2020-01-13 20:32 (UTC)
02m commented on 2019-12-20 05:43 (UTC)
Needed to clean "yay" cache for "bloop" for the "ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace." error to go away.
bloopoid commented on 2019-12-18 22:06 (UTC)
Should be fixed now, thanks for reporting
nichobi commented on 2019-12-18 19:40 (UTC)
The new pkgver "1.4.0-RC1" is invalid due to the hyphen. Getting the following error on install: ==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
TheElectronWill commented on 2019-10-04 22:30 (UTC)
I've updated the PKGBUILD to rename "install.py" to a more unique (and version-dependent) name. This should force the AUR helpers to download the latest file instead of using an outdated one.
TheElectronWill commented on 2019-10-04 05:22 (UTC) (edited on 2019-10-04 05:33 (UTC) by TheElectronWill)
I disagree: https://github.com/scalacenter/bloop/releases/download/v1.3.3/install.py has hash 31da9f6fda0522b2abf6230901b60c77d38bcb215fc8a22c74e1a92f49475bbf.
The hash you've got is the one of Bloop v1.2.5, it looks like you're using old build files.
02m commented on 2019-10-04 04:48 (UTC)
The diff required to build is the following:
-sha256sums=('31da9f6fda0522b2abf6230901b60c77d38bcb215fc8a22c74e1a92f49475bbf')
+sha256sums=('1c03fdfad20ff89f8490baeff370d3012dad387a987ad801a04d74db3037b837')
02m commented on 2019-10-03 06:19 (UTC)
Install fails with:
==> Validating source files with sha256sums... install.py ... FAILED
TheElectronWill commented on 2019-07-11 15:27 (UTC)
Hello, the package is now automatically updated by Bloopoid on new releases. I can modify it temporarily but I'll make a PR to remove the unnecessary dependency.
Pinned Comments
TheElectronWill commented on 2020-05-19 12:36 (UTC) (edited on 2020-05-19 12:38 (UTC) by TheElectronWill)
This official package no longer includes the systemd service since it may cause issues with Bloop clients (cf. comments on PR #1284). It is now in a separate package bloop-systemd