From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 08 03:30:27 2013 Received: (at submit) by debbugs.gnu.org; 8 Jul 2013 07:30:27 +0000 Received: from localhost ([127.0.0.1]:38474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uw5tx-00033m-N2 for submit@debbugs.gnu.org; Mon, 08 Jul 2013 03:30:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51434) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uw1Qf-0001CY-FQ for submit@debbugs.gnu.org; Sun, 07 Jul 2013 22:43:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uw1QX-0006JC-Mg for submit@debbugs.gnu.org; Sun, 07 Jul 2013 22:43:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.7 required=5.0 tests=BAYES_20, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,MIME_CHARSET_FARAWAY,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw1QX-0006J6-JB for submit@debbugs.gnu.org; Sun, 07 Jul 2013 22:43:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw1QV-0008BC-1I for bug-coreutils@gnu.org; Sun, 07 Jul 2013 22:43:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uw1QR-0006IP-Tv for bug-coreutils@gnu.org; Sun, 07 Jul 2013 22:43:42 -0400 Received: from mail-qa0-x22f.google.com ([2607:f8b0:400d:c00::22f]:57854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw1QR-0006IH-Px for bug-coreutils@gnu.org; Sun, 07 Jul 2013 22:43:39 -0400 Received: by mail-qa0-f47.google.com with SMTP id i13so5430133qae.6 for ; Sun, 07 Jul 2013 19:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HoTNqJddmHp6QVl8DolwdlzHf/L87nQ/ynIXM5mHSrs=; b=MZ3hEWetEHnMU0QhWt9QiFuvSlkDpcu7wPLPu5W1pKRByZcrihKaMq+YnAyWm51nyU Obq7lC1ntRZ0G58tqpdjmGRTATYN1T24Qy09RmhR/xIPndTeJ2/H7ivpMy7btd7nJOSd DnmeT/9Nn8/AhDZMfufl5/nSMLhEtNksO9snP5dBJ3SeOt/xxEUf0jkMl//DP7f6uL70 qn3HcTKC25R9mUhuCuHnLvMhUKBDN1okE2uCpNF+/7l6aMzIsfWFvRbdqwW6HMSZ+jk1 1qdpejPC75EX2eFdzgtunkliC0B6WH5lIjVF7AnUwIne+K/Hf8kE6gqQmGxP3BK6bqzv G8HA== MIME-Version: 1.0 X-Received: by 10.224.70.83 with SMTP id c19mr838506qaj.52.1373251419392; Sun, 07 Jul 2013 19:43:39 -0700 (PDT) Received: by 10.49.50.36 with HTTP; Sun, 7 Jul 2013 19:43:39 -0700 (PDT) Date: Mon, 8 Jul 2013 10:43:39 +0800 Message-ID: Subject: git source refuse to build with the default --enable-gcc-warnings From: Charlie Brown To: bug-coreutils@gnu.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 08 Jul 2013 03:30:23 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) 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, =CD=F5=CE=C4=F6=CE 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=3Djump-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 =3D false; ^ lib/fnmatch_loop.c:268:29: error: jump skips variable initialization [-Werror=3Djump-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 =3D 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=3Djump-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 =3D false; ^ lib/fnmatch_loop.c:268:29: error: jump skips variable initialization [-Werror=3Djump-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 =3D 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 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 08 09:16:19 2013 Received: (at 14817-done) by debbugs.gnu.org; 8 Jul 2013 13:16:19 +0000 Received: from localhost ([127.0.0.1]:38921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwBIh-0000uk-23 for submit@debbugs.gnu.org; Mon, 08 Jul 2013 09:16:19 -0400 Received: from mail3.vodafone.ie ([213.233.128.45]:62318) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwBId-0000uQ-Oy for 14817-done@debbugs.gnu.org; Mon, 08 Jul 2013 09:16:16 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnkDALC62lFtTuhe/2dsb2JhbAANTYM7gw5HvVQDAYElgxcBAQEEMgFGEAsNAQoEBRYNAgkDAgECAUUGDQEHAQGIF4wFmkxtCJBvgSKNal8HglCBIAOIcpUnjhQ Received: from unknown (HELO [192.168.1.79]) ([109.78.232.94]) by mail3.vodafone.ie with ESMTP; 08 Jul 2013 14:16:08 +0100 Message-ID: <51DABB98.3070701@draigBrady.com> Date: Mon, 08 Jul 2013 14:16:08 +0100 From: =?GB2312?B?UKiiZHJhaWcgQnJhZHk=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Charlie Brown Subject: Re: bug#14817: git source refuse to build with the default --enable-gcc-warnings References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 14817-done Cc: 14817-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) 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. From unknown Wed Aug 20 06:39:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 06 Aug 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator