Package Details: lib32-rust-libs-git 1:1.96.0.r1.g0312931-1

Git Clone URL: https://aur.archlinux.org/rust-git.git (read-only, click to copy)
Package Base: rust-git
Description: 32-bit target and libraries for Rust (GIT VERSION)
Upstream URL: https://www.rust-lang.org/
Keywords: cargo rust
Licenses: Apache-2.0 OR MIT
Conflicts: lib32-rust, lib32-rust-libs
Provides: lib32-rust, lib32-rust-libs
Replaces: lib32-rust
Submitter: mrshpot
Maintainer: kaolinite
Last Packager: kaolinite
Votes: 28
Popularity: 0.093630
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2026-03-25 10:48 (UTC)

Required by (66)

Sources (10)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 Next › Last »

thestinger commented on 2014-02-07 00:01 (UTC)

The nightly build will be fixed after https://github.com/mozilla/rust/pull/12076 lands. It passes `--disable-rpath` to configure and this option broke a few days ago.

colemickens commented on 2014-02-06 01:19 (UTC)

Sorry, I'd unflag this if I could. I accidentally flagged this when thinking of thestinger's binary repo being out-of-date. My mistake.

thestinger commented on 2013-11-16 22:43 (UTC)

It needs to be updated to include `options=(staticlibs)` since the default is now to remove them: https://github.com/thestinger/packages/tree/master/rust-git Note that there's a nightly repository you can use instead of building yourself: http://pkgbuild.com/~thestinger/repo/

idupree commented on 2013-11-16 20:02 (UTC)

The `rustc` from this PKGBUILD is giving me an error when used on a "hello world" program. rustc built manually by "git clone https://github.com/mozilla/rust; ./configure --prefix=/home/me/inst; make; make install" works fine. % rustc hello.rs error: linking with `cc` failed: exit code: 1 note: cc arguments: -L/usr/lib/rustc/x86_64-unknown-linux-gnu/lib -m64 -o hello hello.o -L/usr/lib/rustc/x86_64-unknown-linux-gnu/lib -lstd-6425b930ca146ae9-0.9-pre -L/usr/lib/rustc/x86_64-unknown-linux-gnu/lib -lrustuv-a13edc95d75df17-0.9-pre -L/Users/me/programming/rust/.rust -L/Users/me/programming/rust -lrt -ldl -lm -lmorestack -lrustrt -Wl,-rpath,$ORIGIN/../../../../usr/lib/rustc/x86_64-unknown-linux-gnu/lib -Wl,-rpath,/usr/lib/rustc/x86_64-unknown-linux-gnu/lib note: /usr/bin/ld: cannot find -lmorestack collect2: error: ld returned 1 exit status

mindcat commented on 2013-11-01 07:33 (UTC)

lines 39: make DESTDIR="$pkgdir" install Please change to this. lines 39: make DESTDIR="$pkgdir" CFG_MANDIR="$pkgdir/usr/share/man" install or this error. http://paste.ubuntu.com/6339858/

thestinger commented on 2013-09-22 17:37 (UTC)

It's a known issue and fixing it by making a new snapshot is in-progress.

LeonidasXIV commented on 2013-09-22 12:09 (UTC)

Todays build fails: x86_64-unknown-linux-gnu/stage0/bin/rustc: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd.so] Error 127

spider-mario commented on 2013-09-08 10:57 (UTC)

Appearently, the reason why the patch doesn’t apply anymore is that the problem has been fixed upstream: https://github.com/mozilla/rust/commit/75afcffc2ffdbac1d0a837d8407ae5720dce9631 \o/

thestinger commented on 2013-09-07 22:02 (UTC)

It has make dependencies on both python2 and python by default. I work around this with `sed` in the PKGBUILD I use for the nightly build repository: https://github.com/thestinger/packages/blob/master/rust-git/PKGBUILD http://pkgbuild.com/~thestinger/repo/