emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#25803: closed (./configure CFLAGS=-ggdb3 fails 'gu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25803: closed (./configure CFLAGS=-ggdb3 fails 'guile-snarf')
Date: Wed, 19 Apr 2017 15:21:02 +0000

Your message dated Wed, 19 Apr 2017 17:20:27 +0200
with message-id <address@hidden>
and subject line Re: bug#25803: [PATCH] guile-snarf: skip -g* arguments to 
avoid build failure
has caused the debbugs.gnu.org bug report #25803,
regarding ./configure CFLAGS=-ggdb3 fails 'guile-snarf'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25803: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25803
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: ./configure CFLAGS=-ggdb3 fails 'guile-snarf' Date: Sun, 19 Feb 2017 22:36:39 +0000
It popped out as a
    https://bugs.gentoo.org/show_bug.cgi?id=608190
where one of packages failed to build with CFLAGS=-ggdb3 was guile-2.0.13

guile git master is also affected:

    $ ./configure CFLAGS=-ggdb3
    $ make
    make[1]: Entering directory '/home/slyfox/dev/git/guile/libguile'
      CC       libguile_2.2_la-alist.lo
    In file included from alist.c:398:0:
    ../libguile/alist.x: In function 'scm_init_alist':
    ../libguile/alist.x:2:2537: error: conflicting types for 
'scm_i_foreign_call'

The problem here is in gcc -ggdb3 which leaves too much
of unrelated input. guile-snarf does not understand how to drop it:

guile/libguile $ guile-snarf alist.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. 
-I.. -I../lib -I../lib -I/usr/lib64/libffi-3.2.1/include 
-I/home/slyfox/dev/git/guile -ggdb2 | wc -c
1389
guile/libguile $ guile-snarf alist.c -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. 
-I.. -I../lib -I../lib -I/usr/lib64/libffi-3.2.1/include 
-I/home/slyfox/dev/git/guile -ggdb3 | wc -c
230085

Fails on both gcc-5.4.0 / gcc-6.3.0

-- 

  Sergei

Attachment: pgpOBP76ZigY7.pgp
Description: Цифровая подпись OpenPGP


--- End Message ---
--- Begin Message --- Subject: Re: bug#25803: [PATCH] guile-snarf: skip -g* arguments to avoid build failure Date: Wed, 19 Apr 2017 17:20:27 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
On Sun 19 Feb 2017 23:58, Sergei Trofimovich <address@hidden> writes:

> The fix is to ignore -g* flags. They should only affect debugging output.
>
> * libguile/guile-snarf.in: skip -g* arguments to avoid build failure

Applied.  Thanks :)

Andy


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]