Date: Fri, 19 Jul 2019 07:12:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239293] fetch-list: broken handling of DISTFILES when it has entries with subdirectories Message-ID: <bug-239293-7788-s510ti8wvI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239293-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-239293-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239293 Tobias Kortkamp <tobik@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(rust@F |maintainer-feedback+ |reeBSD.org) | CC| |ports-bugs@FreeBSD.org Assignee|rust@FreeBSD.org |portmgr@FreeBSD.org Component|Individual Port(s) |Ports Framework Summary|lang/rust: `make |fetch-list: broken handling |fetch-list` fails |of DISTFILES when it has | |entries with subdirectories Status|New |Open --- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> --- Ok, I am able to reproduce it if I do not have write permissions to /usr/ports/lang/rust. For some reason fetch-list or fetch-url-list attempt to mkdir /usr/ports/lang/rust/2019-05-23 on fetch-list or fetch-url-list, which does not make a whole lot of sense since it is not even under /usr/ports/distfiles/. But then again fetch-list should probably not even attempt creating any directories at all. This also affects other ports that have a DISTFILES with a / in them like devel/rust-cbindgen or devel/rust-bindgen. This seems like bad behavior of or an unhandled edge case in do-fetch.sh (or somewhere else?) to me. Assigning to portmgr. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239293-7788-s510ti8wvI>