> On Aug 17, 2021, at 22:04, Evan Miller wrote:
>
>
>> On Aug 17, 2021, at 18:53, Paul Eggert wrote:
>>
>> On 8/17/21 1:02 PM, Evan Miller wrote:
>>
>>> Thanks for the patch. At present, the non-libsigsegv implementation does
>>> not compile on this machine for reasons described in
>>> http
> On Aug 22, 2021, at 16:42, Paul Eggert wrote:
>
> On 8/22/21 4:19 AM, Evan Miller wrote:
>> c-stack.c: In function 'die':
>> c-stack.c:106:17: warning: implicit declaration of function 'mempcpy'
>> [-Wimplicit-function-declaration]
>>char *p = mempcpy (buf, progname, prognamelen);
>
On 8/22/21 4:19 AM, Evan Miller wrote:
c-stack.c: In function 'die':
c-stack.c:106:17: warning: implicit declaration of function 'mempcpy'
[-Wimplicit-function-declaration]
char *p = mempcpy (buf, progname, prognamelen);
Evidently some dependencies were missing from the c-stack module.
> On Aug 21, 2021, at 19:46, Bruno Haible wrote:
>
> Run these commands:
>
> ./gnulib-tool --create-testdir --dir=testdir1 --single-configure c-stack
> cd testdir1
> ./configure
> make
> make check
>
> If they fail, then you do need the libsigsegv library.
FWIW the first step fails pro
Evan Miller wrote:
> > Oh, I see you're building for an old system (Mac OSX 10.4.11, circa 2007)
> > that Apple itself is no longer supporting. Although we don't normally worry
> > about such platforms, perhaps you can come up with a patch that clearly
> > won't break mainline platforms.
>
> A
Paul Eggert wrote:
> > Using grep 3.7 (as well as master), I'm seeing undefined symbol errors
> > after pointing the build to use a local installation of libsigsegv (version
> > 2.13).
>
> Thanks for reporting that. It's a bug in Gnulib's c-stack module, which
> I fixed in Gnulib by installing
On 8/17/21 7:04 PM, Evan Miller wrote:
./configure LDFLAGS='-L/opt/local/lib' LIBS='-lsigsegv'
That workaround is what I was looking for, and will let MacPorts fix its
package without waiting for a new Grep release.
Thanks. I'm closing the grep bug report as we have a c-stack fix
installe
> On Aug 17, 2021, at 18:53, Paul Eggert wrote:
>
> On 8/17/21 1:02 PM, Evan Miller wrote:
>
>> Thanks for the patch. At present, the non-libsigsegv implementation does not
>> compile on this machine for reasons described in
>> https://trac.macports.org/ticket/63381
>
> Oh, I see you're buil
On 8/17/21 1:02 PM, Evan Miller wrote:
Thanks for the patch. At present, the non-libsigsegv implementation does not
compile on this machine for reasons described in
https://trac.macports.org/ticket/63381
Oh, I see you're building for an old system (Mac OSX 10.4.11, circa
2007) that Apple it
> On Aug 17, 2021, at 15:12, Paul Eggert wrote:
>
> On 8/17/21 11:06 AM, Evan Miller wrote:
>> Using grep 3.7 (as well as master), I'm seeing undefined symbol errors after
>> pointing the build to use a local installation of libsigsegv (version 2.13).
>
> Thanks for reporting that. It's a bug
On 8/17/21 11:06 AM, Evan Miller wrote:
Using grep 3.7 (as well as master), I'm seeing undefined symbol errors after
pointing the build to use a local installation of libsigsegv (version 2.13).
Thanks for reporting that. It's a bug in Gnulib's c-stack module, which
I fixed in Gnulib by instal
Using grep 3.7 (as well as master), I'm seeing undefined symbol errors after
pointing the build to use a local installation of libsigsegv (version 2.13).
Making all in src
CCLD grep
Undefined symbols:
"_stackoverflow_install_handler", referenced from:
_c_stack_action in libgreputils
12 matches
Mail list logo