[patch #9999] Fix --preserve-dup-deps flag not to strip some duplicates

2024-04-21 Thread Julien ÉLIE
Follow-up Comment #1, patch # (group libtool): FWIW, the patch was locally applied to INN in 2020, and there hasn't been any build problem since then. Building INN with libtool otherwise failed with unresolved circular dependencies, even with the use of *--preserve-dup-deps*.

Installation of libtool-2.4.7 from source

2024-04-21 Thread Carissa Chen
Hello, I have installed libtool-2.4.7 from source as I require it for the latest Singularity version. However when I try to run libtoolize, it gives this error. libtoolize: error: $pkgauxdir is not a directory: '/usr/local/share/libtool/build-aux' I’m not quite familiar with source

Re: [PATCH] Fix Wstrict-prototypes warnings

2024-04-21 Thread Peter Kokot
On Tue, 16 Apr 2024 at 19:56, Ileana Dumitrescu wrote: > > Thank you for the patch. Diagnosing the test errors is not so easy > without more information. Could you tell me which tests failed for you, > and which ones you fixed with the addition of this patch? Also, which > libtool and compiler

ld scripts and libltdl

2024-04-21 Thread Madhu
I'm using a program that uses libltdl (from libtool) to wrap calls to dlopen (e.g. lt_dlopenext) and dlsym and it is utterly unable to dlopen "standard" shared libraries. Gentoo (probably following upstream glibc) has been putting linker scripts where shared libraries were orignially expected.