Summary: | sys-apps/findutils fails to build with sys-libs/glibc-2.28 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Philipp Ammann <philipp.ammann> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 663916 | ||
Attachments: |
build.log
allows to compile findutils-4.6.0-r1 with glibc-2.28 installed |
Description
Philipp Ammann
2018-08-09 17:49:53 UTC
Problem is in gnulib: https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=4af4a4a71827c0bc5e0ec67af23edef4f15cee8e https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=74d9d6a293d7462dea8f83e7fc5ac792e956a0ad findutils upstream has already updated, https://git.savannah.gnu.org/cgit/findutils.git/commit/gnulib?id=b94be7a07198fca590559d60ff727996a0b52456 > Btw: e{patch,apply}_user isn't run by the current ebuild We will probably bump EAPI when we touch package the next time. Created attachment 547522 [details, diff]
allows to compile findutils-4.6.0-r1 with glibc-2.28 installed
Created patch from upstream findutils that allows to compile it with glibc-2.28 installed.
add epatch_user to ebuild and put the patch file into /etc/portage/patches/sys-apps/findutils-4.6.0-r1
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59187801803475b949d2dfe41dfa7e7e70fdc5ea commit 59187801803475b949d2dfe41dfa7e7e70fdc5ea Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2018-10-14 09:40:05 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2018-10-14 09:40:31 +0000 sys-apps/findutils: fix build against glibc-2.28, bug #663242 Patch by milan hodoscek. While at it added 'epatch_user'. Closes: https://bugs.gentoo.org/663242 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../findutils/files/findutils-4.6.0-glibc228.patch | 335 +++++++++++++++++++++ sys-apps/findutils/findutils-4.6.0-r1.ebuild | 4 +- 2 files changed, 338 insertions(+), 1 deletion(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=29ee6c868a673492b3e3c1b5e7047ab509fe4f27 commit 29ee6c868a673492b3e3c1b5e7047ab509fe4f27 Author: Michael Haubenwallner <haubi@gentoo.org> AuthorDate: 2020-03-12 11:46:30 +0000 Commit: Michael Haubenwallner <haubi@gentoo.org> CommitDate: 2020-03-12 11:47:09 +0000 bootstrap-prefix.sh: bump stage1 findutils Bug: https://bugs.gentoo.org/663242 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> scripts/bootstrap-prefix.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) |