GNU bug report logs - #51583
29.0.50; cygw32 build break

Previous Next

Package: emacs;

Reported by: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>

Date: Wed, 3 Nov 2021 11:37:01 UTC

Severity: normal

Found in version 29.0.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 51583 in the body.
You can then email your comments to 51583 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#51583; Package emacs. (Wed, 03 Nov 2021 11:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 03 Nov 2021 11:37:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.50; cygw32 build break
Date: Wed, 03 Nov 2021 20:35:57 +0900
Cygw32 build fails on trunk.

$ ./configure --with-w32
$ make

(snip)
  CCLD     temacs.exe
/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld: w32fns.o:w32fns.c:(.text+0xec1a): undefined reference to `w32_get_resource'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:647: temacs.exe] Error 1
make[1]: Leaving directory '/dfs/f/build/cygwin64/emacs/src'
make: *** [Makefile:450: src] Error 2

w32_get_resource function is defined in w32.c, which is not compiled
on Cygwin buid.

-- 
Kazuhiro Ito




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51583; Package emacs. (Wed, 03 Nov 2021 14:16:01 GMT) Full text and rfc822 format available.

Message #8 received at 51583 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
Cc: 51583 <at> debbugs.gnu.org
Subject: Re: bug#51583: 29.0.50; cygw32 build break
Date: Wed, 03 Nov 2021 16:15:25 +0200
> Date: Wed, 03 Nov 2021 20:35:57 +0900
> From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
> 
> Cygw32 build fails on trunk.
> 
> $ ./configure --with-w32
> $ make
> 
> (snip)
>   CCLD     temacs.exe
> /usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld: w32fns.o:w32fns.c:(.text+0xec1a): undefined reference to `w32_get_resource'
> collect2: error: ld returned 1 exit status
> make[1]: *** [Makefile:647: temacs.exe] Error 1
> make[1]: Leaving directory '/dfs/f/build/cygwin64/emacs/src'
> make: *** [Makefile:450: src] Error 2
> 
> w32_get_resource function is defined in w32.c, which is not compiled
> on Cygwin buid.

Thanks, I tried to fix this now.  Please test, including the new
dark-theme functionality (if you have a new enough Windows
installation).




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51583; Package emacs. (Thu, 04 Nov 2021 08:44:01 GMT) Full text and rfc822 format available.

Message #11 received at 51583 <at> debbugs.gnu.org (full text, mbox):

From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 51583 <at> debbugs.gnu.org
Subject: Re: bug#51583: 29.0.50; cygw32 build break
Date: Thu, 04 Nov 2021 17:43:04 +0900
> > w32_get_resource function is defined in w32.c, which is not compiled
> > on Cygwin buid.
> 
> Thanks, I tried to fix this now.  Please test, including the new
> dark-theme functionality (if you have a new enough Windows
> installation).

I confiremed the problem was fixed.  I also confirmed colors of title
bar and scroll bars were changed as MinGW build.
Thank you.

-- 
Kazuhiro Ito




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Thu, 04 Nov 2021 09:15:01 GMT) Full text and rfc822 format available.

Notification sent to Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>:
bug acknowledged by developer. (Thu, 04 Nov 2021 09:15:01 GMT) Full text and rfc822 format available.

Message #16 received at 51583-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
Cc: 51583-done <at> debbugs.gnu.org
Subject: Re: bug#51583: 29.0.50; cygw32 build break
Date: Thu, 04 Nov 2021 11:14:06 +0200
> Date: Thu, 04 Nov 2021 17:43:04 +0900
> From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
> Cc: 51583 <at> debbugs.gnu.org
> 
> > > w32_get_resource function is defined in w32.c, which is not compiled
> > > on Cygwin buid.
> > 
> > Thanks, I tried to fix this now.  Please test, including the new
> > dark-theme functionality (if you have a new enough Windows
> > installation).
> 
> I confiremed the problem was fixed.  I also confirmed colors of title
> bar and scroll bars were changed as MinGW build.
> Thank you.

Thanks for testing, I'm therefore closing this bug.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 02 Dec 2021 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 202 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.