=> Bootstrap dependency digest>=20010302: found digest-20190127 => Checksum SHA1 OK for rust-1.49.0-x86_64-unknown-netbsd.tar.gz => Checksum RMD160 OK for rust-1.49.0-x86_64-unknown-netbsd.tar.gz => Checksum SHA512 OK for rust-1.49.0-x86_64-unknown-netbsd.tar.gz => Checksum SHA1 OK for rust-std-1.49.0-x86_64-unknown-netbsd.tar.gz => Checksum RMD160 OK for rust-std-1.49.0-x86_64-unknown-netbsd.tar.gz => Checksum SHA512 OK for rust-std-1.49.0-x86_64-unknown-netbsd.tar.gz => Checksum SHA1 OK for rustc-1.50.0-src.tar.gz => Checksum RMD160 OK for rustc-1.50.0-src.tar.gz => Checksum SHA512 OK for rustc-1.50.0-src.tar.gz ===> Installing dependencies for rust-1.50.0 ========================================================================== The supported build options for rust are: rust-cargo-static rust-llvm You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.rust (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, rust-1.50.0. Their current value is shown below: * KRB5_DEFAULT = heimdal * PYTHON_VERSION_DEFAULT = 38 * SSLBASE = /usr * SSLCERTBUNDLE (not defined) * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private * TERMINFO_DEFAULT = terminfo Based on these variables, the following variables have been set: * KRB5BASE (defined, but empty) * KRB5_TYPE = heimdal * PYPACKAGE = python38 * TERMINFO_TYPE = terminfo You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2 => Tool dependency bash-[0-9]*: found bash-5.1.4 => Tool dependency gmake>=3.81: found gmake-4.2.1nb1 => Tool dependency gtar-base>=1.13.25: found gtar-base-1.34 => Tool dependency perl>=5.0: found perl-5.32.1 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.7.4 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency python38>=3.8.0: found python38-3.8.9 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency llvm>=10.0.1: found llvm-10.0.1nb3 => Full dependency curl>=7.70.0nb2: found curl-7.76.1 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for rust-1.50.0 ===> Extracting for rust-1.50.0 set -e; if test -e /tmp/lang/rust/work/rust-1.49.0-x86_64-unknown-netbsd/install.sh -a ! -e /tmp/lang/rust/work/rust-bootstrap/bin/rustc; then cd /tmp/lang/rust/work/rust-1.49.0-x86_64-unknown-netbsd; /usr/pkg/bin/bash ./install.sh --prefix=/tmp/lang/rust/work/rust-bootstrap; cd /tmp/lang/rust/work/rust-std-1.49.0-x86_64-unknown-netbsd; /usr/pkg/bin/bash ./install.sh --prefix=/tmp/lang/rust/work/rust-bootstrap; fi install: creating uninstall script at /tmp/lang/rust/work/rust-bootstrap/lib/rustlib/uninstall.sh install: installing component 'rustc' install: installing component 'cargo' install: installing component 'rls-preview' install: installing component 'rust-analyzer-preview' install: installing component 'clippy-preview' install: installing component 'miri-preview' install: installing component 'rustfmt-preview' install: installing component 'llvm-tools-preview' install: installing component 'rust-analysis-x86_64-unknown-netbsd' install: installing component 'rust-std-x86_64-unknown-netbsd' Rust is ready to roll. install: uninstalling component 'rust-std-x86_64-unknown-netbsd' install: creating uninstall script at /tmp/lang/rust/work/rust-bootstrap/lib/rustlib/uninstall.sh install: installing component 'rust-std-x86_64-unknown-netbsd' std is standing at the ready. SDIR=/tmp/lang/rust/work/scripts; /bin/mkdir -p ${SDIR}; cd ${SDIR}; /bin/rm -f c++-wrap; /bin/rm -f clang++-wrap; /bin/rm -f clang-wrap; /bin/rm -f ar-wrap; /bin/cp /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/files/gcc-wrap .; /bin/chmod +x gcc-wrap; /bin/ln -s gcc-wrap c++-wrap; /bin/ln -s gcc-wrap clang++-wrap; /bin/ln -s gcc-wrap clang-wrap; /bin/ln -s gcc-wrap ar-wrap ===> Patching for rust-1.50.0 => Applying pkgsrc patches for rust-1.50.0 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_rustc__codegen__ssa_src_back_linker.rs,v 1.1 2021/01/01 20:44:48 he Exp $ | |Do not use @rpath on Darwin. | |--- compiler/rustc_codegen_ssa/src/back/linker.rs.orig 2020-11-16 14:01:53.000000000 +0000 |+++ compiler/rustc_codegen_ssa/src/back/linker.rs -------------------------- Patching file compiler/rustc_codegen_ssa/src/back/linker.rs using Plan A... Hunk #1 succeeded at 242 (offset -2 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__llvm_build.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__llvm_build.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_rustc__llvm_build.rs,v 1.2 2021/04/19 17:08:09 he Exp $ | |Fix build on NetBSD HEAD-llvm. XXX there is probably a better way to do this. | |--- compiler/rustc_llvm/build.rs.orig 2021-02-10 17:36:44.000000000 +0000 |+++ compiler/rustc_llvm/build.rs -------------------------- Patching file compiler/rustc_llvm/build.rs using Plan A... Hunk #1 succeeded at 281. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs,v 1.1 2021/04/19 17:08:09 he Exp $ | |Add an i586 / pentium variant, in an effort to support AMD Geode etc. | |--- compiler/rustc_target/src/speci586_unknown_netbsd.rs.orig 2021-04-11 00:12:43.084770395 +0200 |+++ compiler/rustc_target/src/spec/i586_unknown_netbsd.rs 2021-04-17 00:25:10.240902011 +0200 -------------------------- (Creating file compiler/rustc_target/src/spec/i586_unknown_netbsd.rs...) Patching file compiler/rustc_target/src/spec/i586_unknown_netbsd.rs using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_mod.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_mod.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_rustc__target_src_spec_mod.rs,v 1.1 2021/04/19 17:08:09 he Exp $ | |Add reference to i586 / pentium NetBSD variant. | |--- compiler/rustc_target/src/spec/mod.rs.orig 2021-02-10 17:36:44.000000000 +0000 |+++ compiler/rustc_target/src/spec/mod.rs -------------------------- Patching file compiler/rustc_target/src/spec/mod.rs using Plan A... Hunk #1 succeeded at 551. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_netbsd__base.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_netbsd__base.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_rustc__target_src_spec_netbsd__base.rs,v 1.3 2021/02/14 08:24:30 he Exp $ | |For the benefit of powerpc, when libatomic-links is installed, |search the directory containing the symlinks to -latomic. | |--- compiler/rustc_target/src/spec/netbsd_base.rs.orig 2020-08-24 15:00:49.000000000 +0000 |+++ compiler/rustc_target/src/spec/netbsd_base.rs -------------------------- Patching file compiler/rustc_target/src/spec/netbsd_base.rs using Plan A... Hunk #1 succeeded at 10. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_solaris__base.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_solaris__base.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_rustc__target_src_spec_solaris__base.rs,v 1.2 2021/02/14 08:24:30 he Exp $ | |Enable frame pointers on SunOS. | |--- compiler/rustc_target/src/spec/solaris_base.rs.orig 2020-12-29 03:03:08.000000000 +0000 |+++ compiler/rustc_target/src/spec/solaris_base.rs -------------------------- Patching file compiler/rustc_target/src/spec/solaris_base.rs using Plan A... Hunk #1 succeeded at 9. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_x86__64__sun__solaris.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_x86__64__sun__solaris.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-compiler_rustc__target_src_spec_x86__64__sun__solaris.rs,v 1.2 2021/02/14 08:24:31 he Exp $ | |Disable stack probes on SunOS. | |--- compiler/rustc_target/src/spec/x86_64_sun_solaris.rs.orig 2020-12-29 03:03:08.000000000 +0000 |+++ compiler/rustc_target/src/spec/x86_64_sun_solaris.rs -------------------------- Patching file compiler/rustc_target/src/spec/x86_64_sun_solaris.rs using Plan A... Hunk #1 succeeded at 5. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_backtrace_crates_backtrace-sys_src_libbacktrace_configure => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_backtrace_crates_backtrace-sys_src_libbacktrace_configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-library_backtrace_crates_backtrace-sys_src_libbacktrace_configure,v 1.1 2021/01/01 20:44:48 he Exp $ | |Use pkgsrc libtool. | |--- library/backtrace/crates/backtrace-sys/src/libbacktrace/configure.orig 2020-10-07 08:04:03.000000000 +0000 |+++ library/backtrace/crates/backtrace-sys/src/libbacktrace/configure -------------------------- Patching file library/backtrace/crates/backtrace-sys/src/libbacktrace/configure using Plan A... Hunk #1 succeeded at 7916. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_std_build.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_std_build.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-library_std_build.rs,v 1.1 2020/11/13 20:35:58 he Exp $ | |- Support PKGSRC_USE_SSP (ugly for now). |- Add libexecinfo for backtrace(). | |--- library/std/build.rs.orig 2020-10-07 07:53:22.000000000 +0000 |+++ library/std/build.rs -------------------------- Patching file library/std/build.rs using Plan A... Hunk #1 failed at 20. Hunk #2 failed at 30. 2 out of 2 hunks failed--saving rejects to library/std/build.rs.rej done Patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_std_build.rs failed => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_std_src_sys_unix_mod.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_std_src_sys_unix_mod.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-library_std_src_sys_unix_mod.rs,v 1.1 2021/04/19 17:08:09 he Exp $ | |Add libexecinfo for backtrace() on NetBSD. | |--- library/std/src/sys/unix/mod.rs.orig 2021-02-10 17:36:44.000000000 +0000 |+++ library/std/src/sys/unix/mod.rs -------------------------- Patching file library/std/src/sys/unix/mod.rs using Plan A... Hunk #1 succeeded at 248. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_std_src_sys_unix_thread.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_std_src_sys_unix_thread.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-library_std_src_sys_unix_thread.rs,v 1.2 2021/04/19 17:08:09 he Exp $ | |Fix stack-clash on SunOS. | |--- library/std/src/sys/unix/thread.rs.orig 2021-02-10 17:36:44.000000000 +0000 |+++ library/std/src/sys/unix/thread.rs -------------------------- Patching file library/std/src/sys/unix/thread.rs using Plan A... Hunk #1 succeeded at 322. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_unwind_build.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_unwind_build.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-library_unwind_build.rs,v 1.2 2021/04/19 17:08:09 he Exp $ | |Fix build on NetBSD HEAD-llvm. XXX there is probably a better way to do this. | |--- library/unwind/build.rs.orig 2021-02-10 17:36:44.000000000 +0000 |+++ library/unwind/build.rs -------------------------- Patching file library/unwind/build.rs using Plan A... Hunk #1 succeeded at 21. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_bootstrap_bootstrap.py => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_bootstrap_bootstrap.py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_bootstrap_bootstrap.py,v 1.5 2021/04/19 17:08:09 he Exp $ | |Use `uname -p` on NetBSD, as that is reliable and sensible there. |Do not use debuginfo; optimize 'bootstrap' instead. |Handle earmv7hf for NetBSD. | |--- src/bootstrap/bootstrap.py.orig 2021-02-10 17:36:44.000000000 +0000 |+++ src/bootstrap/bootstrap.py -------------------------- Patching file src/bootstrap/bootstrap.py using Plan A... Hunk #1 succeeded at 228. Hunk #2 succeeded at 319. Hunk #3 succeeded at 800. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_bootstrap_builder.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_bootstrap_builder.rs,v 1.14 2021/04/19 17:08:09 he Exp $ | |Do not install 'src'. |Use @PREFIX@, not $ORIGIN in rpath. | |Fix RPATH for pkgsrc. | |--- src/bootstrap/builder.rs.orig 2021-02-10 17:36:44.000000000 +0000 |+++ src/bootstrap/builder.rs -------------------------- Patching file src/bootstrap/builder.rs using Plan A... Hunk #1 succeeded at 483. Hunk #2 succeeded at 1081. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_bootstrap_compile.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_bootstrap_compile.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_bootstrap_compile.rs,v 1.2 2021/04/19 17:08:09 he Exp $ | |On Darwin, do not use @rpath for internal libraries. | |--- src/bootstrap/compile.rs.orig 2021-02-10 17:36:44.000000000 +0000 |+++ src/bootstrap/compile.rs -------------------------- Patching file src/bootstrap/compile.rs using Plan A... Hunk #1 succeeded at 359. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_bootstrap_lib.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_bootstrap_lib.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_bootstrap_lib.rs,v 1.8 2021/04/19 17:08:09 he Exp $ | |Don't filter out optimization flags. |FreeBSD has a particular C++ runtime library name | |--- src/bootstrap/lib.rs.orig 2021-02-10 17:36:44.000000000 +0000 |+++ src/bootstrap/lib.rs -------------------------- Patching file src/bootstrap/lib.rs using Plan A... Hunk #1 succeeded at 836. Hunk #2 succeeded at 846. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_CMakeLists.txt => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_CMakeLists.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_llvm-project_llvm_CMakeLists.txt,v 1.2 2021/04/19 17:08:09 he Exp $ | |Don't implement sys/regset.h workaround, fix source instead. | |--- src/llvm-project/llvm/CMakeLists.txt.orig 2020-12-08 20:04:43.000000000 +0000 |+++ src/llvm-project/llvm/CMakeLists.txt -------------------------- Patching file src/llvm-project/llvm/CMakeLists.txt using Plan A... Hunk #1 succeeded at 959. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake,v 1.5 2021/04/19 17:08:09 he Exp $ | |"-z discard-unused" is only supported by Oracle Solaris ld. |On Darwin, use correct install-name for shared libraries. | |--- src/llvm-project/llvm/cmake/modules/AddLLVM.cmake.orig 2020-05-20 18:10:32.000000000 +0000 |+++ src/llvm-project/llvm/cmake/modules/AddLLVM.cmake -------------------------- Patching file src/llvm-project/llvm/cmake/modules/AddLLVM.cmake using Plan A... Hunk #1 succeeded at 2063. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_include_llvm-c_DataTypes.h => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_include_llvm-c_DataTypes.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_llvm-project_llvm_include_llvm-c_DataTypes.h,v 1.1 2019/04/14 12:42:03 he Exp $ | |Don't implement sys/regset.h workaround, fix source instead. | |--- src/llvm-project/llvm/include/llvm-c/DataTypes.h.orig 2018-08-01 16:32:37.000000000 +0000 |+++ src/llvm-project/llvm/include/llvm-c/DataTypes.h -------------------------- Patching file src/llvm-project/llvm/include/llvm-c/DataTypes.h using Plan A... No such line 86 in input file, ignoring Hunk #1 succeeded at 81 (offset -6 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_include_llvm_Analysis_ConstantFolding.h => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_include_llvm_Analysis_ConstantFolding.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_llvm-project_llvm_include_llvm_Analysis_ConstantFolding.h,v 1.2 2021/04/19 17:08:09 he Exp $ | |Fix SunOS CS conflict not handled by include/llvm-c/DataTypes.h | |--- src/llvm-project/llvm/include/llvm/Analysis/ConstantFolding.h.orig 2020-12-08 20:04:43.000000000 +0000 |+++ src/llvm-project/llvm/include/llvm/Analysis/ConstantFolding.h -------------------------- Patching file src/llvm-project/llvm/include/llvm/Analysis/ConstantFolding.h using Plan A... Hunk #1 succeeded at 19. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_llvm-project_llvm_utils_FileCheck_FileCheck.cpp,v 1.3 2021/04/19 17:08:09 he Exp $ | |Avoid ambiguous function call. | |--- src/llvm-project/llvm/utils/FileCheck/FileCheck.cpp.orig 2020-12-08 20:04:43.000000000 +0000 |+++ src/llvm-project/llvm/utils/FileCheck/FileCheck.cpp -------------------------- Patching file src/llvm-project/llvm/utils/FileCheck/FileCheck.cpp using Plan A... Hunk #1 succeeded at 558. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_cargo_src_cargo_core_profiles.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_cargo_src_cargo_core_profiles.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_tools_cargo_src_cargo_core_profiles.rs,v 1.4 2021/04/19 17:08:09 he Exp $ | |Turn off incremental builds for sparc64, ref. |https://sources.debian.org/patches/cargo/0.29.0-1/2007_sparc64_disable_incremental_build.patch/ | |--- src/tools/cargo/src/cargo/core/profiles.rs.orig 2021-02-10 17:37:00.000000000 +0000 |+++ src/tools/cargo/src/cargo/core/profiles.rs -------------------------- Patching file src/tools/cargo/src/cargo/core/profiles.rs using Plan A... Hunk #1 succeeded at 695. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_cargo_tests_testsuite_build.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_cargo_tests_testsuite_build.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_tools_cargo_tests_testsuite_build.rs,v 1.6 2021/04/19 17:08:09 he Exp $ | |Don't attempt incremental operations on sparc64, ref. |https://sources.debian.org/patches/cargo/0.29.0-1/2007_sparc64_disable_incremental_build.patch/ | |--- src/tools/cargo/tests/testsuite/build.rs.orig 2021-02-10 17:37:00.000000000 +0000 |+++ src/tools/cargo/tests/testsuite/build.rs -------------------------- Patching file src/tools/cargo/tests/testsuite/build.rs using Plan A... Hunk #1 succeeded at 45. Hunk #2 succeeded at 68. Hunk #3 succeeded at 111. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_rls_rls_src_cmd.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_rls_rls_src_cmd.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_tools_rls_rls_src_cmd.rs,v 1.2 2021/04/19 17:08:09 he Exp $ | |Use 32-bit atomic instead of 64-bit; latter may not be available on |32-bit platforms (powerpc, earmv7). | |--- src/tools/rls/rls/src/cmd.rs.orig 2021-02-10 17:37:00.000000000 +0000 |+++ src/tools/rls/rls/src/cmd.rs -------------------------- Patching file src/tools/rls/rls/src/cmd.rs using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 316. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_rls_rls_src_server_io.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_rls_rls_src_server_io.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_tools_rls_rls_src_server_io.rs,v 1.3 2021/04/19 17:08:09 he Exp $ | |Use 32-bit atomic instead of 64-bit; latter may not be available on |32-bit platforms (powerpc, earmv7). | |--- src/tools/rls/rls/src/server/io.rs.orig 2021-02-10 17:37:00.000000000 +0000 |+++ src/tools/rls/rls/src/server/io.rs -------------------------- Patching file src/tools/rls/rls/src/server/io.rs using Plan A... Hunk #1 succeeded at 5. Hunk #2 succeeded at 169. Hunk #3 succeeded at 192. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_rust-installer_install-template.sh => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-src_tools_rust-installer_install-template.sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_tools_rust-installer_install-template.sh,v 1.3 2018/11/27 15:45:23 adam Exp $ | |No logging to 'install.log'. |Do not create 'uninstall.sh'. | |--- src/tools/rust-installer/install-template.sh.orig 2018-11-07 03:23:50.000000000 +0000 |+++ src/tools/rust-installer/install-template.sh -------------------------- Patching file src/tools/rust-installer/install-template.sh using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 964. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_libc_src_unix_solarish_mod.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_libc_src_unix_solarish_mod.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-vendor_libc_src_unix_solarish_mod.rs,v 1.2 2021/04/19 17:08:09 he Exp $ | |Fix xattr build. | |--- vendor/libc/src/unix/solarish/mod.rs.orig 2021-02-10 18:18:38.000000000 +0000 |+++ vendor/libc/src/unix/solarish/mod.rs -------------------------- Patching file vendor/libc/src/unix/solarish/mod.rs using Plan A... Hunk #1 succeeded at 1177. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_lzma-sys_config.h => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_lzma-sys_config.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-vendor_lzma-sys_config.h,v 1.2 2021/04/19 17:08:09 he Exp $ | |Fix SunOS builds with newer compilers. | |--- vendor/lzma-sys/config.h.orig 2019-09-23 23:15:03.000000000 +0000 |+++ vendor/lzma-sys/config.h -------------------------- Patching file vendor/lzma-sys/config.h using Plan A... Hunk #1 succeeded at 35. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_net2_src_ext.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_net2_src_ext.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-vendor_net2_src_ext.rs,v 1.3 2021/01/01 20:44:48 he Exp $ | |It looks like NetBSD doesn't need the same tweak as OpenBSD |to use SO_KEEPALIVE instead of TCP_KEEPIDLE when specifying |TCP-layer keepalive value. | |--- vendor/net2/src/ext.rs.orig 2020-11-16 14:27:49.000000000 +0000 |+++ vendor/net2/src/ext.rs -------------------------- Patching file vendor/net2/src/ext.rs using Plan A... Hunk #1 succeeded at 668. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_openssl-src_src_lib.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_openssl-src_src_lib.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-vendor_openssl-src_src_lib.rs,v 1.3 2021/04/19 17:08:09 he Exp $ | |Provide defaults for the various NetBSD targets. | |--- vendor/openssl-src/src/lib.rs.orig 2020-12-29 03:36:31.000000000 +0000 |+++ vendor/openssl-src/src/lib.rs -------------------------- Patching file vendor/openssl-src/src/lib.rs using Plan A... Hunk #1 succeeded at 167. Hunk #2 succeeded at 179. Hunk #3 succeeded at 191. Hunk #4 succeeded at 199. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_stacker_src_lib.rs => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-vendor_stacker_src_lib.rs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-vendor_stacker_src_lib.rs,v 1.2 2021/04/19 17:08:09 he Exp $ | |Avoid missing pthread_* on older SunOS. | |--- vendor/stacker/src/lib.rs.orig 2021-02-10 18:18:39.000000000 +0000 |+++ vendor/stacker/src/lib.rs -------------------------- Patching file vendor/stacker/src/lib.rs using Plan A... Hunk #1 succeeded at 407. done ERROR: Patching failed due to modified or broken patch file(s): ERROR: /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust/patches/patch-library_std_build.rs *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/lang/rust