Re: [PATCH] config: Remove unnecessary setting/unsetting of prefix in profiles

2022-06-29 Thread Dmitry V. Levin
Hi, On Wed, Jun 29, 2022 at 08:33:19PM +0200, Mark Wielaard wrote: > Hi Frank, > > On Wed, Jun 29, 2022 at 01:29:04PM -0400, Frank Ch. Eigler wrote: > > > In both profile.csh.in and profile.sh.in we set and then unset > > > prefix, but never use it. > > > > It is used, because the autoconf @sysc

Re: [PATCH] config: Remove unnecessary setting/unsetting of prefix in profiles

2022-06-29 Thread Mark Wielaard
Hi Frank, On Wed, Jun 29, 2022 at 01:29:04PM -0400, Frank Ch. Eigler wrote: > > In both profile.csh.in and profile.sh.in we set and then unset > > prefix, but never use it. > > It is used, because the autoconf @sysconfdir@ macro expands to a > string like "$prefix/...", which requires the shell v

Re: [PATCH] config: Remove unnecessary setting/unsetting of prefix in profiles

2022-06-29 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > In both profile.csh.in and profile.sh.in we set and then unset > prefix, but never use it. It is used, because the autoconf @sysconfdir@ macro expands to a string like "$prefix/...", which requires the shell variable $prefix to be set. - FChE

[PATCH] config: Remove unnecessary setting/unsetting of prefix in profiles

2022-06-29 Thread Mark Wielaard
In both profile.csh.in and profile.sh.in we set and then unset prefix, but never use it. Signed-off-by: Mark Wielaard --- config/ChangeLog | 5 + config/profile.csh.in | 2 -- config/profile.sh.in | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/ChangeLog b

elfutils-0.187 failing to build for a MUSL MIPS target

2022-06-29 Thread Immolo via Elfutils-devel
Hi, When trying to cross compile elfutils-0.187 for a MIPS device it fails with various errors depending on the USE flags set on my crossdev Gentoo setup. I believe but have not confirmed this is a MIPS issue until I have done further tests. in the MUSL overlay also fails with the same issue so