From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: accept4 missing on ubuntu 10 Date: Sun, 7 Jul 2013 16:06:55 -0700 Message-ID: <20953.62607.104907.184119@gargle.gargle.HOWL> Reply-To: tv.raman.tv@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1373238835 23657 80.91.229.3 (7 Jul 2013 23:13:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Jul 2013 23:13:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 08 01:13:56 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 1Uvy2r-0008Vh-Ah for ged-emacs-devel@m.gmane.org; Mon, 08 Jul 2013 01:07:05 +0200 Original-Received: from localhost ([::1]:36941 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uvy2q-0005w8-RR for ged-emacs-devel@m.gmane.org; Sun, 07 Jul 2013 19:07:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uvy2n-0005w3-3y for emacs-devel@gnu.org; Sun, 07 Jul 2013 19:07:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uvy2l-0004Hq-6I for emacs-devel@gnu.org; Sun, 07 Jul 2013 19:07:01 -0400 Original-Received: from mail-pd0-x22f.google.com ([2607:f8b0:400e:c02::22f]:47117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uvy2k-0004Hl-Vn for emacs-devel@gnu.org; Sun, 07 Jul 2013 19:06:59 -0400 Original-Received: by mail-pd0-f175.google.com with SMTP id 4so3433804pdd.20 for ; Sun, 07 Jul 2013 16:06:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:content-type:content-transfer-encoding:message-id:date :to:subject:x-mailer:reply-to:from:x-attribution; bh=Imck03iesDeIn76yIpOAZhEIMXc0DvWGvJIJj7JK7No=; b=huNHQwM1ZdXXajsNOE5v4blplKF4uYBITc78Fc2T+5XwmuxkZXJJgkOWmkYU3XvWLx Fd+LWJxdBZdbce22nWxb+pXLu5xaZoaDfRZqiERz9H/IHzPfcnh3pgZwSJN9AGnTu9Us UhwBPQkdq6KEsK/rly7ws8CD8I/lUxZfADfzJCNknqKb2cwQxJ0ckeDAxxWojLDnL1+R j/TTRw5WCNxh4KPMxApTgIeUZImg67X0+Bc5DEcLfj/GIPPth4YHXPFwSDllIzFYArAl ha3ftmQm+V8lgFKgEduxGiSEdzTFhgvGRJcUeN4IaO1ATKXRsKPLjjL48c4PTtyf2/5O FnNA== X-Received: by 10.69.4.5 with SMTP id ca5mr18804756pbd.109.1373238417649; Sun, 07 Jul 2013 16:06:57 -0700 (PDT) Original-Received: from labrador.google.com (c-71-202-188-217.hsd1.ca.comcast.net. [71.202.188.217]) by mx.google.com with ESMTPSA id ix3sm18904178pbc.37.2013.07.07.16.06.56 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 07 Jul 2013 16:06:56 -0700 (PDT) X-Mailer: VM 8.1.1 under 24.3.50.2 (i686-pc-linux-gnu) x-attribution: tvr X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22f 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:161713 Archived-At: Admittedly this machine needs updating -- but building emacs from head, even a make distclean doesn't fix this, and configure fails to report missing libs. But make bombs: see error below. /home/raman/sourceforge/emacs/src/process.c:3998: undefined reference to `accept4' What do I need to install to get accept4 -- Best Regards, --raman