aboutsummaryrefslogtreecommitdiff
path: root/lang/rust-nightly
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust-nightly: Update to 1.44.0.20200327Tobias Kortkamp2020-03-274-138/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/f509b26a77...2fbb07525e Notes: svn path=/head/; revision=529275
* lang/rust-nightly: Update to 1.44.0.20200319Tobias Kortkamp2020-03-192-18/+18
| | | | | | | | | Go back to system libgit2 now that it was updated to 0.99.0. Changes: https://github.com/rust-lang/rust/compare/96bb8b31c8...f509b26a77 Notes: svn path=/head/; revision=528690
* lang/rust-nightly: Update to 1.43.0.20200306Tobias Kortkamp2020-03-063-47/+17
| | | | | | | | | | | | | | libgit2-sys is now based on libgit2 0.99.0. While 0.99.0 is supposed to be API compatible with 0.28, it has not yet been updated in the ports tree and the git2 crate now make use of some of the new function return values. Stop relying on system libgit2 and use the bundled one. Upstream does not make any guarantees about system libgit2 support in the first place. Changes: https://github.com/rust-lang/rust/compare/6d69caba11...96bb8b31c8 Notes: svn path=/head/; revision=527877
* lang/rust: Attempt to address unreliable rust-lld buildTobias Kortkamp2020-03-011-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It sometimes fails [0,1] and sometimes succeeds [2,3]. When it fails it fails with running: "cmake" "/wrkdirs/usr/ports/lang/rust/work/rustc-1.41.1-src/src/llvm-project/lld" "-DCMAKE_INSTALL_MESSAGE=LAZY" "-DCMAKE_C_COMPILER=cc" "-DCMAKE_CXX_COMPILER=c++" "-DCMAKE_C_FLAGS=-ffunction-sections -fdata-sections -fPIC -m64 -pipe -fstack-protector-strong -fno-strict-aliasing" "-DCMAKE_CXX_FLAGS=-ffunction-sections -fdata-sections -fPIC -m64 -pipe -fstack-protector-strong -fno-strict-aliasing" "-DLLVM_CONFIG_PATH=/wrkdirs/usr/ports/lang/rust/work/rustc-1.41.1-src/build/bootstrap/debug/deps/llvm-config-wrapper" "-DLLVM_INCLUDE_TESTS=OFF" "-DCMAKE_INSTALL_PREFIX=/wrkdirs/usr/ports/lang/rust/work/rustc-1.41.1-src/build/x86_64-unknown-freebsd/lld" "-DCMAKE_BUILD_TYPE=Release" -- The C compiler identification is Clang 9.0.1 -- The CXX compiler identification is Clang 9.0.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:23 (message): llvm-config failed with status No such file or directory -- Configuring incomplete, errors occurred! There seems to be some kind of race when using llvm-config-wrapper, but at the point where LLD is built, both llvm-config and llvm-config-wrapper should definitely be available. Both are built successfully much earlier in the build. Attempt to improve reliability by not using the wrapper. It is a hack in the first place that is only really needed on Windows. This is a shot in the dark. I am unable to reproduce this myself. [0] http://beefy18.nyi.freebsd.org/data/head-amd64-default/p527397_s358451/logs/errors/rust-1.41.1.log [1] http://gohan03.nyi.freebsd.org/data/head-amd64-default-baseline/p527486_s358478/logs/errors/rust-1.41.1.log [2] http://beefy18.nyi.freebsd.org/data/head-amd64-default/p527397_s358451/logs/rust-nightly-1.43.0.20200228.log [3] http://gohan03.nyi.freebsd.org/data/head-amd64-default-baseline/p527313_s358414/logs/rust-1.41.1.log Notes: svn path=/head/; revision=527545
* lang/rust-nightly: Update to 1.43.0.20200228Tobias Kortkamp2020-02-282-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/7760cd0fbb...6d69caba11 Notes: svn path=/head/; revision=527320
* lang/rust-nightly: Update to 1.43.0.20200220Tobias Kortkamp2020-02-204-33/+123
| | | | | | | | | - Switch backtrace crate patches to upstreamed version Changes: https://github.com/rust-lang/rust/compare/433aae93e4...7760cd0fbb Notes: svn path=/head/; revision=526566
* lang/rust-nightly: Update to 1.43.0.20200215Tobias Kortkamp2020-02-152-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/c9290dceee...433aae93e4 Notes: svn path=/head/; revision=526222
* lang/rust-nightly: Update to 1.43.0.20200205Tobias Kortkamp2020-02-053-44/+27
| | | | | | | | | Remove some cruft while here. Changes: https://github.com/rust-lang/rust/compare/41f41b2354...c9290dceee Notes: svn path=/head/; revision=525257
* lang/rust-nightly: Update to 1.42.0.20200124Tobias Kortkamp2020-01-243-28/+25
| | | | | | | | Nightly bootstraps now have the fix from r523512. Switch to them for the time being and drop the workaround. Notes: svn path=/head/; revision=523985
* lang/rust-nightly: Unbreak with lld on 13.0 i386Tobias Kortkamp2020-01-191-3/+8
| | | | | | | | | | | | | | | | | | | | = note: ld: error: relocation R_386_PC32 cannot be used against symbol __rust_probestack; recompile with -fPIC >>> defined in /wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/build/i686-unknown-freebsd/stage1/lib/rustlib/i686-unknown-freebsd/lib/libcompiler_builtins-6570a75fe85f0e1a.rlib(compiler_builtins-6570a75fe85f0e1a.compiler_builtins.2i519eqi-cgu.15.rcgu.o) >>> referenced by std.4xivr03c-cgu.14 >>> std-9bd70afd58e204b7.std.4xivr03c-cgu.14.rcgu.o:(_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h1c78ed6e734a2bfc (.llvm.10122419023709863394)) in archive /wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/build/i686-unknown-freebsd/stage1/lib/rustlib/i686-unknown-freebsd/lib/libstd-9bd70afd58e204b7.rlib ld: error: relocation R_386_PC32 cannot be used against symbol __rust_probestack; recompile with -fPIC >>> defined in /wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/build/i686-unknown-freebsd/stage1/lib/rustlib/i686-unknown-freebsd/lib/libcompiler_builtins-6570a75fe85f0e1a.rlib(compiler_builtins-6570a75fe85f0e1a.compiler_builtins.2i519eqi-cgu.15.rcgu.o) >>> referenced by std.4xivr03c-cgu.14 >>> std-9bd70afd58e204b7.std.4xivr03c-cgu.14.rcgu.o:(std::io::util::copy::h9115f048f2203467) in archive /wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/build/i686-unknown-freebsd/stage1/lib/rustlib/i686-unknown-freebsd/lib/libstd-9bd70afd58e204b7.rlib clang-cpp: error: linker command failed with exit code 1 (use -v to see invocation) error: aborting due to previous error http://beefy17.nyi.freebsd.org/data/head-i386-default/p523508_s356869/logs/rust-nightly-1.42.0.20200118.log Notes: svn path=/head/; revision=523512
* lang/rust-nightly: Update to 1.42.0.20200118Tobias Kortkamp2020-01-182-19/+18
| | | | Notes: svn path=/head/; revision=523408
* lang/rust-nightly: update to 1.42.0.20191222Jan Beich2019-12-222-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/01a46509a4c2...fc5deca2143a Notes: svn path=/head/; revision=520598
* lang/rust-nightly: update to 1.42.0.20191221Jan Beich2019-12-212-18/+18
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/19bd93467617...01a46509a4c2 Notes: svn path=/head/; revision=520536
* lang/rust-nightly: update to 1.41.0.20191219Jan Beich2019-12-192-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/99b89533d4cd...19bd93467617 Notes: svn path=/head/; revision=520413
* lang/rust-nightly: update to 1.41.0.20191217Jan Beich2019-12-172-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/ff15e9670843...99b89533d4cd Notes: svn path=/head/; revision=520296
* lang/rust-nightly: update to 1.41.0.20191214Jan Beich2019-12-142-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/27d6f55f47e8...ff15e9670843 Notes: svn path=/head/; revision=520079
* lang/rust-nightly: update to 1.41.0.20191212Jan Beich2019-12-122-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/76a252ea9e7b...27d6f55f47e8 Notes: svn path=/head/; revision=519850
* lang/rust-nightly: update to 1.41.0.20191210Jan Beich2019-12-102-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/5c5c8eb864e5...76a252ea9e7b Notes: svn path=/head/; revision=519639
* lang/rust-nightly: update to 1.41.0.20191208Jan Beich2019-12-082-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/6d77e45f0107...5c5c8eb864e5 Notes: svn path=/head/; revision=519262
* lang/rust-nightly: update to 1.41.0.20191205Jan Beich2019-12-052-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/fdc0011561c6...6d77e45f0107 Notes: svn path=/head/; revision=519052
* lang/rust-nightly: update to 1.41.0.20191203Jan Beich2019-12-032-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/25d8a9494ca6...fdc0011561c6 Notes: svn path=/head/; revision=518890
* lang/rust-nightly: update to 1.41.0.20191130Jan Beich2019-11-302-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/e87a205c2e11...25d8a9494ca6 Notes: svn path=/head/; revision=518685
* lang/rust-nightly: update to 1.41.0.20191128Jan Beich2019-11-282-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/a44774c3a973...e87a205c2e11 Notes: svn path=/head/; revision=518555
* lang/rust-nightly: update to 1.41.0.20191126Jan Beich2019-11-262-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/0c987c5c0249...a44774c3a973 Notes: svn path=/head/; revision=518438
* lang/rust-nightly: update to 1.41.0.20191124Jan Beich2019-11-242-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/5fa0af232794...0c987c5c0249 Notes: svn path=/head/; revision=518283
* lang/rust-nightly: update to 1.41.0.20191123Jan Beich2019-11-232-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/f1b882b55805...5fa0af232794 Notes: svn path=/head/; revision=518177
* lang/rust-nightly: update to 1.41.0.20191121Jan Beich2019-11-212-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/3e525e3f6d9e...f1b882b55805 Notes: svn path=/head/; revision=518065
* lang/rust-nightly: update to 1.41.0.20191119Jan Beich2019-11-192-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/5c5b8afd80e6...3e525e3f6d9e Notes: svn path=/head/; revision=517936
* lang/rust{,-nightly}: switch to .tar.xz bootstrapsJan Beich2019-11-172-35/+12
| | | | | | | | | | Decreases total size by ~325 MiB in lang/rust. Approved by: tobik (rust) Differential Revision: https://reviews.freebsd.org/D22422 Notes: svn path=/head/; revision=517808
* lang/rust-nightly: update to 1.41.0.20191117Jan Beich2019-11-172-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/ded5ee0013f6...5c5b8afd80e6 Notes: svn path=/head/; revision=517786
* lang/rust-nightly: unbreak with PYTHON_DEFAULT != 2.7 after r517551Jan Beich2019-11-161-0/+23
| | | | | | | | | | | | | | =======================<phase: build >============================ ===> Building for rust-nightly-1.41.0.20191114 cd /wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src && /usr/bin/env HOME="/wrkdirs/usr/ports/lang/rust-nightly/work" LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 OPENSSL_DIR="/usr" /usr/local/bin/python3.6 /wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/x.py build --verbose --config ./config.toml --jobs 1 downloading https://static.rust-lang.org/dist/2019-11-06/rust-std-beta-x86_64-unknown-freebsd.tar.xz.sha256 running: curl -# -y 30 -Y 10 --connect-timeout 30 --retry 3 -Sf -o /tmp/tmpp0anpd14.sha256 https://static.rust-lang.org/dist/2019-11-06/rust-std-beta-x86_64-unknown-freebsd.tar.xz.sha256 curl: (7) Couldn't connect to server Reported by: pkg-fallout Notes: svn path=/head/; revision=517780
* lang/rust-nightly: update to 1.41.0.20191114Jan Beich2019-11-142-18/+18
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/bc0e288ad02e...ded5ee0013f6 Notes: svn path=/head/; revision=517551
* lang/rust-nightly: update to 1.40.0.20191112Jan Beich2019-11-122-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/9e346646e93c...bc0e288ad02e Notes: svn path=/head/; revision=517294
* lang/rust-nightly: update to 1.40.0.20191109Jan Beich2019-11-092-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/38048763e885...9e346646e93c Notes: svn path=/head/; revision=517099
* lang/rust-nightly: update to 1.40.0.20191107Jan Beich2019-11-072-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/2477e2493e67...38048763e885 Notes: svn path=/head/; revision=516931
* lang/rust-nightly: update to 1.40.0.20191105Jan Beich2019-11-052-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/87cbf0a547aa...2477e2493e67 Notes: svn path=/head/; revision=516762
* lang/rust-nightly: update to 1.40.0.20191102Jan Beich2019-11-022-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/c553e8e8812c...87cbf0a547aa Notes: svn path=/head/; revision=516279
* lang/rust-nightly: update to 1.40.0.20191031Jan Beich2019-10-312-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/b497e18995d6...c553e8e8812c Notes: svn path=/head/; revision=516119
* lang/rust-nightly: update to 1.40.0.20191029Jan Beich2019-10-292-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/fae75cd216c4...b497e18995d6 Notes: svn path=/head/; revision=515946
* lang/rust-nightly: update to 1.40.0.20191027Jan Beich2019-10-272-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/4a8c5b20c777...fae75cd216c4 Notes: svn path=/head/; revision=515739
* lang/rust-nightly: update to 1.40.0.20191024Jan Beich2019-10-242-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/c23a7aa778b0...4a8c5b20c777 Notes: svn path=/head/; revision=515319
* lang/rust-nightly: update to 1.40.0.20191020Jan Beich2019-10-202-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/0e8a4b441c5d...c23a7aa778b0 Notes: svn path=/head/; revision=514870
* lang/rust-nightly: update to 1.40.0.20191017Jan Beich2019-10-172-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/e413dc36a83a...0e8a4b441c5d Notes: svn path=/head/; revision=514641
* lang/rust-nightly: update to 1.40.0.20191015Jan Beich2019-10-152-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/6767d9b90b6b...e413dc36a83a Notes: svn path=/head/; revision=514485
* lang/rust-nightly: update to 1.40.0.20191012Jan Beich2019-10-122-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/20cc75272619...6767d9b90b6b Notes: svn path=/head/; revision=514309
* lang/rust-nightly: update to 1.40.0.20191010Jan Beich2019-10-102-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/f3c9cece7b68...20cc75272619 Notes: svn path=/head/; revision=514206
* lang/rust-nightly: update to 1.40.0.20191008Jan Beich2019-10-082-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/2e7244807a78...f3c9cece7b68 Notes: svn path=/head/; revision=514015
* lang/rust-nightly: update to 1.40.0.20191005Jan Beich2019-10-052-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/2daa404e9a15...2e7244807a78 Notes: svn path=/head/; revision=513806
* lang/rust-nightly: update to 1.40.0.20191003Jan Beich2019-10-032-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/22bc9e1d9ca4...2daa404e9a15 Notes: svn path=/head/; revision=513638
* lang/rust-nightly: update to 1.40.0.20191001Jan Beich2019-10-012-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/488381ce9ef0...22bc9e1d9ca4 Notes: svn path=/head/; revision=513443