Summary: | webapp.eclass is not EAPI=7 compatible | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ian Pickworth <ian> |
Component: | Eclasses | Assignee: | Gentoo Web-apps project <webapps-request> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | conikost, proxy-maint, tb |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/10471 https://github.com/gentoo/gentoo/pull/11112 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
webapps.eclass.patch
0001-eclass-webapp.eclass-fix-ROOT-path-with-EAPI-7.patch |
Description
Ian Pickworth
2018-11-16 10:55:51 UTC
Created attachment 555362 [details, diff]
webapps.eclass.patch
Wouldn't that patch fix it?
Created attachment 555364 [details, diff]
0001-eclass-webapp.eclass-fix-ROOT-path-with-EAPI-7.patch
I applied the patch to my local copy of webapp.eclass and emerged www-apps/phpsysinfo-3.2.10-r1 Worked OK, so patch cures the problem, thanks. I see a pull request in the bug log - but my local copy (emerge --sync last night 26 Nov) was still in original form. I guess something else has to happen to distribute the fixed webapp.eclass ? *** Bug 672232 has been marked as a duplicate of this bug. *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c317f1194eeb7e9b10fa7f8845b62d0d575a1733 commit c317f1194eeb7e9b10fa7f8845b62d0d575a1733 Author: Conrad Kostecki <conrad@kostecki.com> AuthorDate: 2019-02-19 21:03:09 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-02-21 10:29:09 +0000 eclass/webapp.eclass: fix install with EAPI=7 Starting with EAPI=7 the ROOT variable does not contain any trailing slash anymore, so it need's to be adjusted to work with EAPI=7, while maintaining compatibility with older EAPI. Closes: https://bugs.gentoo.org/671258 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/11112 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> eclass/webapp.eclass | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) |