From owner-freebsd-ports-bugs@freebsd.org Fri Jul 19 07:12:11 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 032ADBB453 for ; Fri, 19 Jul 2019 07:12:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id DB4FB8A0D8 for ; Fri, 19 Jul 2019 07:12:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DAD2CBB452; Fri, 19 Jul 2019 07:12:10 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D97C8BB451 for ; Fri, 19 Jul 2019 07:12:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B89348A0D7 for ; Fri, 19 Jul 2019 07:12:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F6551D30E for ; Fri, 19 Jul 2019 07:12:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x6J7CAGa030600 for ; Fri, 19 Jul 2019 07:12:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x6J7CA0D030599 for ports-bugs@FreeBSD.org; Fri, 19 Jul 2019 07:12:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 Date: Fri, 19 Jul 2019 07:12:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name cc assigned_to component short_desc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Rspamd-Queue-Id: DB4FB8A0D8 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2019 07:12:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239293 Tobias Kortkamp 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 --- 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.=