Date: Mon, 08 Aug 2016 12:57:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211623] [PATCH] Mk/Scripts/do-fetch fails when DISTDIR is symlink Message-ID: <bug-211623-13-c5XyJQmD6u@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211623-13@https.bugs.freebsd.org/bugzilla/> References: <bug-211623-13@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=3D211623 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: mat Date: Mon Aug 8 12:57:34 UTC 2016 New revision: 419840 URL: https://svnweb.freebsd.org/changeset/ports/419840 Log: Only try to create DISTDIR if it does not exist already. It turns out, some people, instead of setting DISTDIR, replace it with a symlink pointing to where DISTDIR should be pointing. And mkdir -p <symlink> fails. PR: 211623 Reported by: Harald Schmalzbauer Sponsored by: Absolight Changes: head/Mk/Scripts/do-fetch.sh --=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-211623-13-c5XyJQmD6u>