Package Details: rust-nightly-doc 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 from Mozilla. (Language and API documentation)
Upstream URL: http://www.rust-lang.org/
Licenses: MIT, Apache
Conflicts: rust-doc
Provides: rust-doc
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 (7)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

MarsSeed commented on 2024-03-08 12:00 (UTC)

I see. Sounds reasonable. Thx for your reply.

intelfx commented on 2024-03-08 10:53 (UTC) (edited on 2024-03-08 10:55 (UTC) by intelfx)

Uh, yes, it is useful, as it builds Rust from source and produces a normal pacman package (as compared to downloading a third-party binary from the Internet and unpacking it into an unmanaged location).

MarsSeed commented on 2024-03-08 10:32 (UTC)

Is this package useful at all?

Given that repo's rustup already pulls in the nightly build of Rust by default.

intelfx commented on 2024-03-08 01:01 (UTC)

Hi,

I have reworked this package significantly and intend to maintain this going further. Would you want me to take over this package or send you a patch?

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