Date: Fri, 19 Jul 2019 06:23:35 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239293] lang/rust: `make fetch-list` fails Message-ID: <bug-239293-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239293 Bug ID: 239293 Summary: lang/rust: `make fetch-list` fails 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: brigadir15@gmail.com Flags: maintainer-feedback?(rust@FreeBSD.org) Assignee: rust@FreeBSD.org I can't get `fetch-list` for the port: ``` $ cd /usr/ports/lang/rust $ make fetch-list mkdir -p /usr/ports/distfiles/rust && cd /usr/ports/distfiles/rust && { env /usr/bin/fetch -Fpr -S 98707920 https://static.rust-lang.org/dist/rustc-1.36.0-src.tar.xz || env /usr/bin/fetch -Fpr -S 98707920 http://distcache.FreeBSD.org/ports-distfiles/rust/rustc-1.36.0-src.tar.xz = || echo "rustc-1.36.0-src.tar.xz" not fetched; } mkdir -p /usr/ports/distfiles/rust && cd /usr/ports/distfiles/rust && { mkd= ir: 2019-05-23: Permission denied *** Error code 1 Stop. make: stopped in /usr/ports/lang/rust ``` On other ports I need `make fetch-list` generate the lists without errors. = And I never `fetch-list` for lang/rust before (therefore, I'm not sure that this error appears near the r506903). The ports tree is at r506903. FreeBSD 13.0-CURRENT and 12.0-RELEASE-p4. --=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-239293-7788>