From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11801 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: SIOCGSTAMPNS definition missing Date: Fri, 11 Aug 2017 20:53:38 -0400 Message-ID: <20170812005338.GP1627@brightrain.aerifal.cx> 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 1502499233 24261 195.159.176.226 (12 Aug 2017 00:53:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 12 Aug 2017 00:53:53 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-11814-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 12 02:53:49 2017 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 1dgKgV-0005us-8l for gllmg-musl@m.gmane.org; Sat, 12 Aug 2017 02:53:47 +0200 Original-Received: (qmail 5951 invoked by uid 550); 12 Aug 2017 00:53:51 -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 5931 invoked from network); 12 Aug 2017 00:53:51 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:11801 Archived-At: On Tue, Aug 01, 2017 at 10:08:02AM +0000, yamabiko@onenetbeyond.org wrote: > Hello, > when I tried to compile qemu on a Gentoo musl based system it > complained about "SIOCGSTAMPNS" being undeclared. Using > "-DSIOCGSTAMPNS=0x8907" as CFLAG worked as a workaround. So it looks > like the definition it's missing from some header file (ioctl.h?) > See https://forums.gentoo.org/viewtopic-t-1066924.html for more info Thanks for the report. Has anyone else looked at this yet? It probably needs per-arch additions to the bits/ioctl.h headers. Rich