From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Failure bootstrapping Emacs (Cygwin) Date: Thu, 31 Jul 2008 16:45:47 +0200 Message-ID: <4891D01B.6070802@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217515611 32764 80.91.229.12 (31 Jul 2008 14:46:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 14:46:51 +0000 (UTC) Cc: dann@ics.uci.edu To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 16:47:41 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KOZR8-000426-S3 for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 16:47:27 +0200 Original-Received: from localhost ([127.0.0.1]:36676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOZQE-0003ez-Bk for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 10:46:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOZQ9-0003cY-J7 for emacs-devel@gnu.org; Thu, 31 Jul 2008 10:46:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOZQ5-0003WT-LW for emacs-devel@gnu.org; Thu, 31 Jul 2008 10:46:25 -0400 Original-Received: from [199.232.76.173] (port=55632 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOZQ5-0003WH-Fq for emacs-devel@gnu.org; Thu, 31 Jul 2008 10:46:21 -0400 Original-Received: from smtp-out25.alice.it ([85.33.2.25]:1942) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOZQ5-0001bQ-B5 for emacs-devel@gnu.org; Thu, 31 Jul 2008 10:46:21 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out25.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 Jul 2008 16:46:18 +0200 Original-Received: from FBCMCL01B07.fbc.local ([192.168.171.45]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 Jul 2008 16:46:16 +0200 Original-Received: from [82.57.173.71] ([82.57.173.71]) by FBCMCL01B07.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 31 Jul 2008 16:43:18 +0200 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) X-OriginalArrivalTime: 31 Jul 2008 14:43:18.0218 (UTC) FILETIME=[C5700AA0:01C8F31B] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101799 Archived-At: Current trunk fails in this waY: [...] term.o: In function `dissociate_if_controlling_tty': /work/emacs/src/term.c:3216: undefined reference to `_EMACS_GET_TTY_PGRP' emacs.o: In function `shut_down_emacs': /work/emacs/src/emacs.c:2031: undefined reference to `_EMACS_GET_TTY_PGRP' callproc.o: In function `child_setup': /work/emacs/src/callproc.c:1257: undefined reference to `_EMACS_SET_TTY_PGRP' collect2: ld returned 1 exit status make[1]: *** [temacs.exe] Error 1 make[1]: Leaving directory `/work/build/src' make: *** [src] Error 2 This does not happen with trunk of a few hours before. Perhaps this changes are the cause: 2008-07-31 Dan Nicolaescu * bitmaps/README: * xfns.c: * termcap.c: * term.c: <== * syswait.h: * systty.h: * systime.h: [...] Cheers, Angelo.