Date: Fri, 09 Nov 2018 21:04:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233096] lang/rust 1.30.0 fails to build: manifest-cargo: No such file or directory Message-ID: <bug-233096-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233096 Bug ID: 233096 Summary: lang/rust 1.30.0 fails to build: manifest-cargo: No such file or directory Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: rust@FreeBSD.org Reporter: skh1002@hotmail.com Assignee: rust@FreeBSD.org Flags: maintainer-feedback?(rust@FreeBSD.org) When trying to build the latest version of lang/rust in a jail running on FreeBSD 11.2 p4, at the very end of the process, I get the following error:= =20 Rust is ready to roll. < Rustc { stage: 2, target: "x86_64-unknown-freebsd", host: "x86_64-unknown-freebsd" } Build completed successfully in 0:22:42 for f in lib/rustlib/manifest-cargo lib/rustlib/manifest-clippy-preview=20 lib/rustlib/manifest-rls-preview lib/rustlib/manifest-rustc=20 lib/rustlib/manifest-rustfmt-preview=20 lib/rustlib/manifest-rust-analysis-x86_64-unknown-freebsd=20 lib/rustlib/manifest-rust-std-x86_64-unknown-freebsd lib/rustlib/manifest-rust-docs; do /usr/bin/sed -i.bak -E -e 's|:/usr/ports/lang/rust/work/stage|:|' -e 's|(man/man[1-9]/.*\.[0-9])|\1.= gz|' /usr/ports/lang/rust/work/stage/usr/local/$f; /bin/rm -f /usr/ports/lang/rust/work/stage/usr/local/$f.bak; echo "/usr/local/$f" >> /usr/ports/lang/rust/work/.PLIST.mktmp; /usr/bin/awk ' /^file:/ { file=3D= $0;=20 sub(/^file:/, "", file); print file; } /^dir:/ { dir=3D$0; sub(/^dir:/= , "", dir); system("find /usr/ports/lang/rust/work/stage" dir " -type f | /usr/bin/sed -E -e \"s|/usr/ports/lang/rust/work/stage||\""); }'=20 /usr/ports/lang/rust/work/stage/usr/local/$f >> /usr/ports/lang/rust/work/.PLIST.mktmp; done sed: /usr/ports/lang/rust/work/stage/usr/local/lib/rustlib/manifest-cargo: = No such file or directory *** Error code 1 Stop. make[1]: stopped in /skeleton/usr/ports/lang/rust *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233096-7788>