Re: [gentoo-portage-dev] [PATCH] config.environ: always strip slash from SYSROOT (bug 654600)

2018-05-04 Thread Zac Medico
On 05/03/2018 02:30 AM, Brian Dolbec wrote: > On Wed, 2 May 2018 18:03:38 -0700 > Zac Medico wrote: > >> Since SYSROOT=/ interacts badly with autotools.eclass (bug 654600), >> and no EAPI expects SYSROOT to have a trailing slash, always strip >> the trailing slash from

Re: [gentoo-portage-dev] [PATCH] config.environ: always strip slash from SYSROOT (bug 654600)

2018-05-03 Thread Brian Dolbec
On Wed, 2 May 2018 18:03:38 -0700 Zac Medico wrote: > Since SYSROOT=/ interacts badly with autotools.eclass (bug 654600), > and no EAPI expects SYSROOT to have a trailing slash, always strip > the trailing slash from SYSROOT. > > Bug: https://bugs.gentoo.org/654600 > Fixes:

[gentoo-portage-dev] [PATCH] config.environ: always strip slash from SYSROOT (bug 654600)

2018-05-02 Thread Zac Medico
Since SYSROOT=/ interacts badly with autotools.eclass (bug 654600), and no EAPI expects SYSROOT to have a trailing slash, always strip the trailing slash from SYSROOT. Bug: https://bugs.gentoo.org/654600 Fixes: a41dacf7926c ("Export SYSROOT and ESYSROOT in ebuild env in EAPI 7") ---