Gnulib use of -Wl,-rpath

2019-05-13 Thread Jeffrey Walton
Hi Everyone, I'm trying to track down a failure in building libidn. IDN uses Gnulib, and IDN's 'make check' is failing on the Gnulib test runner. IDN's earlier test runners pass, and I think the issue is related Gnulib. First, here is a successful runner. IDN's runners 1 and 2 do this: libtool:

Re: getgroups.c failes to compile

2019-05-13 Thread Bruno Haible
Hi, Mohammad Akhlaghi wrote: > Recently in a build of Gnuastro 0.9 (which uses Gnulib > `v0.1-2539-gd6af24178'), we confronted a crash during the build of > Gnulib's `getgroups.c' (error summary is in P.S.). A log of the command "make" would be more useful than a log of the command "make -j8",

Re: Why does close_stdout close stdout and stderr?

2019-05-13 Thread Florian Weimer
* Paul Eggert: >> As long as you link libraries dynamically, any of the directly or indirectly >> linked libraries can introduce an ELF destructor or atexit() handler anytime, > > I don't see any way around this problem in general with the closeout > module's current API, because when it discovers