Package Details: audiveris-git 5.2.5.r290.g9e63f8c-1

Git Clone URL: https://aur.archlinux.org/audiveris-git.git (read-only, click to copy)
Package Base: audiveris-git
Description: Music score OMR engine - current
Upstream URL: https://github.com/Audiveris/audiveris
Licenses: AGPL3
Conflicts: audiveris
Submitter: raember
Maintainer: raember
Last Packager: raember
Votes: 0
Popularity: 0.000000
First Submitted: 2018-08-02 08:36 (UTC)
Last Updated: 2023-11-05 18:34 (UTC)

Dependencies (9)

Required by (1)

Sources (3)

Latest Comments

anne commented on 2021-09-24 17:35 (UTC)

Compiled! And it starts. Now I just need to learn how to use it, which should be simple compared to all this. ;-) Thank you!

raember commented on 2021-09-24 17:24 (UTC)

Yes. It works with Java 11. I updated the PKGBUILDs, since it seems the new audiveris versions cannot be built with Java 8 anymore. I use archlinux-java to switch between Java versions. Feel free to try the non-git version I maintain.

anne commented on 2021-09-24 17:04 (UTC)

Are you sure? The dependencies are explicit: java-runtime<=8 java-runtime>=7 java-environment<=8 java-environment>=7

I'll install 11, but then I have to figure out how to tell it which one to use...

raember commented on 2021-09-24 15:57 (UTC)

Try with Java 11

anne commented on 2021-09-24 15:38 (UTC)

I've never used gradle before, but I looked in the ~/.gradle directory, and found daemon/7.2/daemon-2183077.out.log. Right before the error it has:

2021-09-23T15:44:49.536-0400 [INFO] [org.gradle.launcher.daemon.server.exec.LogAndCheckHealth] Starting build in new daemon [memory: 455.5 MiB] 2021-09-23T15:44:49.542-0400 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has started executing the build. 2021-09-23T15:44:49.543-0400 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] Executing build with daemon context: DefaultDaemonContext[uid=5a8e1bb8-2cec-4ef3-8c5a-4e107bc4b7f9,javaHome=/usr/lib/jvm/java-8-openjdk,daemonRegistryDir=/disks/ecryptfs/home/a/anne/.gradle/daemon,pid=2183077,idleTimeout=10800000,priority=NORMAL,daemonOpts=-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=CA,-Duser.language=en,-Duser.variant] targetOS=linux-x86_64

... then only what I've already reported. It recommends to "Run with --info or --debug option to get more log output. Run with --scan to get full insights.".

A quick web search made me try to comment out this line from build.gradle:

sourceCompatibility = '1.11'

and that seems to get me a bit further, but it still fails. Running this by hand in the "src/audiveris-git" subdirectory:

gradle --info build javadoc

... causes these errors to be reported, but of course they may be an artifact of my sourceCompatibility change above:

/disks/plain/backup/local/data/aur-sw/audiveris-git/src/audiveris-git/src/main/org/audiveris/omr/util/BasicIndex.java:323: warning: [unchecked] unchecked generic array creation for varargs parameter of type E[] final EntityListEvent<E> event = new EntityListEvent<>( ^ where E is a type-variable: E extends Entity declared in class BasicIndex /disks/plain/backup/local/data/aur-sw/audiveris-git/src/audiveris-git/src/main/org/audiveris/omr/score/ui/BooleanPane.java:66: error: cannot find symbol if ((tip != null) && !tip.isBlank()) { ^ symbol: method isBlank() location: variable tip of type String Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error 1 warning Watching 57 directories to track changes Watching 59 directories to track changes Watching 61 directories to track changes Watching 62 directories to track changes

Task :compileJava FAILED :compileJava (Thread[Daemon worker Thread 3,5,main]) completed. Took 20.37 secs.

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':compileJava'.

    Compilation failed; see the compiler error output for details.

I'm not sure whether this is helpful. Are you also building with java version 8?

raember commented on 2021-09-24 14:09 (UTC)

@anne I cannot replicate your error. Both packages can be installed on my computer. Could you please look for the actual error of gradle and upload it (or the entire log) to pastebin or here?

anne commented on 2021-09-23 19:54 (UTC)

Fails:

Configure project : targetOS=linux-x86_64

Task :compileJava FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':compileJava'.

    invalid source release: 11

Both audiveris and audiveris=git fail the same way. My Java is version 8.

raember commented on 2018-10-21 06:01 (UTC)

@richcocoa It is freetype2. My bad. I will update the PKGBUILD soon.

<deleted-account> commented on 2018-10-21 05:41 (UTC)

@raember Is the dependency on 'freetype' or 'freetype2'? Could you please check?