On 3/13/22 00:04, Simon Josefsson wrote:
Reading the ideas in your responses, I think gnulib could help
developers to use ASan/UBSan in their project by assisting with these
choices. I'll see if I can come up with anything that is generally
useful, once I get a couple of projects to build and se
On Sun, Mar 13, 2022 at 3:44 PM Bruno Haible wrote:
>
> Hi Ben,
>
> > When I try to use the Gnulib relocatable-prog module with a program
> > that has an uninstall-hook, Automake gives a warning like this:
> >
> > po/automake.mk:97: warning: uninstall-hook was already defined in
> > condition RELO
Hi Ben,
> When I try to use the Gnulib relocatable-prog module with a program
> that has an uninstall-hook, Automake gives a warning like this:
>
> po/automake.mk:97: warning: uninstall-hook was already defined in
> condition RELOCATABLE_VIA_WRAPPER, which is included in condition TRUE
> ...
> Ma
It had been documented there before for the Automake 1.11 requirement.
* NEWS: Mention the change.
---
ChangeLog | 6 ++
NEWS | 2 ++
2 files changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index dcdb38f8c8..0586a854d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2
When I try to use the Gnulib relocatable-prog module with a program
that has an uninstall-hook, Automake gives a warning like this:
po/automake.mk:97: warning: uninstall-hook was already defined in
condition RELOCATABLE_VIA_WRAPPER, which is included in condition TRUE
...
Makefile.am:84: 'po/aut
Hi John,
> In the Octave sources, we limit the direct use of gnulib header files to
> one convenience library so we add
>
>-Ilibgnu -I$(srcdir)/libgnu
>
> to one library-specific CPPFLAGS variable,
> %canon_reldir%_libwrappers_la_CPPFLAGS. We don't want to add them to
> AM_CPPFLAGS and h
On Sun, Mar 13, 2022 at 9:14 AM Sam wrote:
>
>
>
> > On 13 Mar 2022, at 14:17, Bruno Haible wrote:
> >
> > Eric Blake wrote:
> >> On Wed, Mar 09, 2022 at 11:37:14PM -0800, Khem Raj wrote:
> >>> mcontext is not a standard layout so glibc and musl differ sadly.
> >>>
> >>> Fixes
> >>> ../../m4-1.4.
> On 13 Mar 2022, at 14:17, Bruno Haible wrote:
>
> Eric Blake wrote:
>> On Wed, Mar 09, 2022 at 11:37:14PM -0800, Khem Raj wrote:
>>> mcontext is not a standard layout so glibc and musl differ sadly.
>>>
>>> Fixes
>>> ../../m4-1.4.19/lib/sigsegv.c: In function 'sigsegv_handler':
On Sun, Mar 13, 2022, at 09:10, Simon Josefsson wrote:
> Darshit Shah writes:
>
>> + --gpg-keyring-url=URLURL pointing to the GnuPG Keyring containing
>> +the key used to sign the tarballs
> ...
>> If that command fails because you don't have the requi
Eric Blake wrote:
> On Wed, Mar 09, 2022 at 11:37:14PM -0800, Khem Raj wrote:
> > mcontext is not a standard layout so glibc and musl differ sadly.
> >
> > Fixes
> > ../../m4-1.4.19/lib/sigsegv.c: In function 'sigsegv_handler':
> >
Darshit Shah writes:
> + --gpg-keyring-url=URLURL pointing to the GnuPG Keyring containing
> +the key used to sign the tarballs
...
> If that command fails because you don't have the required public key,
> then run this command to import it:
>
> - gp
Thanks for quick debugging and conclusion!
Reading the ideas in your responses, I think gnulib could help
developers to use ASan/UBSan in their project by assisting with these
choices. I'll see if I can come up with anything that is generally
useful, once I get a couple of projects to build and s
12 matches
Mail list logo