Package Details: rust-nightly 1.41.0_2019.11.18-1

Git Clone URL: https://aur.archlinux.org/rust-nightly.git (read-only, click to copy)
Package Base: rust-nightly
Description: A safe, concurrent, practical language
Upstream URL: http://www.rust-lang.org/
Licenses: MIT, Apache
Conflicts: rust
Provides: rust
Submitter: dieelt
Maintainer: navigaid
Last Packager: navigaid
Votes: 10
Popularity: 0.000000
First Submitted: 2014-04-09 10:01 (UTC)
Last Updated: 2019-11-19 09:41 (UTC)

Dependencies (8)

Required by (1457)

Sources (1)

Latest Comments

1 2 Next › Last »

dreieck commented on 2023-11-27 19:32 (UTC)

This does heavy compilation in package_*() function.

Compilation must be done in build().

Please fix.

Thanks for maintaining!

msrd0 commented on 2022-02-13 18:25 (UTC)

This package depends on python2. Can you update the python version please?

navigaid commented on 2019-11-19 09:41 (UTC)

the jemalloc-root option is removed, please check out

SpaceboyRoss commented on 2019-09-02 08:12 (UTC)

==> Starting pkgver()... ==> Starting build()... configure: processing command line configure: configure: error: Option '--jemalloc-root=/usr/lib' is not recognized

Please fix by removing the jemalloc-root option

arafey commented on 2018-02-26 09:11 (UTC) (edited on 2018-02-26 09:13 (UTC) by arafey)

@FabioLolix Thanks for the heads up. The PKGBUILD should now handle new builds properly.

FabioLolix commented on 2018-02-24 22:04 (UTC)

@arafey I needed rust-nightly for compiling a package, it has been a while since compiled something in Rust and wasn't fully aware of what rustup does. Checked what was up-to-date in the AUR and flagged the what wasn't; installed rust-nightly-bin.

Anyway rustup make rust-nightly-bin redundant since it download the binary versions in the home folder. I'm pretty sure a deletion of rust-nightly will not be accepted since it is build from source

arafey commented on 2018-02-23 07:16 (UTC)

Out of curiosity, is there any particular reason why people are choosing to install rust-nightly from the AUR rather than rustup from the community repository? Just want to make sure I'm not maintaining an unofficial package that has been superseded by an official one.

haawda commented on 2017-07-16 13:39 (UTC)

Yes, see https://bugs.archlinux.org/task/54791. But jemalloc is not a dependency, only a makedependency.

Omnikron13 commented on 2017-07-15 19:54 (UTC)

Seems that the update to the jemalloc package yesterday (jemalloc-1:5.0.1-3) actually fixes this. Needs adding to the PKGBUILD as a dependency now.

Omnikron13 commented on 2017-07-15 16:39 (UTC)

Runs into this error when I try to make the package: error: could not find native static library `jemalloc_pic`, perhaps an -L flag is missing? error: Could not compile `alloc_jemalloc`.