GNU bug report logs -
#14538
24.3.50; MinGW64 (32bit) build with Posix configure failed
Previous Next
Reported by: rzl24ozi <at> gmail.com
Date: Sun, 2 Jun 2013 18:20:03 UTC
Severity: normal
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14538 in the body.
You can then email your comments to 14538 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14538
; Package
emacs
.
(Sun, 02 Jun 2013 18:20:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
rzl24ozi <at> gmail.com
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 02 Jun 2013 18:20:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
MinGW64 (32bit) build with Posix configure failed. (trunk revision 112819)
I downloaded
http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.0/32-bit/threads-win32/dwarf/x32-4.8.0-release-win32-dwarf-rev2.7z/download
and extract it under c:/mingw-w64/, then add "/c/mingw-w64/mingw32/bin"
to PATH of MinGW Shell.
Then run
$ ./autogen.sh
$ ./nt/msysconfig.sh
$ make >& make.log
This failed with the error as follows.
:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/home/rzl24ozi/src/emacs/lib -I../src -I/home/rzl24ozi/src/emacs/src -mtune=pentium4 -DUSE_CRT_DLL=1 -I /home/rzl24ozi/src/emacs/nt/inc -g3 -O2 -gdwarf-2 -MT gettimeofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c
gettimeofday.c:102:1: error: conflicting types for 'gettimeofday'
gettimeofday (struct timeval *restrict tv, void *restrict tz)
^
In file included from gettimeofday.c:23:0:
C:/MinGW/msys/1.0/home/rzl24ozi/src/emacs/nt/inc/sys/time.h:47:5: note: previous declaration of 'gettimeofday' was here
int gettimeofday (struct timeval *__restrict, struct timezone *__restrict);
^
make[2]: *** [gettimeofday.o] Error 1
make[2]: Leaving directory `/home/rzl24ozi/src/emacs/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/rzl24ozi/src/emacs/lib'
make: *** [lib] Error 2
make.log and config.log are attached to this mail.
[make.log.gz (application/octet-stream, attachment)]
[config.log.gz (application/octet-stream, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14538
; Package
emacs
.
(Mon, 03 Jun 2013 17:21:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 14538 <at> debbugs.gnu.org (full text, mbox):
> From: rzl24ozi <at> gmail.com
> Date: Sun, 02 Jun 2013 12:02:21 +0900
>
> MinGW64 (32bit) build with Posix configure failed. (trunk revision 112819)
>
> I downloaded
> http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.8.0/32-bit/threads-win32/dwarf/x32-4.8.0-release-win32-dwarf-rev2.7z/download
> and extract it under c:/mingw-w64/, then add "/c/mingw-w64/mingw32/bin"
> to PATH of MinGW Shell.
>
> Then run
>
> $ ./autogen.sh
> $ ./nt/msysconfig.sh
> $ make >& make.log
>
> This failed with the error as follows.
>
> :
> gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/home/rzl24ozi/src/emacs/lib -I../src -I/home/rzl24ozi/src/emacs/src -mtune=pentium4 -DUSE_CRT_DLL=1 -I /home/rzl24ozi/src/emacs/nt/inc -g3 -O2 -gdwarf-2 -MT gettimeofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c
> gettimeofday.c:102:1: error: conflicting types for 'gettimeofday'
> gettimeofday (struct timeval *restrict tv, void *restrict tz)
> ^
> In file included from gettimeofday.c:23:0:
> C:/MinGW/msys/1.0/home/rzl24ozi/src/emacs/nt/inc/sys/time.h:47:5: note: previous declaration of 'gettimeofday' was here
> int gettimeofday (struct timeval *__restrict, struct timezone *__restrict);
> ^
> make[2]: *** [gettimeofday.o] Error 1
> make[2]: Leaving directory `/home/rzl24ozi/src/emacs/lib'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/rzl24ozi/src/emacs/lib'
> make: *** [lib] Error 2
>
> make.log and config.log are attached to this mail.
Thanks. Please try again with the latest trunk. If there are still
errors, please type "make -k" so that all the errors are seen, and
please again attach both logs.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14538
; Package
emacs
.
(Wed, 05 Jun 2013 14:01:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 14538 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: rzl24ozi <at> gmail.com
>> Date: Sun, 02 Jun 2013 12:02:21 +0900
>>
>> MinGW64 (32bit) build with Posix configure failed. (trunk revision 112819)
:
> Thanks. Please try again with the latest trunk. If there are still
> errors, please type "make -k" so that all the errors are seen, and
> please again attach both logs.
It has built well.
Thanks.
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Wed, 05 Jun 2013 16:24:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
rzl24ozi <at> gmail.com
:
bug acknowledged by developer.
(Wed, 05 Jun 2013 16:24:03 GMT)
Full text and
rfc822 format available.
Message #16 received at 14538-done <at> debbugs.gnu.org (full text, mbox):
> From: rzl24ozi <at> gmail.com
> Cc: 14538 <at> debbugs.gnu.org
> Date: Wed, 05 Jun 2013 22:57:59 +0900
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
> >> From: rzl24ozi <at> gmail.com
> >> Date: Sun, 02 Jun 2013 12:02:21 +0900
> >>
> >> MinGW64 (32bit) build with Posix configure failed. (trunk revision 112819)
> :
> > Thanks. Please try again with the latest trunk. If there are still
> > errors, please type "make -k" so that all the errors are seen, and
> > please again attach both logs.
>
> It has built well.
> Thanks.
Thanks, closing.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 04 Jul 2013 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.