Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frostwire: 6.6.7 -> 6.9.3 #119375

Closed
wants to merge 1 commit into from
Closed

Conversation

lorenzleutgeb
Copy link
Member

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Comment on lines +4 to 5
version = "6.9.3-build-305";
name = "frostwire-desktop-${version}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = "6.9.3-build-305";
name = "frostwire-desktop-${version}";
pname = "frostwire-desktop";
version = "6.9.3-build-305";

@r-rmcgibbo
Copy link

Result of nixpkgs-review pr 119375 at fc84b55 run on x86_64-linux 1

1 package failed to build:
3 suggestions:
  • warning: missing-phase-hooks

    installPhase should probably contain runHook preInstall and runHook postInstall.

    Near pkgs/applications/networking/p2p/frostwire/default.nix:70:3:

       |
    70 |   installPhase = ''
       |   ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, please check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/applications/networking/p2p/frostwire/default.nix:90:5:

       |
    90 |     license = licenses.gpl2;
       |     ^
    
  • warning: missing-phase-hooks

    buildPhase should probably contain runHook preBuild and runHook postBuild.

    Near pkgs/applications/networking/p2p/frostwire/default.nix:52:3:

       |
    52 |   buildPhase = ''
       |   ^
    

Note that build failures may predate this PR, and could be nondeterministic or hardware dependent.
Please exercise your independent judgement.

@SuperSandro2000
Copy link
Member

@ofborg build frostwire

@SuperSandro2000
Copy link
Member

fails to build with

configuring
no configure script, doing nothing
building
Welcome to Gradle 6.8.3!
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.3/release-notes.html
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.
* 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 8s
1 actionable task: 1 executed
builder for '/nix/store/c0f5qv3z6z0840j2gvmsg51x3qypb047-frostwire-desktop-6.9.3-build-305-deps.drv' failed with exit code 1
cannot build derivation '/nix/store/msjx1crpl1h8hnp2j584840zick4z0ld-frostwire-desktop-6.9.3-build-305.drv': 1 dependencies couldn't be built
error: build of '/nix/store/msjx1crpl1h8hnp2j584840zick4z0ld-frostwire-desktop-6.9.3-build-305.drv' failed

@stale
Copy link

stale bot commented Oct 12, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants