Package Details: rls-git 3:1.67.0.r209623.5eef9b2c50d-1

Git Clone URL: https://aur.archlinux.org/rust-git.git (read-only, click to copy)
Package Base: rust-git
Description: Rust language server
Upstream URL: https://www.rust-lang.org/
Keywords: mozilla rust
Licenses: MIT, Apache
Conflicts: rls
Provides: rls
Submitter: mrshpot
Maintainer: spider-mario (ishitatsuyuki)
Last Packager: ishitatsuyuki
Votes: 28
Popularity: 0.000000
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2022-11-10 14:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »

weltio commented on 2021-08-29 10:19 (UTC) (edited on 2021-08-29 11:20 (UTC) by weltio)

even with the config.toml change the build fails

The following warnings were emitted during compilation:

warning: ar: '/tmp/build/rust-git/src/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/profiler_builtins-7817b886aecb3253/out/libprofiler-rt.a': No such file

error: failed to run custom build command for `profiler_builtins v0.0.0 (/tmp/build/rust-git/src/rust/library/profiler_builtins)`

Caused by:
  process didn't exit successfully: `/tmp/build/rust-git/src/rust/build/x86_64-unknown-linux-gnu/stage0-std/release/build/profiler_builtins-92fefc3e82530248/build-script-build` (exit status: 1)
  --- stdout
  TARGET = Some("x86_64-unknown-linux-gnu")
  HOST = Some("x86_64-unknown-linux-gnu")
  AR_x86_64-unknown-linux-gnu = Some("ar")
  running: "ar" "s" "/tmp/build/rust-git/src/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/profiler_builtins-7817b886aecb3253/out/libprofiler-rt.a"
  cargo:warning=ar: '/tmp/build/rust-git/src/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/profiler_builtins-7817b886aecb3253/out/libprofiler-rt.a': No such file
  exit status: 1

  --- stderr


  error occurred: Command "ar" "s" "/tmp/build/rust-git/src/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/profiler_builtins-7817b886aecb3253/out/libprofiler-rt.a" with args "ar" did not execute successfully (status code exit status: 1).


warning: build failed, waiting for other jobs to finish...
error: build failed
Build completed unsuccessfully in 0:00:02

Could you elaborate your config.toml? With the rust-git example it builds it seems and the differences are manyfold (maybe also due to and old base for the supplied config.toml)

ishitatsuyuki commented on 2021-05-18 04:45 (UTC)

This packages provides (used to provide) the tools directly from the submodule checkouts in the rustc repo. It matches how the official binary artifacts are built.

You can totally build tools like RLS out-of-tree if you want.

groctel commented on 2021-05-12 12:43 (UTC)

Why does this package install unnecessary rust-*-git dependencies by building them instead of relying on actual AUR dependencies? This package should just provide the rust language server.

A.J commented on 2020-02-03 23:51 (UTC) (edited on 2020-02-04 00:14 (UTC) by A.J)

build fails with the following error :

error: failed to run custom build command for profiler_builtins v0.0.0 (/home/aj/Downloads/rust-git/src/rust/src/libprofiler_builtins)

Caused by: process didn't exit successfully: /home/aj/Downloads/rust-git/src/rust/build/x86_64-unknown-linux-gnu/stage0-std/release/build/profiler_builtins-1d8d0e4ced679e9e/build-script-build (exit code: 101) --- stderr thread 'main' panicked at 'called Option::unwrap() on a None value', /rustc/eb3f7c2d3aec576f47eba854cfbd3c1187b8a2a0/src/libcore/macros/mod.rs:15:40 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace.

warning: build failed, waiting for other jobs to finish... error: build failed

spider-mario commented on 2019-10-21 08:11 (UTC) (edited on 2019-10-21 08:11 (UTC) by spider-mario)

I will look into it soon-ish, but presumably, commenting out (or removing) the use-jemalloc line should do it. Thanks for the notice.

ishitatsuyuki commented on 2019-10-21 06:32 (UTC) (edited on 2021-09-08 09:28 (UTC) by ishitatsuyuki)

I'm not actively maintaining this package at this moment. If you want to contribute a PKGBUILD or other change, let me know.

theYinYeti commented on 2019-10-20 18:35 (UTC)

Build fails in rust:

failed to parse TOML configuration 'config.toml': unknown field `use-jemalloc`, expected one of `optimize`, `codegen-units`, `codegen-units-std`, `debug-assertions`, `debuginfo-level`, `debuginfo-level-rustc`, `debuginfo-level-std`, `debuginfo-level-tools`, `debuginfo-level-tests`, `parallel-compiler`, `backtrace`, `default-linker`, `channel`, `musl-root`, `rpath`, `optimize-tests`, `codegen-tests`, `ignore-git`, `debug`, `dist-src`, `verbose-tests`, `incremental`, `save-toolstates`, `codegen-backends`, `codegen-backends-dir`, `lld`, `lldb`, `llvm-tools`, `deny-warnings`, `backtrace-on-ice`, `verify-llvm-ir`, `remap-debuginfo`, `jemalloc`, `test-compare-mode`, `llvm-libunwind` for key `rust` at line 356 column 1
failed to run: /home/ME/.cache/yay/rust-git/src/rust/build/bootstrap/debug/bootstrap dist

ishitatsuyuki commented on 2017-10-09 04:21 (UTC)

The build failure is known. Basically https://github.com/rust-lang/rust/issues/44421. Downgrade your glibc if you really want to build.

haawda commented on 2017-10-08 15:32 (UTC)

Fails to build for me: See http://dpaste.com/15FW5ZW