Package Details: sccache-git r844.c701598-1

Git Clone URL: https://aur.archlinux.org/sccache-git.git (read-only, click to copy)
Package Base: sccache-git
Description: ccache-like tool. Wraps compiler and avoids compilation when possible. Supports rustc
Upstream URL: https://github.com/mozilla/sccache
Licenses: Apache
Conflicts: sccache, sccache-bin
Provides: sccache
Submitter: versusvoid
Maintainer: versusvoid
Last Packager: versusvoid
Votes: 1
Popularity: 0.000000
First Submitted: 2017-11-12 17:26 (UTC)
Last Updated: 2020-02-13 07:21 (UTC)

Dependencies (2)

Required by (5)

Sources (1)

Latest Comments

versusvoid commented on 2019-11-18 05:15 (UTC)

@jgerecke Sorry for delay, I'm not using rust actively now. Fixed all your notes, thanks

jgerecke commented on 2019-11-07 23:19 (UTC) (edited on 2019-11-07 23:19 (UTC) by jgerecke)

A few notes:

  1. I've noticed that this PKGBUILD does not mark itself as conflicting with sccache-bin or sccache...

  2. It would be nice if this package also built the "sccache-dist" binary by adding --all-features to the build/install commands (see the sccache package).

  3. Is it just me or does running both cargo build and cargo install end up causing the binaries to be built twice?

PythonNut commented on 2018-02-02 19:14 (UTC)

Fails with:

==> Starting prepare()...
error: patch failed: src/commands.rs:435
error: src/commands.rs: patch does not apply
error: patch failed: src/compiler/rust.rs:367
error: src/compiler/rust.rs: patch does not apply

felipec commented on 2018-01-19 10:11 (UTC) (edited on 2018-01-19 10:13 (UTC) by felipec)

Fails to build with:

---- test::system::test_sccache_command stdout ----
    Process `"/home/felipec/.cache/pacaur/sccache-git/src/sccache/target/release/sccache" /usr/bin/ccache -c test.c -o test.o` failed:
stdout: ``
stderr: ``
thread 'test::system::test_sccache_command' panicked at 'assertion failed: `(left == right)`
  left: `true`,
 right: `false`', src/test/system.rs:151:4