Summary: | portage-2.3.35: spurious imageusr directory in EAPI 7 (ecompress problem?) | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Ulrich Müller <ulm> |
Component: | Core - Ebuild Support | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | critical | Keywords: | InVCS |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 651804, 654472 | ||
Attachments: | foo-1.ebuild |
Description
Ulrich Müller
![]() The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=256bcb665fcd37356c02a08a3e2a12d415a5d656 From 256bcb665fcd37356c02a08a3e2a12d415a5d656 Mon Sep 17 00:00:00 2001 From: Zac Medico <zmedico@gentoo.org> Date: Fri, 4 May 2018 08:55:59 -0700 Subject: [PATCH] ecompressdir: fix slash normalization (bug 654838) This solves the following error, for EAPI 7 ebuilds using newdoc as shown: mv: cannot move '/var/tmp/portage/portage-test/foo-1/temp/ecompress-skip/usr/share/doc/foo-1/html' to '/var/tmp/portage/portage-test/foo-1/imageusr/share/doc/foo-1/html/html': Directory not empty EAPI=7 src_install() { docinto html newdoc /dev/null null.html } Fixes: 244a62a4f275 ("Fix uses of D/ED to account for no trailing slash") --- bin/ebuild-helpers/ecompressdir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Fixed since portage-2.3.36. |