From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14644: emacsclient.c fails to compile Date: Tue, 18 Jun 2013 15:14:51 -0400 Message-ID: References: <51C01357.3000000@cs.ucla.edu> <83d2rjs8qr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1371582911 12937 80.91.229.3 (18 Jun 2013 19:15:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 19:15:11 +0000 (UTC) Cc: Paul Eggert , 14644@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 18 21:15:12 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Up1Mz-0002Hm-Fh for geb-bug-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 21:15:09 +0200 Original-Received: from localhost ([::1]:45559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1Mz-0000LL-0z for geb-bug-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 15:15:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1Mv-0000Ih-CF for bug-gnu-emacs@gnu.org; Tue, 18 Jun 2013 15:15:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Up1Mt-0003zp-5j for bug-gnu-emacs@gnu.org; Tue, 18 Jun 2013 15:15:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up1Mt-0003zU-3A for bug-gnu-emacs@gnu.org; Tue, 18 Jun 2013 15:15:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Up1Ms-0006Af-PS for bug-gnu-emacs@gnu.org; Tue, 18 Jun 2013 15:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 18 Jun 2013 19:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14644 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14644-submit@debbugs.gnu.org id=B14644.137158289623692 (code B ref 14644); Tue, 18 Jun 2013 19:15:02 +0000 Original-Received: (at 14644) by debbugs.gnu.org; 18 Jun 2013 19:14:56 +0000 Original-Received: from localhost ([127.0.0.1]:53729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Up1Ml-0006A4-Bn for submit@debbugs.gnu.org; Tue, 18 Jun 2013 15:14:55 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49737 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Up1Mj-00069w-NP for 14644@debbugs.gnu.org; Tue, 18 Jun 2013 15:14:54 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Up1Mh-0005O0-P1; Tue, 18 Jun 2013 15:14:51 -0400 X-Spook: SAPO USDOJ enemy of the state Rubin AIMSX BROMURE Echelon X-Ran: ;[kz2Y#0y7n6oX3TFZwcgG,r,F5?P7@#5R!@%3.{iY9{AXvhd3pW4{4 X-Hue: white X-Attribution: GM In-Reply-To: <83d2rjs8qr.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 18 Jun 2013 19:07:24 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:75305 Archived-At: Eli Zaretskii wrote: > Linux fencepost.gnu.org 2.6.32-47-server #1trisquel3 SMP Thu May 16 07:52:30 UTC 2013 x86_64 GNU/Linux > > with this GCC: > > gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3 > > the test for "working GNU getopt function" returns 1 That uses glibc 2.11, and the (rather lengthy) conftest.c test for GNU getopt has a piece that is commented as "This code fails on glibc 2.11". Although it never gets a chance to return 32 since it apparently also triggers the "core dump" section and so returns 1. It also dumps core on RHEL6 with glib 2.12. So apparently you need to be bleeding edge to have a GNU getopt good enough for gnulib... ;) > , although I see no compilation problems with emacsclient.c. Me neither. This is a dupe of http://debbugs.gnu.org/10108, BTW.