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

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

[debbugs-tracker] bug#14817: closed (git source refuse to build with the


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14817: closed (git source refuse to build with the default --enable-gcc-warnings)
Date: Mon, 08 Jul 2013 13:17:02 +0000

Your message dated Mon, 08 Jul 2013 14:16:08 +0100
with message-id <address@hidden>
and subject line Re: bug#14817: git source refuse to build with the default 
--enable-gcc-warnings
has caused the debbugs.gnu.org bug report #14817,
regarding git source refuse to build with the default --enable-gcc-warnings
to be marked as done.

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


-- 
14817: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14817
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: git source refuse to build with the default --enable-gcc-warnings Date: Mon, 8 Jul 2013 10:43:39 +0800
It seems that a bug in gnulib is stopping coreutils git source from
build with the default --enable-gcc-warnings turned on.
The gnulib team have push a fix in their git source, but I don't know
how to get the gnulib submodule to use the latest git source.
How can I do that switch?
Thanks in advance!


Sincerely,
王文鑫
Charlie


-----------------------------------------------------------------------------------
In file included from lib/fnmatch.c:170:0:
lib/fnmatch_loop.c: In function 'internal_fnmatch':
lib/fnmatch_loop.c:237:21: error: jump skips variable initialization
[-Werror=jump-misses-init]
                     goto normal_bracket;
                     ^
lib/fnmatch_loop.c:601:23: note: label 'normal_bracket' defined here
                       normal_bracket:
                       ^
lib/fnmatch_loop.c:423:26: note: 'is_range' declared here
                     bool is_range = false;
                          ^
lib/fnmatch_loop.c:268:29: error: jump skips variable initialization
[-Werror=jump-misses-init]
                             goto normal_bracket;
                             ^
lib/fnmatch_loop.c:601:23: note: label 'normal_bracket' defined here
                       normal_bracket:
                       ^
lib/fnmatch_loop.c:423:26: note: 'is_range' declared here
                     bool is_range = false;
                          ^
  CC       lib/fseeko.o
In file included from lib/fnmatch.c:266:0:
lib/fnmatch_loop.c: In function 'internal_fnwmatch':
lib/fnmatch_loop.c:237:21: error: jump skips variable initialization
[-Werror=jump-misses-init]
                     goto normal_bracket;
                     ^
lib/fnmatch_loop.c:601:23: note: label 'normal_bracket' defined here
                       normal_bracket:
                       ^
lib/fnmatch_loop.c:423:26: note: 'is_range' declared here
                     bool is_range = false;
                          ^
lib/fnmatch_loop.c:268:29: error: jump skips variable initialization
[-Werror=jump-misses-init]
                             goto normal_bracket;
                             ^
lib/fnmatch_loop.c:601:23: note: label 'normal_bracket' defined here
                       normal_bracket:
                       ^
lib/fnmatch_loop.c:423:26: note: 'is_range' declared here
                     bool is_range = false;
                          ^
cc1: all warnings being treated as errors
make[2]: *** [lib/fnmatch.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/mnt/clfs/sources/coreutils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/clfs/sources/coreutils'
make: *** [all] Error 2



--- End Message ---
--- Begin Message --- Subject: Re: bug#14817: git source refuse to build with the default --enable-gcc-warnings Date: Mon, 08 Jul 2013 14:16:08 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2
On 07/08/2013 03:43 AM, Charlie Brown wrote:
> It seems that a bug in gnulib is stopping coreutils git source from
> build with the default --enable-gcc-warnings turned on.
> The gnulib team have push a fix in their git source, but I don't know
> how to get the gnulib submodule to use the latest git source.
> How can I do that switch?
> Thanks in advance!

Paul already made that change in coreutils:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=c7dd453

So if you checkout the latest coreutils and then do:
git submodule update

cheers,
Pádraig.



--- End Message ---

reply via email to

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