svn commit: r443777 - in head/lang/rust: . files

Jan Beich jbeich at FreeBSD.org
Sat Jun 17 18:16:50 UTC 2017


Jean-Sébastien Pédron <dumbbell at FreeBSD.org> writes:

> Author: dumbbell
> Date: Sat Jun 17 14:44:30 2017
> New Revision: 443777
> URL: https://svnweb.freebsd.org/changeset/ports/443777
>
> Log:
>   lang/rust: Enable on FreeBSD/aarch64 + various fixes
[...]
> +CARGO_BOOTSTRAP_DIR_aarch64?=	${RUST_BOOTSTRAP_DIR}

Did you mean to assign ${RUST_BOOTSTRAP_DIR_aarch64} instead?

  $ make checksum ARCH=aarch64
  ===>  License APACHE20  MIT accepted by the user
  ===>   rust-1.18.0 depends on file: /usr/local/sbin/pkg - found
  => rust/2017-04-27/cargo-0.18.0-aarch64-unknown-freebsd.tar.gz is not in /usr/ports/lang/rust/distinfo.
  => Either /usr/ports/lang/rust/distinfo is out of date, or
  => rust/2017-04-27/cargo-0.18.0-aarch64-unknown-freebsd.tar.gz is spelled incorrectly.
  *** Error code 1

or

  $ poudriere jail -cj 110aarch64 -a arm64.aarch64 -v 11.0-RELEASE
  $ poudriere jail -sj 110aarch64
  <configure network in the jail>
  $ env -i TERM=$TERM /usr/sbin/jexec 110aarch64-default /bin/sh
  $ export UNAME_r=11.0-RELEASE
  $ pkg install libedit python27 gmake cmake
  $ cd /usr/ports/lang/rust
  $ make install
  ===>  License APACHE20  MIT accepted by the user
  ===>   rust-1.18.0 depends on file: /usr/local/sbin/pkg - found
  => rustc-1.18.0-src.tar.gz doesn't seem to exist in /distfiles/rust.
  => Attempting to fetch http://static.rust-lang.org/dist/rustc-1.18.0-src.tar.gz
  rustc-1.18.0-src.tar.gz                       100% of   31 MB 3195 kBps 00m10s
  => 2017-04-24/rustc-1.17.0-aarch64-unknown-freebsd.tar.gz doesn't seem to exist in /distfiles/rust.
  => Attempting to fetch https://static.rust-lang.org/dist/2017-04-24/rustc-1.17.0-aarch64-unknown-freebsd.tar.gz
  fetch: https://static.rust-lang.org/dist/2017-04-24/rustc-1.17.0-aarch64-unknown-freebsd.tar.gz: Not Found
  => Attempting to fetch http://distcache.FreeBSD.org/local-distfiles/dumbbell/rust/2017-04-24/rustc-1.17.0-aarch64-unknown-freebsd.tar.gz
  2017-04-24/rustc-1.17.0-aarch64-unknown-freebs100% of   32 MB 3555 kBps 00m09s
  => 2017-04-24/rust-std-1.17.0-aarch64-unknown-freebsd.tar.gz doesn't seem to exist in /distfiles/rust.
  => Attempting to fetch https://static.rust-lang.org/dist/2017-04-24/rust-std-1.17.0-aarch64-unknown-freebsd.tar.gz
  fetch: https://static.rust-lang.org/dist/2017-04-24/rust-std-1.17.0-aarch64-unknown-freebsd.tar.gz: Not Found
  => Attempting to fetch http://distcache.FreeBSD.org/local-distfiles/dumbbell/rust/2017-04-24/rust-std-1.17.0-aarch64-unknown-freebsd.tar.gz
  2017-04-24/rust-std-1.17.0-aarch64-unknown-fre100% of   41 MB 3553 kBps 00m12s
  => rust/2017-04-27/cargo-0.18.0-aarch64-unknown-freebsd.tar.gz is not in /usr/ports/lang/rust/distinfo.
  => Either /usr/ports/lang/rust/distinfo is out of date, or
  => rust/2017-04-27/cargo-0.18.0-aarch64-unknown-freebsd.tar.gz is spelled incorrectly.
  *** Error code 1

  Stop.
  make: stopped in /usr/ports/lang/rust


More information about the svn-ports-all mailing list