From unknown Sat Aug 16 18:48:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7435: Trunk won't compile after change to strftime.c Resent-From: Ken Brown Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 18 Nov 2010 15:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 7435 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 7435@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.129009573518912 (code B ref -1); Thu, 18 Nov 2010 15:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Nov 2010 15:55:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PJ6pi-0004uz-8T for submit@debbugs.gnu.org; Thu, 18 Nov 2010 10:55:34 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PJ6pg-0004us-UR for submit@debbugs.gnu.org; Thu, 18 Nov 2010 10:55:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ6ua-0000nr-EC for submit@debbugs.gnu.org; Thu, 18 Nov 2010 11:00:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:45292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ6ua-0000nh-9Q for submit@debbugs.gnu.org; Thu, 18 Nov 2010 11:00:36 -0500 Received: from [140.186.70.92] (port=59005 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ6uY-0001na-5c for bug-gnu-emacs@gnu.org; Thu, 18 Nov 2010 11:00:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ6uW-0000ln-2f for bug-gnu-emacs@gnu.org; Thu, 18 Nov 2010 11:00:33 -0500 Received: from granite1.mail.cornell.edu ([128.253.83.141]:51755 helo=authusersmtp.mail.cornell.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ6uV-0000Sn-Vw for bug-gnu-emacs@gnu.org; Thu, 18 Nov 2010 11:00:32 -0500 Received: from [128.84.234.191] (markov.math.cornell.edu [128.84.234.191]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id oAIFxo68013407 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 18 Nov 2010 10:59:50 -0500 (EST) Message-ID: <4CE54D7E.9040901@cornell.edu> Date: Thu, 18 Nov 2010 10:59:58 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by authusersmtp.mail.cornell.edu id oAIFxo68013407 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -5.7 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.7 (-----) Attempting to build from the trunk as of r102429 fails on Cygwin as follo= ws: gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/d/downloads/emacs/test/src=20 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include=20 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0=20 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0=20 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1=20 -I/usr/include/freetype2 -I/usr/include/libpng12=20 -I/usr/include/freetype2 -fopenmp -I/usr/include/ImageMagick=20 -I/usr/include/libxml2 -I/usr/include/dbus-1.0=20 -I/usr/lib/dbus-1.0/include -MMD -MF deps/strftime.d=20 -Wimplicit-function-declaration -Wold-style-definition=20 -Wdeclaration-after-statement -Wno-pointer-sign -g -O2 strftime.c strftime.c:58: warning: =91_tzname=92 redeclared without dllimport=20 attribute: previous dllimport ignored strftime.c: In function =91my_strftime_gmtime_r=92: strftime.c:187: warning: old-style function definition strftime.c: In function =91my_strftime_localtime_r=92: strftime.c:200: warning: old-style function definition strftime.c: In function =91ftime_tm_diff=92: strftime.c:388: warning: old-style function definition strftime.c: In function =91nstrftime=92: strftime.c:482: error: expected declaration specifiers before =91,=92 tok= en strftime.c:502: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or= =91__attribute__=92=20 before =91{=92 token strftime.c:1454: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 o= r =91__attribute__=92=20 before =91{=92 token strftime.c:1458: warning: old-style function definition strftime.c:1456: error: expected =91{=92 at end of input From unknown Sat Aug 16 18:48:31 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ken Brown Subject: bug#7435: closed (Re: bug#7435: Trunk won't compile after change to strftime.c) Message-ID: References: <4CE5B901.20701@cornell.edu> <4CE54D7E.9040901@cornell.edu> X-Gnu-PR-Message: they-closed 7435 X-Gnu-PR-Package: emacs Reply-To: 7435@debbugs.gnu.org Date: Thu, 18 Nov 2010 23:34:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1290123241-30745-1" This is a multi-part message in MIME format... ------------=_1290123241-30745-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #7435: Trunk won't compile after change to strftime.c which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 7435@debbugs.gnu.org. --=20 7435: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D7435 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1290123241-30745-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 7435-done) by debbugs.gnu.org; 18 Nov 2010 23:33:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PJDzJ-0007zh-Op for submit@debbugs.gnu.org; Thu, 18 Nov 2010 18:33:58 -0500 Received: from granite1.mail.cornell.edu ([128.253.83.141] helo=authusersmtp.mail.cornell.edu) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PJDzD-0007zZ-Gf for 7435-done@debbugs.gnu.org; Thu, 18 Nov 2010 18:33:55 -0500 Received: from [192.168.1.3] (cpe-67-249-196-94.twcny.res.rr.com [67.249.196.94]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id oAINctDY029296 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for <7435-done@debbugs.gnu.org>; Thu, 18 Nov 2010 18:38:56 -0500 (EST) Message-ID: <4CE5B901.20701@cornell.edu> Date: Thu, 18 Nov 2010 18:38:41 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: 7435-done@debbugs.gnu.org Subject: Re: bug#7435: Trunk won't compile after change to strftime.c References: <4CE54D7E.9040901@cornell.edu> In-Reply-To: <4CE54D7E.9040901@cornell.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by authusersmtp.mail.cornell.edu id oAINctDY029296 X-Spam-Score: -5.6 (-----) X-Debbugs-Envelope-To: 7435-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.6 (-----) On 11/18/2010 10:59 AM, Ken Brown wrote: > Attempting to build from the trunk as of r102429 fails on Cygwin as fol= lows: > > gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/d/downloads/emacs/test/src > -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/freetype2 -fopenmp -I/usr/include/ImageMagick > -I/usr/include/libxml2 -I/usr/include/dbus-1.0 > -I/usr/lib/dbus-1.0/include -MMD -MF deps/strftime.d > -Wimplicit-function-declaration -Wold-style-definition > -Wdeclaration-after-statement -Wno-pointer-sign -g -O2 strftime.c > strftime.c:58: warning: =91_tzname=92 redeclared without dllimport > attribute: previous dllimport ignored > strftime.c: In function =91my_strftime_gmtime_r=92: > strftime.c:187: warning: old-style function definition > strftime.c: In function =91my_strftime_localtime_r=92: > strftime.c:200: warning: old-style function definition > strftime.c: In function =91ftime_tm_diff=92: > strftime.c:388: warning: old-style function definition > strftime.c: In function =91nstrftime=92: > strftime.c:482: error: expected declaration specifiers before =91,=92 t= oken > strftime.c:502: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 = or =91__attribute__=92 > before =91{=92 token > strftime.c:1454: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92= or =91__attribute__=92 > before =91{=92 token > strftime.c:1458: warning: old-style function definition > strftime.c:1456: error: expected =91{=92 at end of input This has been fixed. Sorry for the premature bug report. ------------=_1290123241-30745-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Nov 2010 15:55:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PJ6pi-0004uz-8T for submit@debbugs.gnu.org; Thu, 18 Nov 2010 10:55:34 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PJ6pg-0004us-UR for submit@debbugs.gnu.org; Thu, 18 Nov 2010 10:55:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ6ua-0000nr-EC for submit@debbugs.gnu.org; Thu, 18 Nov 2010 11:00:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:45292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ6ua-0000nh-9Q for submit@debbugs.gnu.org; Thu, 18 Nov 2010 11:00:36 -0500 Received: from [140.186.70.92] (port=59005 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ6uY-0001na-5c for bug-gnu-emacs@gnu.org; Thu, 18 Nov 2010 11:00:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ6uW-0000ln-2f for bug-gnu-emacs@gnu.org; Thu, 18 Nov 2010 11:00:33 -0500 Received: from granite1.mail.cornell.edu ([128.253.83.141]:51755 helo=authusersmtp.mail.cornell.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ6uV-0000Sn-Vw for bug-gnu-emacs@gnu.org; Thu, 18 Nov 2010 11:00:32 -0500 Received: from [128.84.234.191] (markov.math.cornell.edu [128.84.234.191]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id oAIFxo68013407 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 18 Nov 2010 10:59:50 -0500 (EST) Message-ID: <4CE54D7E.9040901@cornell.edu> Date: Thu, 18 Nov 2010 10:59:58 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: Trunk won't compile after change to strftime.c Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by authusersmtp.mail.cornell.edu id oAIFxo68013407 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.7 (-----) Attempting to build from the trunk as of r102429 fails on Cygwin as follo= ws: gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/d/downloads/emacs/test/src=20 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include=20 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0=20 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0=20 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1=20 -I/usr/include/freetype2 -I/usr/include/libpng12=20 -I/usr/include/freetype2 -fopenmp -I/usr/include/ImageMagick=20 -I/usr/include/libxml2 -I/usr/include/dbus-1.0=20 -I/usr/lib/dbus-1.0/include -MMD -MF deps/strftime.d=20 -Wimplicit-function-declaration -Wold-style-definition=20 -Wdeclaration-after-statement -Wno-pointer-sign -g -O2 strftime.c strftime.c:58: warning: =91_tzname=92 redeclared without dllimport=20 attribute: previous dllimport ignored strftime.c: In function =91my_strftime_gmtime_r=92: strftime.c:187: warning: old-style function definition strftime.c: In function =91my_strftime_localtime_r=92: strftime.c:200: warning: old-style function definition strftime.c: In function =91ftime_tm_diff=92: strftime.c:388: warning: old-style function definition strftime.c: In function =91nstrftime=92: strftime.c:482: error: expected declaration specifiers before =91,=92 tok= en strftime.c:502: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or= =91__attribute__=92=20 before =91{=92 token strftime.c:1454: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 o= r =91__attribute__=92=20 before =91{=92 token strftime.c:1458: warning: old-style function definition strftime.c:1456: error: expected =91{=92 at end of input ------------=_1290123241-30745-1--