Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689384 - dev-vcs/subversion: fperms QA issue
Summary: dev-vcs/subversion: fperms QA issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-07 00:08 UTC by Tim Harder
Modified: 2019-07-16 08:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Harder gentoo-dev 2019-07-07 00:08:31 UTC
Please change fperms calls in src_prepare() to use chmod as per the QA output during build:

Relative path passed to 'fperms': build/transform_libtool_scripts.sh
This is unsupported. Please use 'chmod' when you need to work on files
outside the installation image (${ED}).
Comment 1 Larry the Git Cow gentoo-dev 2019-07-16 08:16:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d62d90c386bd1b1b2ab8141171c39d9a1343d5

commit 04d62d90c386bd1b1b2ab8141171c39d9a1343d5
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-07-16 08:15:53 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-07-16 08:15:53 +0000

    dev-vcs/subversion: Avoid fperms QA issue.
    
    Closes: https://bugs.gentoo.org/689384
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 dev-vcs/subversion/subversion-1.10.4.ebuild | 2 +-
 dev-vcs/subversion/subversion-1.11.1.ebuild | 2 +-
 dev-vcs/subversion/subversion-1.12.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)