From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12937 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: ERROR: epoll_create1 failed: Function not implemented ? Date: Tue, 26 Jun 2018 01:46:15 +0200 Message-ID: <20180625234615.GY4418@port70.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1529970263 24579 195.159.176.226 (25 Jun 2018 23:44:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2018 23:44:23 +0000 (UTC) User-Agent: Mutt/1.9.1 (2017-09-22) Cc: John Mudd To: musl@lists.openwall.com Original-X-From: musl-return-12953-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jun 26 01:44:19 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fXb9f-0006IP-3B for gllmg-musl@m.gmane.org; Tue, 26 Jun 2018 01:44:19 +0200 Original-Received: (qmail 22095 invoked by uid 550); 25 Jun 2018 23:46:28 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 22077 invoked from network); 25 Jun 2018 23:46:27 -0000 Mail-Followup-To: musl@lists.openwall.com, John Mudd Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:12937 Archived-At: * John Mudd [2018-06-25 16:49:36 -0400]: > I build a dynamically linked version of Postgres using musl. It's been > working well for years. I just built a new version and I'm getting the > following Postgres error on some machines. Any suggestions? > > ERROR: epoll_create1 failed: Function not implemented > try to run it with strace to see how epoll_create1 is called > I build on 32-bit Linux Mint 18.3 Sylvia with 4.13.0-39-generic kernel. > > It runs on some machines such as 64-bit Ubuntu with 4.4.0-121-generic > kernel. But fails on CentOS release 5.4 (Final) with 2.6.18-416.el5 #1 SMP > kernel. > > My previous musl builds of Postgres run on all of my machines. > > John