Package Details: raccoon 4.24.0-1

Git Clone URL: https://aur.archlinux.org/raccoon.git (read-only, click to copy)
Package Base: raccoon
Description: Alternative Google Play (with GUI) client to download Android APK files to your computer
Upstream URL: https://raccoon.onyxbits.de/
Licenses: Apache
Submitter: si_kabayan
Maintainer: None
Last Packager: fordprefect
Votes: 50
Popularity: 0.000123
First Submitted: 2014-11-04 21:18 (UTC)
Last Updated: 2023-02-06 12:35 (UTC)

Dependencies (1)

Required by (1)

Sources (4)

Pinned Comments

fordprefect commented on 2019-03-07 11:59 (UTC) (edited on 2019-03-07 12:00 (UTC) by fordprefect)

This package builds the raccoon software from source. Since the mainainer is in the process of abandoning Github (see [0] for reasons) and the sources are not available otherwise yet, this package will sit at the last released version published on Github, until new sources are available. If you wish to use the more recent versions of the program instead of waiting for the sources to be released, you can use raccoon-bin [1] as a workaround for now.

Please don't flag this package out-of-date, unless new source versions are available. Thank you for your understanding.

[0] https://blog.onyxbits.de/so-long-github-and-thanks-for-all-the-fish-746/

[1] https://aur.archlinux.org/packages/raccoon-bin/

Latest Comments

1 2 3 4 5 6 7 Next › Last »

dreieck commented on 2023-12-12 17:52 (UTC) (edited on 2023-12-12 17:59 (UTC) by dreieck)

I'll transfer them to you.

Please DO NOT add me/ users as (co) maintainer without asking.

You can disown the package and invite to become a maintainer, but please do not shift the reponsibility of maintanance to others without their consent.

Disowning since I do not want to maintain a package that was pushed on me.

Someone else needs to pick up.

Regards!

dreieck commented on 2023-12-12 15:47 (UTC)

I have created the package dummydroid-bin, which is a companion software for raccoon.

So I recommend that you

  • add dummydroid to the optdepends array,
  • add groups=("raccoon").

Regards!

dreieck commented on 2023-12-12 15:03 (UTC)

Build fails for me:

==> Starting build()...
Downloading https://services.gradle.org/distributions/gradle-6.8.2-all.zip
..............10%..............20%...............30%..............40%..............50%...............60%..............70%..............80%...............90%..............100%

Welcome to Gradle 6.8.2!

Here are the highlights of this release:
 - Faster Kotlin DSL script compilation
 - Vendor selection for Java toolchains
 - Convenient execution of tasks in composite builds
 - Consistent dependency resolution

For more details see https://docs.gradle.org/6.8.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* Where:
Settings file '/tmp/makepkg/build/raccoon/src/raccoon4-4.24.0/settings.gradle'

* What went wrong:
Could not compile settings file '/tmp/makepkg/build/raccoon/src/raccoon4-4.24.0/settings.gradle'.
> startup failed:
  General error during semantic analysis: Unsupported class file major version 65

  java.lang.IllegalArgumentException: Unsupported class file major version 65
        at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:196)
        at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:177)
        at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:163)
[...]
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
        at java.base/java.lang.Thread.run(Thread.java:1583)

  1 error


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2m 16s
==> ERROR: A failure occurred in build().

By the way, can you move the download of "gradle", if it really still is necessary and cannot be accomplished by depending on another package, to the prepare() function, so that build() does not need internet access?

Regards!

astro commented on 2023-01-31 16:56 (UTC)

build error :

raccoon-4.24.0.tar.gz ... FAILED

frankspace commented on 2022-06-05 18:30 (UTC)

Compilation in a clean chroot fails:

FAILURE: Build failed with an exception.

* Where:
Settings file '/build/raccoon/src/raccoon4-4.20.0/settings.gradle'

* What went wrong:
Could not compile settings file '/build/raccoon/src/raccoon4-4.20.0/settings.gradle'.
> startup failed:
  General error during semantic analysis: Unsupported class file major version 62

  java.lang.IllegalArgumentException: Unsupported class file major version 62

For what it's worth, "java-environment" installs Java 18. I looked at the upstream website, but I couldn't find any obvious indication of whether raccoon has any compatibility issues with that.

Fuzzy commented on 2021-10-03 15:16 (UTC) (edited on 2021-10-12 07:42 (UTC) by Fuzzy)

Hmmm... now it gives another error:

FAILURE: Build failed with an exception.
* Where:
Build file '/home/vtitov/.cache/yay/raccoon/src/raccoon4-4.19.0/build.gradle'
* What went wrong:
Could not compile build file '/home/vtitov/.cache/yay/raccoon/src/raccoon4-4.19.0/build.gradle'.
> startup failed:
  General error during semantic analysis: Unsupported class file major version 60

I removed Java11 and now have only Java16, but I still have this error unfortunately. I switched to raccoon-bin and it works, thanks.

di72nn commented on 2021-10-01 17:33 (UTC) (edited on 2021-10-01 17:34 (UTC) by di72nn)

First you patch the build.gradle file to make it compatible with Gradle 7: https://gist.github.com/di72nn/3a4b74bbeb789107195b57a65fa5cfec (you can partially do it with sed or something, because the patch won't apply when dependency versions change).

Then you either build with system gradle (run gradle -Pversion=$pkgver fatJar) or you patch the gradle wrapper version in the gradle/wrapper/gradle-wrapper.properties file (to have it say something like distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip) and build with the wrapper (./gradlew -Pversion=$pkgver fatJar).

You don't need to patch the gradle version in the build.gradle, because it is used only for gradle wrapper generation, which is not performed during the build.

fordprefect commented on 2021-10-01 09:23 (UTC)

@dreieck: Sorry, my fault. Gradlew uses a downloaded gradle, not the system installed one. I have experimentally patched the build.gradle for the higher version. Could you try if this fixes the problems? Also, gradle was removed as build dep (since it gets downloaded anyways). Any hint on how to build using the local installed gradle is appreciated.

dreieck commented on 2021-09-30 16:48 (UTC)

Is it somehow possible that the gradle-6.8.2-all.zip does get downloaded before build()? With integrity checksum??

Best: Include the required gradle version as makedepend and modify the build()-process to use pre-installed gradle.

Regards & thanks for the package!

==> Starting build()...
Downloading https://services.gradle.org/distributions/gradle-6.8.2-all.zip
..............10%....
[... still downloading ...]

fordprefect commented on 2021-09-30 06:48 (UTC)

@di72nn: the preferred approach is definitely to update gradle, which is currently at 7.2 in the repos.