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 trunk Date: Sun, 09 Jun 2013 22:14:06 +0200 Message-ID: <51B4E20E.1090609@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1370808864 14933 80.91.229.3 (9 Jun 2013 20:14:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 20:14:24 +0000 (UTC) To: emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 09 22:14:24 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ulm0N-0001Br-Sg for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 22:14:24 +0200 Original-Received: from localhost ([::1]:42910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulm0N-0005kC-8I for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 16:14:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulm0H-0005jd-QA for emacs-devel@gnu.org; Sun, 09 Jun 2013 16:14:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ulm0F-0001Hf-JS for emacs-devel@gnu.org; Sun, 09 Jun 2013 16:14:17 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:51992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulm0F-0001HN-D3 for emacs-devel@gnu.org; Sun, 09 Jun 2013 16:14:15 -0400 Original-Received: from [192.168.1.100] (79.13.1.74) by smtp204.alice.it (8.6.060.15) (authenticated as angelo.graziosi@alice.it) id 512397E6085C7746 for emacs-devel@gnu.org; Sun, 9 Jun 2013 22:14:13 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160294 Archived-At: The trunk r. 112902 fails to bootstrap as follows: [...] GLib (gthread-posix.c): Unexpected error from C library during 'pthread_setspecific': Invalid argument. Aborting. [...] Makefile:229: recipe for target `compile-onefile' failed make[3]: *** [compile-onefile] Aborted [...] Makefile:1002: recipe for target `bootstrap' failed make: *** [bootstrap] Error 2 I have tried this on Cygwin both with CLANG an GCC compilers. Something in the last six days has broken the build. Indeed r. 112836 bootstrapped without problems. Ciao, Angelo.