Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747289 - sys-apps/util-linux-9999 remove adjusting permissions on non-existing getopt-parse files
Summary: sys-apps/util-linux-9999 remove adjusting permissions on non-existing getopt-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-10-08 09:08 UTC by Nikolay Kichukov
Modified: 2020-10-26 16:56 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 Nikolay Kichukov 2020-10-08 09:08:28 UTC
Upstream has migrated the files we adjust to:
getopt-example, see:
https://github.com/karelzak/util-linux/issues/1151#issuecomment-705391520

Thus this ebuild fails to compile. 

Removing this line works, as getopt-example* do not have the execute bit set anyways, so it is no longer needed.

Reproducible: Always
Comment 1 Nikolay Kichukov 2020-10-08 09:09:21 UTC
https://github.com/gentoo/gentoo/pull/17846

resolves it.
Comment 2 Larry the Git Cow gentoo-dev 2020-10-26 16:56:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0468dcb4c665584084a5117c09ca0429ed5cb3

commit 0a0468dcb4c665584084a5117c09ca0429ed5cb3
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-10-26 16:55:59 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-10-26 16:56:18 +0000

    sys-apps/util-linux: remove handling of getopt-parse* files
    
    Closes: https://bugs.gentoo.org/747289
    Closes: https://github.com/gentoo/gentoo/pull/17846
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 sys-apps/util-linux/util-linux-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)